1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/examples/with-fela/package.json
Robin Frischmann 6f0914c788 FIX #3757 update Fela example for Next 5 (#3949)
* #3757 update Fela for Next 5

closes #3757

* add missing props passdown
2018-03-06 14:27:47 +01:00

19 lines
347 B
JSON
Executable file

{
"name": "with-fela",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"fela": "^6.1.4",
"fela-dom": "^7.0.5",
"fela-preset-web": "^8.0.4",
"next": "latest",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-fela": "^7.0.1"
}
}