1
Showing
.idea/.gitignore
deleted
100644 → 0
.idea/misc.xml
deleted
100644 → 0
.idea/modules.xml
deleted
100644 → 0
.idea/sparkweb.iml
deleted
100644 → 0
.idea/vcs.xml
deleted
100644 → 0
.idea/workspace.xml
deleted
100644 → 0
build/favicon.ico
deleted
100644 → 0
3.08 KB
build/index.html
deleted
100644 → 0
build/logo192.png
deleted
100644 → 0
5.22 KB
build/logo512.png
deleted
100644 → 0
9.44 KB
build/manifest.json
deleted
100644 → 0
build/robots.txt
deleted
100644 → 0
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
mock/api/todos.json
deleted
100644 → 0
{ | { | ||
"name": "antd-demo-js", | "name": "sparkweb", | ||
"version": "0.1.0", | "version": "0.1.0", | ||
"private": true, | "private": true, | ||
"devDependencies": { | |||
"ali-oss": "^4.11.4", | |||
"chalk": "^2.3.0", | |||
"co": "^4.6.0", | |||
"progress": "^2.0.0" | |||
}, | |||
"dependencies": { | "dependencies": { | ||
"@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": "^4.3.1", | "@types/jest": "^24.0.0", | ||
"@types/node": "^12.0.0", | |||
"@types/react": "^16.9.0", | |||
"@types/react-dom": "^16.9.0", | |||
"react": "^16.13.1", | "react": "^16.13.1", | ||
"react-dom": "^16.13.1", | "react-dom": "^16.13.1", | ||
"react-scripts": "3.4.1" | "react-scripts": "3.4.1", | ||
"typescript": "~3.7.2" | |||
}, | }, | ||
"scripts": { | "scripts": { | ||
"start": "react-scripts start", | "start": "react-scripts start", | ||
... | @@ -37,6 +35,5 @@ | ... | @@ -37,6 +35,5 @@ |
"last 1 firefox version", | "last 1 firefox version", | ||
"last 1 safari version" | "last 1 safari version" | ||
] | ] | ||
}, | } | ||
"proxy": "http://localhost:4000" | |||
} | } |
script/upload.js
deleted
100644 → 0
src/App.js
deleted
100644 → 0
src/App.tsx
0 → 100644
src/Footer.js
deleted
100644 → 0
src/react-app-env.d.ts
0 → 100644
tsconfig.json
0 → 100644
yarn-error.log
deleted
100644 → 0
This diff is collapsed.
This diff is collapsed.