内置工具包built-in
埋点
Showing
| ... | @@ -17,6 +17,8 @@ | ... | @@ -17,6 +17,8 @@ |
| "@babel/plugin-proposal-class-properties": "^7.18.6", | "@babel/plugin-proposal-class-properties": "^7.18.6", | ||
| "@babel/plugin-proposal-decorators": "^7.25.9", | "@babel/plugin-proposal-decorators": "^7.25.9", | ||
| "@eslint/js": "^9.13.0", | "@eslint/js": "^9.13.0", | ||
| "@types/react": "^18.3.3", | |||
| "@types/react-dom": "^18.3.0", | |||
| "@vitejs/plugin-react": "^4.3.3", | "@vitejs/plugin-react": "^4.3.3", | ||
| "eslint": "^9.13.0", | "eslint": "^9.13.0", | ||
| "eslint-plugin-react-hooks": "^5.0.0", | "eslint-plugin-react-hooks": "^5.0.0", | ||
| ... | ... |
This diff is collapsed.
packages/ui/.gitignore
0 → 100644
packages/ui/README.md
0 → 100644
packages/ui/eslint.config.js
0 → 100644
packages/ui/index.html
0 → 100644
packages/ui/package.json
0 → 100644
packages/ui/src/index.tsx
0 → 100644
packages/ui/tsconfig.json
0 → 100644
packages/ui/vite.config.ts
0 → 100644
This diff is collapsed.
Please register or sign in to comment