-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
69 lines (69 loc) · 2.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "deview-front",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.59.16",
"@tanstack/react-query-devtools": "^5.59.16",
"@types/highlight.js": "^10.1.0",
"@types/lodash": "^4.17.13",
"@types/node": "^22.7.9",
"axios": "^1.7.7",
"boring-avatars": "^1.11.2",
"dompurify": "^3.1.7",
"highlight.js": "^11.10.0",
"html-react-parser": "^5.1.18",
"lodash": "^4.17.21",
"quill": "^2.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.1",
"react-quill": "^2.0.0",
"react-router-dom": "^6.27.0",
"react-select": "^5.8.2",
"react-syntax-highlighter": "^15.6.1",
"socket.io-client": "^4.8.1",
"styled-components": "^6.1.13",
"sweetalert2": "^11.14.5",
"swiper": "^11.1.14",
"tailwind-scrollbar-hide": "^1.1.7",
"vite-tsconfig-paths": "^5.0.1",
"zustand": "^5.0.0"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/dompurify": "^3.0.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.13",
"globals": "^15.11.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.14",
"typescript": "~5.6.2",
"typescript-eslint": "^8.10.0",
"vite": "^5.4.9",
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-svgr": "^4.2.0"
}
}