UNPKG

generator-rrrw

Version:

react,redux,react-redux-router,webpack,babel,es6,autoprefixer,HMR,css-module

56 lines (55 loc) 1.87 kB
{ "name": "<%= repo %>", "version": "0.0.1", "private": true, "description": "it builds with react,redux,react-redux-router,webpack,babel,es6,autoprefixer,hmr,css-module etc", "main": "index.js", "repository": "git@code.59store.com:fe/rrrw.git", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "webpack-dashboard -c cyan -- webpack-dev-server -d --history-api-fallback --hot --inline --progress --colors --port 5959", "build": "rm -rf dist/ && NODE_ENV=production webpack --config webpack.config.prod.js --progress --colors" }, "dependencies": { <% if (mobileORpc == 'Mobile') { %>"m-base": "^1.0.5", "fastclick": "~1.0.6",<% } else { %> "normalize.css": "^4.1.1", "babel-plugin-antd": "~0.4.0", <% } %> "babel-core": "^6.5.2", "babel-loader": "^6.2.3", "babel-plugin-transform-runtime": "^6.5.2", "babel-preset-es2015": "^6.5.0", "babel-preset-react": "^6.5.0", "babel-preset-stage-0": "^6.5.0", "css-loader": "^0.23.1", "postcss-loader": "^0.8.1", "style-loader": "^0.13.0", "less": "^2.7.1", "less-loader": "^2.2.3", "file-loader": "^0.8.5", "url-loader": "~0.5.7", "json-loader": "~0.5.4", "autoprefixer": "^6.4.0", "extract-text-webpack-plugin": "^1.0.1", "html-webpack-plugin": "^2.17.0", "babel-runtime": "^6.5.0", "classnames": "^2.2.3", "webpack": "^1.12.14", "react": "^15.0.0", "react-dom": "^15.0.0", "react-redux": "^4.4.0", "react-router": "^2.0.0", "react-router-redux": "^4.0.0", "redux": "^3.3.1", "redux-actions": "^0.9.1" }, "devDependencies": { "webpack-dev-server": "^1.14.1", "webpack-dashboard": "^0.1.6", "react-hot-loader": "^1.3.0", "webpack-hot-middleware": "^2.7.1", "eslint-plugin-react": "~5.1.1" }, "license": "Apache-2.0" }