Initial commit
Showing
.idea/communicate.iml
0 → 100644
.idea/encodings.xml
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/vcs.xml
0 → 100644
.idea/workspace.xml
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.
| ... | @@ -6,15 +6,17 @@ | ... | @@ -6,15 +6,17 @@ | 
| "@testing-library/jest-dom": "^4.2.4", | "@testing-library/jest-dom": "^4.2.4", | ||
| "@testing-library/react": "^9.3.2", | "@testing-library/react": "^9.3.2", | ||
| "@testing-library/user-event": "^7.1.2", | "@testing-library/user-event": "^7.1.2", | ||
| "antd-mobile": "^2.3.3", | |||
| "history": "^4.10.1", | |||
| "react": "^16.13.1", | "react": "^16.13.1", | ||
| "react-dom": "^16.13.1", | "react-dom": "^16.13.1", | ||
| "react-router-dom": "^5.2.0", | |||
| "react-scripts": "3.4.1" | "react-scripts": "3.4.1" | ||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "start": "react-scripts start", | "start": "react-app-rewired start", | ||
| "build": "react-scripts build", | "build": "react-app-rewired build", | ||
| "test": "react-scripts test", | "test": "react-app-rewired test --env=jsdom" | ||
| "eject": "react-scripts eject" | |||
| }, | }, | ||
| "eslintConfig": { | "eslintConfig": { | ||
| "extends": "react-app" | "extends": "react-app" | ||
| ... | @@ -30,5 +32,10 @@ | ... | @@ -30,5 +32,10 @@ | 
| "last 1 firefox version", | "last 1 firefox version", | ||
| "last 1 safari version" | "last 1 safari version" | ||
| ] | ] | ||
| }, | |||
| "devDependencies": { | |||
| "babel-plugin-import": "^1.13.0", | |||
| "customize-cra": "^1.0.0", | |||
| "react-app-rewired": "^2.1.6" | |||
| } | } | ||
| } | } | 
src/App.css
deleted
100644 → 0
src/App.js
deleted
100644 → 0
src/App.test.js
deleted
100644 → 0
src/Pages/NoFound.jsx
0 → 100644
src/Pages/Notice/Notice.jsx
0 → 100644
src/Pages/Work/Work.jsx
0 → 100644
src/layout/BlankLayout.jsx
0 → 100644
src/layout/CommonLayout.jsx
0 → 100644
src/layout/Footer.jsx
0 → 100644
src/logo.svg
deleted
100644 → 0
src/router.js
0 → 100644
src/setupTests.js
deleted
100644 → 0
Please
register
or
sign in
to comment