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-dynamic-import/package.json

20 lines
378 B
JSON
Raw Normal View History

2017-04-17 15:33:40 +00:00
{
"name": "with-dynamic-import",
"version": "1.0.0",
"description": "This example features:",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"export": "next export",
2017-04-17 15:33:40 +00:00
"start": "next start"
},
"dependencies": {
2018-01-30 20:44:18 +00:00
"next": "latest",
2017-10-17 06:11:46 +00:00
"react": "^16.0.0",
"react-dom": "^16.0.0"
2017-04-17 15:33:40 +00:00
},
"author": "",
"license": "ISC"
}