|
| 1 | +{ |
| 2 | + "name": "webpack.vote", |
| 3 | + "version": "0.1.0", |
| 4 | + "description": "An application for casting votes on new webpack features and fixes.", |
| 5 | + "main": "dist/app.min.js", |
| 6 | + "scripts": { |
| 7 | + "start": "webpack-dev-server --config webpack.dev.babel.js --env.dev", |
| 8 | + "build": "webpack --config webpack.dist.babel.js", |
| 9 | + "test": "echo \"Error: no test specified\" && exit 1" |
| 10 | + }, |
| 11 | + "repository": { |
| 12 | + "type": "git", |
| 13 | + "url": "git+https://github.com/webpack-contrib/voting-app.git" |
| 14 | + }, |
| 15 | + "keywords": [ |
| 16 | + "webpack", |
| 17 | + "vote", |
| 18 | + "voting" |
| 19 | + ], |
| 20 | + "author": "Greg Venech", |
| 21 | + "license": "ISC", |
| 22 | + "bugs": { |
| 23 | + "url": "https://github.com/webpack-contrib/voting-app/issues" |
| 24 | + }, |
| 25 | + "homepage": "https://github.com/webpack-contrib/voting-app#readme", |
| 26 | + "devDependencies": { |
| 27 | + "autoprefixer": "^6.7.7", |
| 28 | + "babel-core": "^6.24.1", |
| 29 | + "babel-eslint": "^7.2.2", |
| 30 | + "babel-loader": "^6.4.1", |
| 31 | + "babel-plugin-transform-object-rest-spread": "^6.23.0", |
| 32 | + "babel-preset-es2015": "^6.24.1", |
| 33 | + "babel-preset-react": "^6.24.1", |
| 34 | + "css-loader": "^0.28.0", |
| 35 | + "eslint": "^3.19.0", |
| 36 | + "eslint-loader": "^1.7.1", |
| 37 | + "eslint-plugin-react": "^6.10.3", |
| 38 | + "file-loader": "^0.11.1", |
| 39 | + "html-webpack-plugin": "^2.28.0", |
| 40 | + "html-webpack-template": "^6.0.1", |
| 41 | + "image-webpack-loader": "^2.0.0", |
| 42 | + "node-sass": "^4.5.2", |
| 43 | + "postcss-loader": "^1.3.3", |
| 44 | + "sass-loader": "^6.0.3", |
| 45 | + "style-loader": "^0.16.1", |
| 46 | + "webpack": "^2.4.1", |
| 47 | + "webpack-dev-server": "^2.4.2", |
| 48 | + "webpack-merge": "^4.1.0" |
| 49 | + }, |
| 50 | + "dependencies": { |
| 51 | + "react": "^15.5.4", |
| 52 | + "react-dom": "^15.5.4" |
| 53 | + } |
| 54 | +} |
0 commit comments