mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
e01056d3f1
* example using inferno v1.0.* * fix name.
17 lines
288 B
JSON
17 lines
288 B
JSON
{
|
|
"name": "using-inferno",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "^2.0.0-beta",
|
|
"inferno": "^1.0.7",
|
|
"inferno-compat": "^1.0.7"
|
|
},
|
|
"author": "",
|
|
"license": "MIT"
|
|
}
|