-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.29 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.29 KB
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
70
71
72
{
"name": "drawing-place-next",
"version": "3.1.0",
"private": true,
"packageManager": "pnpm@10.25.0",
"scripts": {
"dev": "ts-node --project tsconfig.server.json server.ts",
"dev:port": "PORT=${PORT:-8080} ts-node --project tsconfig.server.json server.ts",
"build": "next build",
"start": "NODE_ENV=production ts-node --project tsconfig.server.json server.ts",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@socket.io/redis-adapter": "^8.3.0",
"@types/canvas-confetti": "^1.9.0",
"@uiw/color-convert": "^2.9.2",
"@uiw/react-color-hue": "^2.9.2",
"@uiw/react-color-saturation": "^2.9.2",
"@wiidede/comment-core-library": "^0.2.0",
"canvas-confetti": "^1.9.4",
"casdoor-js-sdk": "^0.16.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"color": "^5.0.3",
"comment-core-library": "^0.11.1",
"dotenv": "^17.2.3",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.23.25",
"lucide-react": "^0.556.0",
"mongoose": "^8.0.0",
"next": "16.0.7",
"next-themes": "^0.4.6",
"react": "^18.2.0",
"react-advanced-cropper": "^0.20.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.3.8",
"react-zoom-pan-pinch": "^3.7.0",
"redis": "^5.10.0",
"socket.io": "^4.7.0",
"socket.io-client": "^4.7.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2",
"zod": "^4.1.13"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^25.0.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.0.1",
"eslint": "^8.0.0",
"eslint-config-next": "14.0.0",
"postcss": "^8.0.0",
"tailwindcss": "^3.3.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}
}