react-static-webpack-plugin
Version:
Build full static sites using React, React Router and Webpack
83 lines (82 loc) • 2.49 kB
JSON
{
"name": "redux-example",
"version": "0.2.0",
"description": "Redux Example",
"engines": {
"node": "^5.11"
},
"scripts": {
"clean": "rimraf public",
"lint": "eslint src",
"test": "echo 'No tests specified.'",
"start:dev": "babel-node ./server.js",
"start": "npm run start:dev",
"build:static": "cross-env NODE_ENV=production webpack --config webpack.config.prod.js",
"build": "npm run clean && npm run build:static",
"preversion": "npm test",
"postversion": "git push && git push --tags",
"bump:patch": "npm version patch -m \"v%s\"",
"bump:minor": "npm version minor -m \"v%s\"",
"bump": "npm run bump:patch"
},
"author": "Ian Sinnott <ian@iansinnott.com> (http://iansinnott.com)",
"license": "MIT",
"homepage": "",
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
"babel-cli": "^6.5.1",
"babel-core": "^6.5.1",
"babel-eslint": "^6.0.2",
"babel-loader": "^6.2.2",
"babel-plugin-react-transform": "^2.0.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-modern-browsers": "^2.0.1",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.0",
"babel-preset-stage-1": "~6.5.0",
"cross-env": "^1.0.7",
"css-loader": "^0.23.0",
"eslint": "^2.7.0",
"eslint-config-rackt": "^1.1.1",
"eslint-plugin-react": "^5.1.1",
"extract-text-webpack-plugin": "^1.0.1",
"faker": "~3.1.0",
"file-loader": "^0.8.5",
"json-loader": "^0.5.4",
"react-static-webpack-plugin": "^1.0.1",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.1",
"redbox-react": "^1.2.0",
"style-loader": "^0.13.0",
"stylus-loader": "^2.0.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.9",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.0"
},
"dependencies": {
"axios": "^0.11.1",
"axis": "^0.6.1",
"babel-polyfill": "^6.9.0",
"classnames": "^2.2.5",
"express": "^4.13.3",
"flag-icon-css": "~2.3.0",
"history": "^2.0.0",
"immutable": "~3.8.1",
"lodash": "^4.13.1",
"node-uuid": "~1.4.7",
"normalize.css": "^4.0.0",
"pleasejs": "^0.4.2",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-fa": "~4.1.1",
"react-redux": "^4.4.5",
"react-router": "^3.0.0",
"react-spinkit": "^1.1.7",
"redux": "~3.5.2",
"redux-immutable": "^3.0.6",
"rimraf": "^2.4.4",
"rupture": "^0.6.1",
"stylus": "^0.54.5"
}
}