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 @@ |
| "version": "0.1.0", | ||
| "private": true, | ||
| "dependencies": { | ||
| "antd-mobile": "^2.2.11", | ||
| "customize-cra": "^0.2.12", | ||
| "react": "^16.8.6", | ||
| "react-app-rewired": "^2.1.1", | ||
| "react-dom": "^16.8.6", | ||
| "react-scripts": "2.1.8" | ||
| }, | ||
| "scripts": { | ||
| "start": "react-scripts start", | ||
| "build": "react-scripts build", | ||
| "start": "react-app-rewired start", | ||
| "build": "react-app-rewired build", | ||
| "test": "react-scripts test", | ||
| "eject": "react-scripts eject" | ||
| }, | ||
| "eslintConfig": { | ||
| "extends": "react-app" | ||
| }, | ||
| "babel": { | ||
| "plugins": [ | ||
| [ | ||
| "import", | ||
| { | ||
| "libraryName": "antd-mobile", | ||
| "style": true | ||
| } | ||
| ] | ||
| ] | ||
| }, | ||
| "browserslist": [ | ||
| ">0.2%", | ||
| "not dead", | ||
| "not ie <= 11", | ||
| "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