nyg-static-jam3
Version:
Jam3 frontend static project scaffold generator based on nyg
27 lines (26 loc) • 681 B
JSON
{
"name": "react-static-example-basic",
"private": true,
"scripts": {
"start": "react-static start",
"stage": "react-static build --staging",
"build": "react-static build",
"bundle": "react-static bundle",
"export": "react-static export",
"serve": "serve dist -p 3000 -s"
},
"dependencies": {
"@reach/router": "^1.2.1",
"axios": "^0.18.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-hot-loader": "^4.3.12",
"react-router-dom": "^4.3.1",
"react-static": "^6.0.18",
"react-static-plugin-react-router": "^6.1.1"
},
"devDependencies": {
"eslint-config-react-tools": "1.x.x",
"serve": "10.1.1"
}
}