drawDB/package.json

48 lines
1.3 KiB
JSON
Raw Normal View History

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",
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",
2023-09-19 20:46:33 +08:00
"react": "^18.2.0",
"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",
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
}
}