-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.54 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
{
"name": "doodler",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@types/nodemon": "^1.19.6",
"bufferutil": "^4.0.8",
"canvas": "^2.11.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"framer-motion": "^11.3.21",
"jsdom": "^24.1.1",
"konva": "^9.3.14",
"mini-svg-data-uri": "^1.4.4",
"mongoose": "^8.0.3",
"nanoid": "^5.0.4",
"next": "14.0.4",
"node-gyp": "^10.2.0",
"nodemon": "^3.0.2",
"react": "^18",
"react-dom": "^18",
"react-konva": "^18.2.10",
"react-markdown": "^9.0.1",
"react-sketch": "^0.5.1",
"react-sketch-canvas": "^6.2.0",
"socket.io": "^4.7.3",
"socket.io-client": "^4.7.2",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"utf-8-validate": "^5.0.10",
"ws": "^8.16.0"
},
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.21",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/socket.io": "^3.0.2",
"@types/ws": "^8.5.10",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}