1
Showing
No preview for this file type
README.md
0 → 100644
build/.DS_Store
0 → 100644
File added
build/asset-manifest.json
0 → 100644
build/favicon.ico
0 → 100644
3.08 KB
build/index.html
0 → 100644
build/logo192.png
0 → 100644
5.22 KB
build/logo512.png
0 → 100644
9.44 KB
build/manifest.json
0 → 100644
build/robots.txt
0 → 100644
build/service-worker.js
0 → 100644
build/static/.DS_Store
0 → 100644
File added
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.
dist/main.js
deleted
100644 → 0
dist/main.js.map
deleted
100644 → 0
index.html
deleted
100644 → 0
{ | { | ||
"name": "sparkweb", | "name": "antd-demo-js", | ||
"version": "1.0.0", | "version": "0.1.0", | ||
"description": "", | "private": true, | ||
"main": "webpack.config.js", | "dependencies": { | ||
"scripts": { | "@testing-library/jest-dom": "^4.2.4", | ||
"start": "webpack-dev-server --config webpack.config.js --open" | "@testing-library/react": "^9.3.2", | ||
"@testing-library/user-event": "^7.1.2", | |||
"react": "^16.13.1", | |||
"react-dom": "^16.13.1", | |||
"react-scripts": "3.4.1" | |||
}, | }, | ||
"repository": { | "scripts": { | ||
"type": "git", | "start": "react-scripts start", | ||
"url": "git@gitlab2.dui88.com:wanghongyuan/sparkweb.git" | "build": "react-scripts build", | ||
"test": "react-scripts test", | |||
"eject": "react-scripts eject" | |||
}, | }, | ||
"keywords": [], | "eslintConfig": { | ||
"author": "", | "extends": "react-app" | ||
"license": "ISC", | |||
"devDependencies": { | |||
"@types/react": "^16.9.35", | |||
"@types/react-dom": "^16.9.8", | |||
"source-map-loader": "^1.0.0", | |||
"ts-loader": "^7.0.5", | |||
"typescript": "^3.9.3", | |||
"webpack": "^4.43.0", | |||
"webpack-cli": "^3.3.11", | |||
"webpack-dev-server": "^3.11.0" | |||
}, | }, | ||
"dependencies": { | "browserslist": { | ||
"react": "^16.13.1", | "production": [ | ||
"react-dom": "^16.13.1" | ">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.08 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.css
0 → 100644
src/App.js
0 → 100644
src/App.test.js
0 → 100644
src/index.css
0 → 100644
src/index.js
0 → 100644
src/index.tsx
deleted
100644 → 0
src/logo.svg
0 → 100644
src/serviceWorker.js
0 → 100644
src/setupTests.js
0 → 100644
tsconfig.json
deleted
100644 → 0
webpack.config.js
deleted
100644 → 0
yarn.lock
0 → 100644
This diff is collapsed.