...
|
...
|
@@ -8,17 +8,19 @@ |
|
|
"description": "",
|
|
|
"main": "app.js",
|
|
|
"scripts": {
|
|
|
"build": "webpack --mode development --config ./webpack.config.babel.js ",
|
|
|
"start": "webpack-dev-server --mode development --config ./webpack.config.babel.js",
|
|
|
"build-prd": "webpack --mode production --config ./webpack.config.babel.js ",
|
|
|
"start-prd": "webpack-dev-server --mode production --config ./webpack.config.babel.js"
|
|
|
"build": "webpack --mode development --config ./webpack.config.js ",
|
|
|
"start": "webpack-dev-server --mode development --config ./webpack.config.js",
|
|
|
"build-prd": "webpack --mode production --config ./webpack.config.js",
|
|
|
"start-prd": "webpack-dev-server --mode production --config ./webpack.config.js"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"dateformat": "^3.0.3",
|
|
|
"dayjs": "^1.7.7",
|
|
|
"jquery": "^3.3.1",
|
|
|
"moment": "^2.22.1",
|
|
|
"moment-timezone": "^0.5.15",
|
|
|
"prop-types": "^15.6.1",
|
|
|
"query-string": "5",
|
|
|
"react": "^16.3.2",
|
|
|
"react-cookies": "^0.1.0",
|
|
|
"react-dom": "^16.3.2",
|
...
|
...
|
@@ -27,20 +29,23 @@ |
|
|
"react-moment": "^0.7.0",
|
|
|
"react-router-dom": "^4.2.2",
|
|
|
"react-slick": "^0.23.1",
|
|
|
"weixin-js-sdk": "^1.3.3"
|
|
|
"weixin-js-sdk": "^1.3.3",
|
|
|
"whatwg-fetch": "^3.0.0"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"@babel/core": "^7.1.0",
|
|
|
"@babel/plugin-proposal-class-properties": "^7.1.0",
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
|
|
"@babel/plugin-transform-object-assign": "^7.0.0",
|
|
|
"@babel/plugin-transform-react-constant-elements": "^7.0.0",
|
|
|
"@babel/plugin-transform-runtime": "^7.1.0",
|
|
|
"@babel/preset-env": "^7.1.0",
|
|
|
"@babel/preset-react": "^7.0.0",
|
|
|
"@babel/register": "^7.0.0",
|
|
|
"@babel/runtime": "^7.1.2",
|
|
|
"@babel/runtime-corejs2": "^7.1.2",
|
|
|
"autoprefixer": "^9.1.4",
|
|
|
"babel-cli": "^6.26.0",
|
|
|
"babel-core": "^6.26.0",
|
|
|
"babel-loader": "^7.1.4",
|
|
|
"babel-plugin-import": "^1.7.0",
|
|
|
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
|
"babel-preset-env": "^1.6.1",
|
|
|
"babel-preset-es2015": "^6.24.1",
|
|
|
"babel-preset-react": "^6.24.1",
|
|
|
"babel-preset-stage-0": "^6.24.1",
|
|
|
"babel-loader": "^8.0.2",
|
|
|
"clean-webpack-plugin": "^0.1.19",
|
|
|
"compression-webpack-plugin": "^1.1.11",
|
|
|
"copy-webpack-plugin": "^4.5.1",
|
...
|
...
|
@@ -57,11 +62,12 @@ |
|
|
"postcss-import": "^12.0.0",
|
|
|
"postcss-loader": "^3.0.0",
|
|
|
"postcss-pxtorem": "^4.0.1",
|
|
|
"query-string": "^6.2.0",
|
|
|
"sass-loader": "^7.1.0",
|
|
|
"script-loader": "^0.7.2",
|
|
|
"style-loader": "^0.20.3",
|
|
|
"url-loader": "^1.0.1",
|
|
|
"webpack": "^4.17.2",
|
|
|
"webpack-bundle-analyzer": "^3.0.3",
|
|
|
"webpack-cli": "^3.1.2",
|
|
|
"webpack-dev-server": "^3.1.3",
|
|
|
"webpack-merge": "^4.1.4",
|
...
|
...
|
|