react-static
Version:
A progressive static site generator for React
27 lines (26 loc) • 640 B
JSON
{
"name": "react-static-example-basic",
"version": "1.0.1",
"main": "index.js",
"license": "MIT",
"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"
},
"dependencies": {
"axios": "^0.16.2",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-hot-loader": "^4.0.0-beta.21",
"react-router": "^4.2.0",
"react-static": "^5"
},
"devDependencies": {
"eslint-config-react-tools": "1.x.x",
"serve": "^6.1.0"
}
}