'webpack4.0升级'
Showing
.editorconfig
deleted
100644 → 0
.project
deleted
100644 → 0
.roadhogrc.mock.js
deleted
100644 → 0
.webpackrc.js
deleted
100644 → 0
README.md
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package-lock.json
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
{ | { | ||
"private": true, | "name": "dvatest", | ||
"version": "1.0.0", | |||
"description": "", | |||
"main": "index.js", | |||
"scripts": { | "scripts": { | ||
"start": "set NODE_ENV=development&&set PORT=80 && roadhog server", | "test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "set NODE_ENV=production&&roadhog build", | "start": "set OWNNER_ENV=dev&& webpack-dev-server", | ||
"test-build": "set NODE_ENV=testenv&&roadhog build", | "lint": "eslint --ext .js src", | ||
"lint": "eslint --ext .js src test", | "lib": "webpack --config webpackconfig/webpack.dll.config.js", | ||
"precommit": "npm run lint", | "test-build": "set OWNNER_ENV=test&& webpack --config webpackconfig/webpack.test.config.js", | ||
"lib": "webpack --config webpackconfig/webpack.dll.config.js" | "build": "set OWNNER_ENV=pro&& webpack --config webpackconfig/webpack.pro.config.js" | ||
}, | }, | ||
"author": "", | |||
"license": "ISC", | |||
"dependencies": { | "dependencies": { | ||
"@antv/data-set": "^0.10.2", | "@antv/data-set": "^0.10.2", | ||
"antd": "^3.20.3", | "antd": "^3.20.3", | ||
... | @@ -23,8 +28,9 @@ | ... | @@ -23,8 +28,9 @@ |
"co": "^4.6.0", | "co": "^4.6.0", | ||
"console-polyfill": "^0.3.0", | "console-polyfill": "^0.3.0", | ||
"cropper": "^3.1.4", | "cropper": "^3.1.4", | ||
"dva": "^2.1.0", | "dva": "2.1.0", | ||
"dva-loading": "^1.0.4", | "dva-loading": "^1.0.4", | ||
"dva-router-config": "^1.1.0", | |||
"echarts": "^4.0.4", | "echarts": "^4.0.4", | ||
"es3ify-loader": "^0.2.0", | "es3ify-loader": "^0.2.0", | ||
"es5-shim": "^4.5.10", | "es5-shim": "^4.5.10", | ||
... | @@ -32,32 +38,49 @@ | ... | @@ -32,32 +38,49 @@ |
"fetch-ie8": "^1.5.0", | "fetch-ie8": "^1.5.0", | ||
"fetch-jsonp": "^1.1.3", | "fetch-jsonp": "^1.1.3", | ||
"jquery": "^3.3.1", | "jquery": "^3.3.1", | ||
"js-base64": "^2.5.1", | |||
"lodash": "^4.17.5", | "lodash": "^4.17.5", | ||
"mini-css-extract-plugin": "^0.8.0", | |||
"mockjs": "^1.0.1-beta3", | "mockjs": "^1.0.1-beta3", | ||
"path-to-regexp": "^2.1.0", | "path-to-regexp": "^2.1.0", | ||
"qrcode.react": "^0.8.0", | "qrcode.react": "^0.8.0", | ||
"qs": "^6.5.1", | "qs": "^6.5.1", | ||
"react": "^16.2.0", | "query-string": "^6.8.3", | ||
"react": "16.9.0", | |||
"react-dom": "^16.2.0", | "react-dom": "^16.2.0", | ||
"react-slick": "^0.25.2", | "react-slick": "^0.25.2", | ||
"video-react": "^0.14.1", | "video-react": "^0.14.1", | ||
"xlsx": "^0.15.0" | "xlsx": "^0.15.0" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"babel-eslint": "^8.2.2", | "@babel/core": "^7.6.4", | ||
"babel-plugin-dva-hmr": "^0.3.2", | "@babel/plugin-proposal-class-properties": "^7.5.5", | ||
"es3ify-loader": "^0.2.0", | "@babel/plugin-transform-runtime": "^7.6.2", | ||
"eslint": "^4.14.0", | "@babel/preset-env": "^7.6.3", | ||
"eslint-config-airbnb": "^16.1.0", | "babel-eslint": "^10.0.3", | ||
"eslint-config-umi": "^0.1.1", | "babel-loader": "^8.0.6", | ||
"eslint-plugin-flowtype": "^2.34.1", | "babel-preset-env": "^1.7.0", | ||
"eslint-plugin-import": "^2.6.0", | "babel-preset-es2015": "7.0.0-beta.3", | ||
"eslint-plugin-jsx-a11y": "^5.1.1", | "babel-preset-react": "7.0.0-beta.3", | ||
"eslint-plugin-react": "^7.1.0", | "css-loader": "^3.2.0", | ||
"html-webpack-plugin": "^3.1.0", | "eslint": "^6.5.1", | ||
"husky": "^0.12.0", | "eslint-config-airbnb": "16.1.0", | ||
"redbox-react": "^1.4.3", | "eslint-friendly-formatter": "^4.0.1", | ||
"roadhog": "^2.5.0-beta.4", | "eslint-loader": "^3.0.2", | ||
"webpack": "^3.8.1" | "eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-jsx-a11y": "^6.2.3", | |||
"eslint-plugin-react": "^7.16.0", | |||
"file-loader": "^4.2.0", | |||
"html-webpack-plugin": "^3.2.0", | |||
"jsx-loader": "^0.13.2", | |||
"less": "^3.10.3", | |||
"less-loader": "^5.0.0", | |||
"postcss-loader": "^3.0.0", | |||
"style-loader": "^1.0.0", | |||
"url-loader": "^2.2.0", | |||
"webpack": "^4.41.2", | |||
"webpack-cli": "^3.3.9", | |||
"webpack-dev-server": "^3.8.2", | |||
"webpack-merge": "^4.2.2" | |||
} | } | ||
} | } |
public/index.ejs
deleted
100644 → 0
yarn-error.log
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment