init
Showing
.history/config-overrides_20190415110005.js
0 → 100644
.history/config-overrides_20190415110012.js
0 → 100644
.history/config-overrides_20190415110157.js
0 → 100644
.history/config-overrides_20190415112626.js
0 → 100644
.history/config-overrides_20190415114046.js
0 → 100644
.history/config-overrides_20190415114202.js
0 → 100644
.history/config-overrides_20190415115512.js
0 → 100644
.history/package_20190415102059.json
0 → 100644
.history/package_20190415102500.json
0 → 100644
.history/package_20190415103213.json
0 → 100644
.history/package_20190415110015.json
0 → 100644
.history/package_20190415111651.json
0 → 100644
.history/package_20190415112402.json
0 → 100644
.history/package_20190415112804.json
0 → 100644
.history/package_20190415113136.json
0 → 100644
.history/package_20190415114150.json
0 → 100644
.history/package_20190415114224.json
0 → 100644
.history/package_20190415114540.json
0 → 100644
.history/package_20190415114554.json
0 → 100644
.history/src/App_20190411103719.css
0 → 100644
.history/src/App_20190411103719.js
0 → 100644
.history/src/App_20190415105554.js
0 → 100644
.history/src/App_20190415105736.js
0 → 100644
.history/src/App_20190415110615.css
0 → 100644
.history/src/App_20190415110637.css
0 → 100644
.history/src/App_20190415111054.js
0 → 100644
config-overrides.js
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | @@ -3,23 +3,44 @@ | ... | @@ -3,23 +3,44 @@ |
| "version": "0.1.0", | "version": "0.1.0", | ||
| "private": true, | "private": true, | ||
| "dependencies": { | "dependencies": { | ||
| "antd-mobile": "^2.2.11", | |||
| "customize-cra": "^0.2.12", | |||
| "react": "^16.8.6", | "react": "^16.8.6", | ||
| "react-app-rewired": "^2.1.1", | |||
| "react-dom": "^16.8.6", | "react-dom": "^16.8.6", | ||
| "react-scripts": "2.1.8" | "react-scripts": "2.1.8" | ||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "start": "react-scripts start", | "start": "react-app-rewired start", | ||
| "build": "react-scripts build", | "build": "react-app-rewired build", | ||
| "test": "react-scripts test", | "test": "react-scripts test", | ||
| "eject": "react-scripts eject" | "eject": "react-scripts eject" | ||
| }, | }, | ||
| "eslintConfig": { | "eslintConfig": { | ||
| "extends": "react-app" | "extends": "react-app" | ||
| }, | }, | ||
| "babel": { | |||
| "plugins": [ | |||
| [ | |||
| "import", | |||
| { | |||
| "libraryName": "antd-mobile", | |||
| "style": true | |||
| } | |||
| ] | |||
| ] | |||
| }, | |||
| "browserslist": [ | "browserslist": [ | ||
| ">0.2%", | ">0.2%", | ||
| "not dead", | "not dead", | ||
| "not ie <= 11", | "not ie <= 11", | ||
| "not op_mini all" | "not op_mini all" | ||
| ] | ], | ||
| "devDependencies": { | |||
| "babel-plugin-import": "^1.11.0", | |||
| "css-loader": "^2.1.1", | |||
| "less": "^3.9.0", | |||
| "less-loader": "^4.1.0", | |||
| "style-loader": "^0.23.1" | |||
| } | |||
| } | } |
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment