Merge branch 'gao' into 'master'
Gao See merge request !1
Showing
.gitignore
0 → 100644
config-overrides.ts
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "merlin", | ||
| "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", | ||
| "@types/jest": "^24.0.0", | ||
| "@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-app-rewired start", | ||
| "build": "react-app-rewired build", | ||
| "test": "react-app-rewired test", | ||
| "eject": "react-scripts eject" | ||
| }, | ||
| "eslintConfig": { | ||
| "extends": "react-app" | ||
| }, | ||
| "browserslist": { | ||
| "production": [ | ||
| ">0.2%", | ||
| "not dead", | ||
| "not op_mini all" | ||
| ], | ||
| "development": [ | ||
| "last 1 chrome version", | ||
| "last 1 firefox version", | ||
| "last 1 safari version" | ||
| ] | ||
| } | ||
| } |
public/favicon.ico
0 → 100644
3.78 KB
public/index.html
0 → 100644
public/logo192.png
0 → 100644
5.22 KB
public/logo512.png
0 → 100644
9.44 KB
public/manifest.json
0 → 100644
public/robots.txt
0 → 100644
src/App.scss
0 → 100644
src/App.test.tsx
0 → 100644
src/App.tsx
0 → 100644
src/common/history.ts
0 → 100644
src/index.tsx
0 → 100644
src/logo.svg
0 → 100644
src/page/Home/Home.tsx
0 → 100644
src/react-app-env.d.ts
0 → 100644
src/router/rootRouter.tsx
0 → 100644
src/serviceWorker.ts
0 → 100644
src/setupTests.ts
0 → 100644
src/store/index.ts
0 → 100644
src/store/routerStore.ts
0 → 100644
tsconfig.json
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.