react-static-webpack-plugin
Version:
Build full static sites using React, React Router and Webpack
23 lines (22 loc) • 475 B
JSON
{
"name": "example",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"auth0-js": "^7.6.0",
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"jwt-decode": "^2.1.0",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"react-router": "^3.0.0",
"webpack": "^1.13.0"
}
}