|
@@ -1,51 +0,0 @@
|
|
|
-{
|
|
|
- "name": "cld2",
|
|
|
- "version": "1.0.0",
|
|
|
- "description": "",
|
|
|
- "main": "index.js",
|
|
|
- "scripts": {
|
|
|
- "test": "echo \"Error: no test specified\" && exit 1",
|
|
|
- "start": "webpack-dev-server --inline --config ./config/webpack.prod.config.js --host cld2.com",
|
|
|
- "react": "react-scripts start",
|
|
|
- "build": "webpack --config ./config/webpack.prod.config.js"
|
|
|
- },
|
|
|
- "keywords": [],
|
|
|
- "author": "",
|
|
|
- "license": "ISC",
|
|
|
- "devDependencies": {
|
|
|
- "@babel/core": "^7.9.0",
|
|
|
- "@babel/preset-env": "^7.9.0",
|
|
|
- "@babel/preset-react": "^7.9.4",
|
|
|
- "babel-loader": "^8.1.0",
|
|
|
- "clean-webpack-plugin": "^3.0.0",
|
|
|
- "css-loader": "^3.4.2",
|
|
|
- "file-loader": "^6.0.0",
|
|
|
- "html-webpack-plugin": "^4.0.4",
|
|
|
- "less": "^3.11.1",
|
|
|
- "less-loader": "^5.0.0",
|
|
|
- "mini-css-extract-plugin": "^0.9.0",
|
|
|
- "node-sass": "^4.13.1",
|
|
|
- "optimize-css-assets-webpack-plugin": "^5.0.3",
|
|
|
- "sass-loader": "^8.0.2",
|
|
|
- "style-loader": "^1.1.3",
|
|
|
- "uglifyjs-webpack-plugin": "^2.2.0",
|
|
|
- "url-loader": "^4.0.0",
|
|
|
- "webpack": "^4.42.1",
|
|
|
- "webpack-cli": "^3.3.11",
|
|
|
- "webpack-dev-server": "^3.10.3",
|
|
|
- "webpack-merge": "^4.2.2"
|
|
|
- },
|
|
|
- "dependencies": {
|
|
|
- "axios": "^0.19.2",
|
|
|
- "immutable": "^4.0.0-rc.12",
|
|
|
- "react": "^16.13.1",
|
|
|
- "react-dom": "^16.13.1",
|
|
|
- "react-redux": "^7.2.0",
|
|
|
- "react-router": "^5.1.2",
|
|
|
- "react-router-dom": "^5.1.2",
|
|
|
- "redux": "^4.0.5",
|
|
|
- "redux-immutable": "^4.0.0",
|
|
|
- "redux-thunk": "^2.3.0",
|
|
|
- "styled-components": "^5.0.1"
|
|
|
- }
|
|
|
-}
|