UNPKG

react-static-webpack-plugin

Version:

Build full static sites using React, React Router and Webpack

21 lines (20 loc) 421 B
{ "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": { "babel-core": "^6.8.0", "babel-loader": "^6.2.4", "react": "^15.2.1", "react-dom": "^15.2.1", "react-router": "^3.0.0", "webpack": "^1.13.0" } }