|
| 1 | +{ |
| 2 | + "name": "react-frontend", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "dependencies": { |
| 6 | + "history": "^4.9.0", |
| 7 | + "jquery": "^3.4.1", |
| 8 | + "react": "^16.8.6", |
| 9 | + "react-dom": "^16.8.6", |
| 10 | + "react-redux": "^7.0.3", |
| 11 | + "react-router-dom": "^5.0.0", |
| 12 | + "react-scripts": "3.0.1", |
| 13 | + "redux": "^4.0.1", |
| 14 | + "redux-logger": "^3.0.6", |
| 15 | + "redux-thunk": "^2.3.0", |
| 16 | + "semantic-ui-react": "^0.87.1" |
| 17 | + }, |
| 18 | + "scripts": { |
| 19 | + "start": "webpack-dev-server --open", |
| 20 | + "build": "webpack --mode production", |
| 21 | + "test": "react-scripts test", |
| 22 | + "eject": "react-scripts eject" |
| 23 | + }, |
| 24 | + "eslintConfig": { |
| 25 | + "extends": "react-app" |
| 26 | + }, |
| 27 | + "browserslist": { |
| 28 | + "production": [ |
| 29 | + ">0.2%", |
| 30 | + "not dead", |
| 31 | + "not op_mini all" |
| 32 | + ], |
| 33 | + "development": [ |
| 34 | + "last 1 chrome version", |
| 35 | + "last 1 firefox version", |
| 36 | + "last 1 safari version" |
| 37 | + ] |
| 38 | + }, |
| 39 | + "devDependencies": { |
| 40 | + "@babel/preset-env": "^7.4.5", |
| 41 | + "@babel/preset-react": "^7.0.0", |
| 42 | + "@babel/preset-stage-0": "^7.0.0", |
| 43 | + "babel-cli": "^6.26.0", |
| 44 | + "babel-core": "^7.0.0-bridge.0", |
| 45 | + "babel-loader": "^7.1.5", |
| 46 | + "css-loader": "^2.1.1", |
| 47 | + "extract-text-webpack-plugin": "^4.0.0-beta.0", |
| 48 | + "file-loader": "^4.0.0", |
| 49 | + "html-webpack-plugin": "^3.2.0", |
| 50 | + "mini-css-extract-plugin": "^0.7.0", |
| 51 | + "node-sass": "^4.12.0", |
| 52 | + "path": "^0.12.7", |
| 53 | + "sass-loader": "^7.1.0", |
| 54 | + "style-loader": "^0.23.1", |
| 55 | + "webpack": "^4.32.2", |
| 56 | + "webpack-cli": "^3.3.2", |
| 57 | + "webpack-dev-server": "^3.5.1" |
| 58 | + } |
| 59 | +} |
0 commit comments