2023-09-19 20:46:33 +08:00
|
|
|
{
|
2023-12-16 11:39:13 +08:00
|
|
|
"name": "client-vite",
|
2023-09-19 20:46:33 +08:00
|
|
|
"private": true,
|
2023-12-16 11:39:13 +08:00
|
|
|
"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"
|
|
|
|
},
|
2023-09-19 20:46:33 +08:00
|
|
|
"dependencies": {
|
2023-12-16 11:39:13 +08:00
|
|
|
"@douyinfe/semi-ui": "^2.49.0",
|
|
|
|
"@lexical/react": "^0.12.5",
|
|
|
|
"@monaco-editor/react": "^4.6.0",
|
|
|
|
"axios": "^1.6.2",
|
2023-10-21 19:37:04 +08:00
|
|
|
"dexie": "^3.2.4",
|
2023-12-16 11:39:13 +08:00
|
|
|
"dexie-react-hooks": "^1.1.7",
|
2023-09-19 20:47:03 +08:00
|
|
|
"file-saver": "^2.0.5",
|
2024-01-18 15:21:30 +08:00
|
|
|
"framer-motion": "^10.18.0",
|
2023-09-19 20:48:24 +08:00
|
|
|
"html-to-image": "^1.11.11",
|
2023-09-19 20:49:28 +08:00
|
|
|
"jsonschema": "^1.4.1",
|
2023-09-19 20:49:24 +08:00
|
|
|
"jspdf": "^2.5.1",
|
2023-12-16 11:39:13 +08:00
|
|
|
"lexical": "^0.12.5",
|
2024-01-18 18:45:58 +08:00
|
|
|
"node-sql-parser": "^4.17.0",
|
2023-09-19 20:46:33 +08:00
|
|
|
"react": "^18.2.0",
|
2024-01-07 11:10:34 +08:00
|
|
|
"react-cookie": "^7.0.1",
|
2023-09-19 20:46:33 +08:00
|
|
|
"react-dom": "^18.2.0",
|
2023-09-25 00:38:39 +08:00
|
|
|
"react-google-recaptcha": "^3.1.0",
|
2023-09-19 20:50:22 +08:00
|
|
|
"react-hotkeys-hook": "^4.4.1",
|
2024-01-09 00:57:46 +08:00
|
|
|
"react-icons": "^4.12.0",
|
2023-12-16 11:39:13 +08:00
|
|
|
"react-router": "^6.21.0",
|
|
|
|
"react-router-dom": "^6.21.0",
|
2023-09-19 20:50:57 +08:00
|
|
|
"socket.io-client": "^4.7.2",
|
2023-12-20 08:57:29 +08:00
|
|
|
"unique-names-generator": "^4.7.1",
|
|
|
|
"url": "^0.11.1"
|
2023-09-19 20:46:40 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-12-16 11:39:13 +08:00
|
|
|
"@types/react": "^18.2.43",
|
|
|
|
"@types/react-dom": "^18.2.17",
|
|
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
|
|
"autoprefixer": "^10.4.16",
|
|
|
|
"eslint": "^8.55.0",
|
|
|
|
"eslint-plugin-react": "^7.33.2",
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
|
|
"eslint-plugin-react-refresh": "^0.4.5",
|
|
|
|
"postcss": "^8.4.32",
|
|
|
|
"tailwindcss": "^3.3.6",
|
|
|
|
"vite": "^5.0.8"
|
2023-09-19 20:46:33 +08:00
|
|
|
}
|
|
|
|
}
|