Initial commit
Showing
config-overrides.js
0 → 100644
| { | ||
| "name": "inclass-partners", | ||
| "name": "antd-demo-ts", | ||
| "version": "0.1.0", | ||
| "private": true, | ||
| "dependencies": { | ||
| "@testing-library/jest-dom": "^4.2.4", | ||
| "@testing-library/react": "^9.3.2", | ||
| "@testing-library/user-event": "^7.1.2", | ||
| "@types/jest": "^24.0.0", | ||
| "@types/node": "^12.0.0", | ||
| "@types/react": "^16.9.0", | ||
| "@types/react-dom": "^16.9.0", | ||
| "@types/react-router-dom": "^5.1.4", | ||
| "@zooey1184/react-scripts": "^1.1.1", | ||
| "@zooey1184/upload_to_oss": "^1.0.1", | ||
| "antd": "^4.1.3", | ||
| "babel-plugin-import": "^1.13.0", | ||
| "customize-cra": "^0.9.1", | ||
| "echarts": "^4.7.0", | ||
| "needle": "^2.4.1", | ||
| "react": "^16.13.1", | ||
| "react-app-rewired": "^2.1.5", | ||
| "react-dom": "^16.13.1", | ||
| "react-scripts": "3.4.1" | ||
| "react-router-dom": "^5.1.2", | ||
| "react-scripts": "3.4.1", | ||
| "typescript": "~3.7.2" | ||
| }, | ||
| "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" | ||
| "eject": "react-scripts eject", | ||
| "up": "node upload.js", | ||
| "bd": "npm run build & npm run up" | ||
| }, | ||
| "eslintConfig": { | ||
| "extends": "react-app" | ||
| ... | ... | @@ -30,5 +47,11 @@ |
| "last 1 firefox version", | ||
| "last 1 safari version" | ||
| ] | ||
| }, | ||
| "devDependencies": { | ||
| "cross-fetch": "^3.0.4", | ||
| "lodash": "^4.17.15", | ||
| "moment": "^2.26.0", | ||
| "node-sass": "^4.14.1" | ||
| } | ||
| } |
src/App.js
deleted
100644 → 0
src/App.tsx
0 → 100644
src/common/catchError.js
0 → 100644
src/common/date.js
0 → 100644
src/common/excel.ts
0 → 100644
src/common/fetch.ts
0 → 100644
src/layout/accountName.tsx
0 → 100644
src/layout/basicPage.tsx
0 → 100644
src/layout/index.scss
0 → 100644
src/layout/siderMenu.tsx
0 → 100644
src/pages/login/index.css
0 → 100644
src/pages/login/index.tsx
0 → 100644
src/pages/orderList/list.tsx
0 → 100644
src/react-app-env.d.ts
0 → 100644
src/router/index.tsx
0 → 100644
tsconfig.json
0 → 100644
Please
register
or
sign in
to comment