mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
6f0914c788
* #3757 update Fela for Next 5 closes #3757 * add missing props passdown
19 lines
347 B
JSON
Executable file
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"
|
|
}
|
|
}
|