rsnext/examples/basic-export/package.json

17 lines
289 B
JSON
Raw Normal View History

2018-05-02 04:05:51 +02:00
{
"name": "hello-world",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"next": "latest",
"react": "^16.7.0",
"react-dom": "^16.7.0"
2018-05-02 04:05:51 +02:00
},
"license": "ISC"
}