mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
20 lines
426 B
JSON
20 lines
426 B
JSON
|
{
|
||
|
"name": "page-transitions",
|
||
|
"version": "1.0.0",
|
||
|
"scripts": {
|
||
|
"dev": "NODE_ENV=development node server.js",
|
||
|
"build": "next build",
|
||
|
"start": "NODE_ENV=production node server.js"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"compression": "^1.7.0",
|
||
|
"express": "^4.15.3",
|
||
|
"next": "latest",
|
||
|
"next-routes": "^1.0.40",
|
||
|
"raf": "^3.3.2",
|
||
|
"react": "^15.4.2",
|
||
|
"react-dom": "^15.4.2"
|
||
|
},
|
||
|
"license": "ISC"
|
||
|
}
|