|
| 1 | +{ |
| 2 | + "name": "test", |
| 3 | + "version": "2.1.2", |
| 4 | + "private": true, |
| 5 | + "description": "", |
| 6 | + "main": "app.bundle.js", |
| 7 | + "scripts": { |
| 8 | + "test": "echo \"Error: no test specified\" && exit 1", |
| 9 | + "start": "webpack-dev-server -d --history-api-fallback --hot --inline --progress --colors --port 4000", |
| 10 | + "pro": "node script/pro" |
| 11 | + }, |
| 12 | + "ignore": [ |
| 13 | + "dist" |
| 14 | + ], |
| 15 | + "author": "hezedu", |
| 16 | + "dependencies": { |
| 17 | + "history": "^2.1.2", |
| 18 | + "react": "^15.3.1", |
| 19 | + "react-dom": "^15.3.1", |
| 20 | + "react-redux": "^4.4.5", |
| 21 | + "react-router": "^2.7.0", |
| 22 | + "redux": "^3.5.2", |
| 23 | + "lodash": "^4.15.0", |
| 24 | + "react-router-redux": "^4.0.7" |
| 25 | + }, |
| 26 | + "devDependencies": { |
| 27 | + "babel-core": "^6.14.0", |
| 28 | + "babel-eslint": "^6.1.2", |
| 29 | + "babel-loader": "^6.2.5", |
| 30 | + "babel-plugin-transform-es2015-modules-commonjs": "^6.14.0", |
| 31 | + "babel-plugin-transform-remove-console": "^6.8.0", |
| 32 | + "babel-plugin-transform-remove-debugger": "^6.8.0", |
| 33 | + "babel-plugin-transform-runtime": "^6.12.0", |
| 34 | + "babel-preset-es2015": "^6.14.0", |
| 35 | + "babel-preset-react": "^6.11.1", |
| 36 | + "babel-preset-stage-0": "^6.5.0", |
| 37 | + "babel-runtime": "^6.11.6", |
| 38 | + "css-loader": "^0.24.0", |
| 39 | + "eslint": "^3.4.0", |
| 40 | + "eslint-loader": "^1.5.0", |
| 41 | + "eslint-plugin-jsx-a11y": "^2.2.0", |
| 42 | + "eslint-plugin-react": "^6.2.0", |
| 43 | + "fuckwinfsdel": "^1.2.1", |
| 44 | + "html-loader": "^0.4.3", |
| 45 | + "html-webpack-plugin": "^2.22.0", |
| 46 | + "node-sass": "^4.5.2", |
| 47 | + "postcss-loader": "^0.11.0", |
| 48 | + "react-hot-loader": "^1.3.0", |
| 49 | + "rucksack-css": "^0.8.6", |
| 50 | + "sass-loader": "^4.0.0", |
| 51 | + "style-loader": "^0.13.1", |
| 52 | + "webpack": "^1.13.2", |
| 53 | + "webpack-dev-server": "^1.15.0" |
| 54 | + } |
| 55 | +} |
0 commit comments