1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/examples/with-hashed-statics/package.json
Sergio Xalambrí e13bb3f62f Example: hashed statics (#2891)
* Add hashed statics example

* Fix linting
2017-09-02 00:35:45 +02:00

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"
}
}