Skip to content

Commit

Permalink
fix: 新增
Browse files Browse the repository at this point in the history
  • Loading branch information
wangmengCC committed Nov 13, 2023
1 parent 619f693 commit 9e8bdf9
Show file tree
Hide file tree
Showing 31 changed files with 1,684 additions and 1,245 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,6 @@ This section has moved here: https://facebook.github.io/create-react-app/docs/tr
- 瀑布流
- 甘特图
- 树状组件(任意层级拖动)
- 强缓存,协商缓存
- docker
- nginx
Binary file added dist/2022-place.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 68 additions & 0 deletions dist/assets/index-4dcfe413.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/assets/index-6d687a8a.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added dist/favicon.ico
Binary file not shown.
15 changes: 15 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/react.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My page</title>
<script type="module" crossorigin src="/assets/index-4dcfe413.js"></script>
<link rel="stylesheet" href="/assets/index-6d687a8a.css">
</head>
<body>
<div id="root"></div>

</body>
</html>
15 changes: 15 additions & 0 deletions dist/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
1 change: 1 addition & 0 deletions dist/react.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/summber-drawing-board.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dist/vite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
66 changes: 31 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,18 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": "7.2.2",
"@svgr/webpack": "4.1.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "9.0.0",
"babel-jest": "23.6.0",
"babel-loader": "8.0.5",
"babel-plugin-named-asset-import": "^0.3.1",
"babel-preset-react-app": "^7.0.2",
"bfj": "6.1.1",
"case-sensitive-paths-webpack-plugin": "2.2.0",
"css-loader": "1.0.0",
"dotenv": "6.0.0",
"dotenv-expand": "4.2.0",
"eslint": "5.12.0",
"eslint-config-react-app": "^3.0.8",
"eslint-loader": "2.1.1",
"eslint-plugin-flowtype": "2.50.1",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-react": "7.12.4",
"file-loader": "2.0.0",
"dayjs": "^1.11.10",
"fs-extra": "7.0.1",
"html-webpack-plugin": "4.0.0-alpha.2",
"identity-obj-proxy": "3.0.0",
"jest-pnp-resolver": "1.0.2",
"jest-resolve": "23.6.0",
"jest-watch-typeahead": "^0.2.1",
"lodash": "^4.17.11",
"mini-css-extract-plugin": "0.5.0",
"optimize-css-assets-webpack-plugin": "5.0.1",
"pnp-webpack-plugin": "1.2.1",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.5.0",
"postcss-safe-parser": "4.0.1",
"qr-code-generator-lib": "^1.0.1",
"react": "^18.2.0",
"react-app-polyfill": "^0.2.2",
"react-dev-utils": "^8.0.0",
Expand All @@ -46,16 +23,8 @@
"react-router-dom": "^6.16.0",
"resolve": "1.10.0",
"rxjs": "^7.8.1",
"sass-loader": "7.1.0",
"socket.io": "^2.2.0",
"socket.io-client": "^4.4.1",
"style-loader": "0.23.1",
"terser-webpack-plugin": "1.2.2",
"url-loader": "1.1.2",
"webpack": "4.28.3",
"webpack-dev-server": "3.1.14",
"webpack-manifest-plugin": "2.0.4",
"workbox-webpack-plugin": "3.6.3"
"socket.io-client": "^4.4.1"
},
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -91,7 +60,34 @@
"vite": "^4.4.5",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-server": "^0.1.2"
"webpack-server": "^0.1.2",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "9.0.0",
"babel-jest": "23.6.0",
"babel-loader": "8.0.5",
"babel-plugin-named-asset-import": "^0.3.1",
"babel-preset-react-app": "^7.0.2",
"@babel/core": "7.2.2",
"eslint-config-react-app": "^3.0.8",
"eslint-loader": "2.1.1",
"eslint-plugin-flowtype": "2.50.1",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-react": "7.12.4",
"css-loader": "1.0.0",
"style-loader": "0.23.1",
"file-loader": "2.0.0",
"sass-loader": "7.1.0",
"terser-webpack-plugin": "1.2.2",
"url-loader": "1.1.2",
"postcss-loader": "3.0.0",
"webpack-dev-server": "3.1.14",
"webpack-manifest-plugin": "2.0.4",
"workbox-webpack-plugin": "3.6.3",
"@svgr/webpack": "4.1.0",
"dotenv": "6.0.0",
"dotenv-expand": "4.2.0",
"case-sensitive-paths-webpack-plugin": "2.2.0"
},
"jest": {
"collectCoverageFrom": [
Expand Down
Loading

0 comments on commit 9e8bdf9

Please sign in to comment.