init
Showing
config-overrides.ts
0 → 100644
| ... | ... | @@ -3,6 +3,7 @@ |
| "version": "0.1.0", | ||
| "private": true, | ||
| "dependencies": { | ||
| "@babel/plugin-proposal-decorators": "^7.7.4", | ||
| "@testing-library/jest-dom": "^4.2.4", | ||
| "@testing-library/react": "^9.3.2", | ||
| "@testing-library/user-event": "^7.1.2", | ||
| ... | ... | @@ -10,17 +11,30 @@ |
| "@types/node": "^12.0.0", | ||
| "@types/react": "^16.9.0", | ||
| "@types/react-dom": "^16.9.0", | ||
| "@types/react-loadable": "^5.5.3", | ||
| "@types/react-router-dom": "^5.1.3", | ||
| "antd": "^3.26.4", | ||
| "babel-plugin-import": "^1.13.0", | ||
| "customize-cra": "^0.9.1", | ||
| "less": "^3.10.3", | ||
| "less-loader": "^5.0.0", | ||
| "mobx": "^5.15.1", | ||
| "mobx-react": "^6.1.4", | ||
| "mobx-react-router": "^4.1.0", | ||
| "node-sass": "^4.13.0", | ||
| "normalize.css": "^8.0.1", | ||
| "react": "^16.12.0", | ||
| "react-app-rewired": "^2.1.5", | ||
| "react-dom": "^16.12.0", | ||
| "react-loadable": "^5.5.0", | ||
| "react-router-dom": "^5.1.2", | ||
| "react-scripts": "3.3.0", | ||
| "typescript": "~3.7.2" | ||
| }, | ||
| "scripts": { | ||
| "start": "react-scripts start", | ||
| "build": "react-scripts build", | ||
| "test": "react-scripts test", | ||
| "start": "react-app-rewired start", | ||
| "build": "react-app-rewired build", | ||
| "test": "react-app-rewired test", | ||
| "eject": "react-scripts eject" | ||
| }, | ||
| "eslintConfig": { | ||
| ... | ... |
src/common/history.ts
0 → 100644
src/index.scss
deleted
100644 → 0
src/page/Home/Home.tsx
0 → 100644
src/router/rootRouter.tsx
0 → 100644
src/store/index.ts
0 → 100644
src/store/routerStore.ts
0 → 100644
Please register or sign in to comment