|
| 1 | +{ |
| 2 | + "name": "web-starter-kit", |
| 3 | + "version": "1.0.0", |
| 4 | + "private": true, |
| 5 | + "description": "", |
| 6 | + "main": "index.js", |
| 7 | + "scripts": { |
| 8 | + "dev": "webpack-dashboard -- webpack-dev-server --watch --progress --color --config ./webpack.config.js" |
| 9 | + }, |
| 10 | + "author": "", |
| 11 | + "license": "MIT", |
| 12 | + "devDependencies": { |
| 13 | + "autoprefixer": "^6.4.1", |
| 14 | + "babel-core": "^6.14.0", |
| 15 | + "babel-eslint": "^6.1.2", |
| 16 | + "babel-loader": "^6.2.5", |
| 17 | + "babel-plugin-transform-decorators-legacy": "^1.3.4", |
| 18 | + "babel-plugin-transform-runtime": "^6.12.0", |
| 19 | + "babel-preset-es2015": "^6.14.0", |
| 20 | + "babel-preset-react": "^6.11.1", |
| 21 | + "babel-preset-stage-0": "^6.5.0", |
| 22 | + "css-loader": "^0.24.0", |
| 23 | + "eslint": "^3.4.0", |
| 24 | + "eslint-config-airbnb": "^10.0.1", |
| 25 | + "eslint-config-airbnb-base": "^5.0.3", |
| 26 | + "eslint-plugin-babel": "^3.3.0", |
| 27 | + "eslint-plugin-import": "^1.14.0", |
| 28 | + "eslint-plugin-jsx-a11y": "^2.2.0", |
| 29 | + "eslint-plugin-react": "^6.2.0", |
| 30 | + "extract-text-webpack-plugin": "^1.0.1", |
| 31 | + "file-loader": "^0.9.0", |
| 32 | + "image-webpack-loader": "^2.0.0", |
| 33 | + "node-sass": "^3.8.0", |
| 34 | + "path": "^0.12.7", |
| 35 | + "postcss-loader": "^0.11.1", |
| 36 | + "sass-loader": "^4.0.1", |
| 37 | + "style-loader": "^0.13.1", |
| 38 | + "url-loader": "^0.5.7", |
| 39 | + "webpack": "^1.13.2", |
| 40 | + "webpack-dashboard": "^0.1.8", |
| 41 | + "webpack-dev-server": "^1.15.0" |
| 42 | + }, |
| 43 | + "dependencies": { |
| 44 | + "react": "^15.3.1", |
| 45 | + "react-dom": "^15.3.1" |
| 46 | + } |
| 47 | +} |
0 commit comments