|
| 1 | +{ |
| 2 | + "name": "react-css-module-starter", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Demo app showcasing how to use nextgen components", |
| 5 | + "main": "index.js", |
| 6 | + "repository": "[email protected]:rencire/react-css-module-starter", |
| 7 | + "author": "Eric Ren <[email protected]>", |
| 8 | + "license": "MIT", |
| 9 | + "scripts": { |
| 10 | + "test": "echo \"Error: no test specified\" && exit 1", |
| 11 | + "watch": "webpack --progress --watch", |
| 12 | + "start": "webpack-dev-server", |
| 13 | + "build": "NODE_ENV=production webpack --config webpack.config.prod.js --progress" |
| 14 | + }, |
| 15 | + "dependencies": { |
| 16 | + "babel-plugin-react-css-modules": "^3.2.1", |
| 17 | + "babel-polyfill": "^6.26.0", |
| 18 | + "normalize.css": "^7.0.0", |
| 19 | + "react": "^15.6.1", |
| 20 | + "react-dom": "^15.6.1" |
| 21 | + }, |
| 22 | + "devDependencies": { |
| 23 | + "babel-cli": "^6.26.0", |
| 24 | + "babel-loader": "^7.1.2", |
| 25 | + "babel-preset-env": "^1.6.0", |
| 26 | + "babel-preset-react": "^6.24.1", |
| 27 | + "clean-webpack-plugin": "^0.1.16", |
| 28 | + "css-loader": "^0.28.7", |
| 29 | + "html-webpack-plugin": "^2.30.1", |
| 30 | + "postcss-cssnext": "^3.0.2", |
| 31 | + "postcss-import": "^10.0.0", |
| 32 | + "postcss-loader": "^2.0.6", |
| 33 | + "react-hot-loader": "next", |
| 34 | + "style-loader": "^0.18.2", |
| 35 | + "webpack": "^3.5.5", |
| 36 | + "webpack-dev-server": "^2.7.1", |
| 37 | + "yargs": "^8.0.2" |
| 38 | + } |
| 39 | +} |
0 commit comments