feat:create react proj lab-tapvideo-web
parents
Showing
.eslintrc.cjs
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | ||
| "name": "lab-tapvideo-web", | ||
| "private": true, | ||
| "version": "0.0.0", | ||
| "type": "module", | ||
| "scripts": { | ||
| "dev": "vite", | ||
| "build": "vite build", | ||
| "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", | ||
| "preview": "vite preview" | ||
| }, | ||
| "dependencies": { | ||
| "antd": "^5.15.3", | ||
| "mitt": "^3.0.1", | ||
| "react": "^18.2.0", | ||
| "react-dom": "^18.2.0", | ||
| "react-router-dom": "^6.22.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/react": "^18.2.64", | ||
| "@types/react-dom": "^18.2.21", | ||
| "@vitejs/plugin-react": "^4.2.1", | ||
| "eslint": "^8.57.0", | ||
| "eslint-plugin-react": "^7.34.0", | ||
| "eslint-plugin-react-hooks": "^4.6.0", | ||
| "eslint-plugin-react-refresh": "^0.4.5", | ||
| "vite": "^5.1.6" | ||
| } | ||
| } |
public/test.mp4
0 → 100644
File added
public/vite.svg
0 → 100644
src/App.css
0 → 100644
src/App.jsx
0 → 100644
src/main.jsx
0 → 100644
src/pages/home/index.jsx
0 → 100644
src/pages/preview/index.jsx
0 → 100644
src/pages/upload/index.jsx
0 → 100644
src/routes/index.jsx
0 → 100644
src/utils/EventBus.js
0 → 100644
vite.config.js
0 → 100644
Please
register
or
sign in
to comment