mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
4a73ccbb00
- tackles #997 - add ./idea to gitignore for webstorm users - update all the examples
19 lines
340 B
JSON
19 lines
340 B
JSON
{
|
|
"name": "using-inferno",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"inferno": "^1.0.7",
|
|
"inferno-compat": "^1.0.7",
|
|
"next": "^2.0.0-beta",
|
|
"react": "^15.4.2",
|
|
"react-dom": "^15.4.2"
|
|
},
|
|
"author": "",
|
|
"license": "MIT"
|
|
}
|