mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
e13bb3f62f
* Add hashed statics example * Fix linting
14 lines
238 B
JSON
14 lines
238 B
JSON
{
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next"
|
|
},
|
|
"dependencies": {
|
|
"babel-plugin-transform-assets": "^0.2.0",
|
|
"next": "^3.2.1",
|
|
"react": "^15.6.1",
|
|
"react-dom": "^15.6.1"
|
|
}
|
|
}
|