init page
parents
Showing
.gitattributes
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
config-overrides.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "wx-app", | |||
"version": "0.1.0", | |||
"private": true, | |||
"dependencies": { | |||
"antd-mobile": "^2.2.5", | |||
"axios": "^0.18.0", | |||
"cssnano": "^4.0.5", | |||
"postcss-aspect-ratio-mini": "0.0.2", | |||
"postcss-cssnext": "^3.1.0", | |||
"postcss-px-to-viewport": "0.0.3", | |||
"postcss-viewport-units": "^0.1.4", | |||
"postcss-write-svg": "^3.0.1", | |||
"react": "^16.4.2", | |||
"react-dom": "^16.4.2", | |||
"react-router-dom": "^4.3.1", | |||
"react-scripts": "1.1.4" | |||
}, | |||
"scripts": { | |||
"start": "react-app-rewired start", | |||
"build": "react-app-rewired build", | |||
"test": "react-app-rewired test --env=jsdom", | |||
"eject": "react-scripts eject" | |||
}, | |||
"devDependencies": { | |||
"autoprefixer": "^9.1.0", | |||
"babel-plugin-import": "^1.8.0", | |||
"cssnano-preset-advanced": "^4.0.0", | |||
"less-loader": "^4.1.0", | |||
"react-app-rewired": "^1.5.2" | |||
}, | |||
"browserslist": [ | |||
"> 1%", | |||
"last 2 versions", | |||
"iOS >= 7", | |||
"Android > 4.1", | |||
"last 2 versions" | |||
] | |||
} |
public/favicon.ico
0 → 100644
File added
public/index.html
0 → 100644
public/manifest.json
0 → 100644
src/api/errorHandle.js
0 → 100644
src/api/fetch.js
0 → 100644
src/api/index.js
0 → 100644
src/config/index.js
0 → 100644
src/containers/App.js
0 → 100644
src/containers/Home/Index.js
0 → 100644
src/containers/Home/action.js
0 → 100644
src/containers/Home/reducer.js
0 → 100644
src/containers/Login/Login.js
0 → 100644
src/containers/Login/style.css
0 → 100644
src/containers/PublicCar/PublicCarApply.js
0 → 100644
src/containers/PublicCar/PublicCarList.js
0 → 100644
src/containers/report/report.js
0 → 100644
src/context/userinfo-context.js
0 → 100644
src/index.js
0 → 100644
src/registerServiceWorker.js
0 → 100644
src/styles/App.css
0 → 100644
src/styles/index.css
0 → 100644
src/utils/index.js
0 → 100644
Please
register
or
sign in
to comment