rsnext/examples/with-dynamic-import/package.json

20 lines
378 B
JSON
Raw Normal View History

2017-04-17 17:33:40 +02: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 17:33:40 +02:00
"start": "next start"
},
"dependencies": {
2018-01-30 21:44:18 +01:00
"next": "latest",
2017-10-17 08:11:46 +02:00
"react": "^16.0.0",
"react-dom": "^16.0.0"
2017-04-17 17:33:40 +02:00
},
"author": "",
"license": "ISC"
}