|
| 1 | +{ |
| 2 | + "name": "generic-react-docker", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "", |
| 5 | + "main": "index.js", |
| 6 | + "scripts": { |
| 7 | + "webpack-development": "./node_modules/.bin/webpack-dev-server --config webpack.config.dev.js", |
| 8 | + "dev": "echo Open at http://localhost:8080 && npm run webpack-development", |
| 9 | + "webpack-production": "NODE_ENV='production' ./node_modules/.bin/webpack --config webpack.config.prod.js", |
| 10 | + "production": "npm run webpack-production && echo Open at http://localhost:80 && service nginx start" |
| 11 | + }, |
| 12 | + "repository": { |
| 13 | + "type": "git", |
| 14 | + "url": "git+https://github.com/Driftersk/generic-react-docker" |
| 15 | + }, |
| 16 | + "author": "df", |
| 17 | + "license": "MIT", |
| 18 | + "bugs": { |
| 19 | + "url": "https://github.com/Driftersk/generic-react-docker/issues" |
| 20 | + }, |
| 21 | + "homepage": "https://github.com/Driftersk/generic-react-docker", |
| 22 | + "devDependencies": { |
| 23 | + "babel-core": "^6.3.26", |
| 24 | + "babel-loader": "^6.2.0", |
| 25 | + "babel-preset-es2015": "^6.3.13", |
| 26 | + "babel-preset-react": "^6.3.13", |
| 27 | + "css-loader": "^0.26.1", |
| 28 | + "file-loader": "^0.10.0", |
| 29 | + "style-loader": "^0.13.1", |
| 30 | + "stylus": "^0.54.5", |
| 31 | + "stylus-loader": "^2.4.0", |
| 32 | + "react-hot-loader": "^1.3.1", |
| 33 | + "webpack-dev-server": "^2.3.0" |
| 34 | + }, |
| 35 | + "dependencies": { |
| 36 | + "babel-preset-es2015": "^6.3.13", |
| 37 | + "react": "^15.4.2", |
| 38 | + "react-dom": "^15.4.2", |
| 39 | + "webpack": "^2.2.1" |
| 40 | + } |
| 41 | +} |
0 commit comments