-
Notifications
You must be signed in to change notification settings - Fork 77
/
package.json
83 lines (83 loc) · 2.39 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "DesignDeck",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^5.7.3",
"@fortawesome/fontawesome-free": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@liveblocks/client": "^1.12.0",
"@liveblocks/node": "^1.12.0",
"@liveblocks/react": "^1.12.0",
"@liveblocks/react-comments": "^1.11.0",
"@nextui-org/react": "^2.4.8",
"@nextui-org/switch": "^2.0.34",
"@nextui-org/system": "^2.2.6",
"@nextui-org/theme": "^2.2.11",
"@prisma/client": "^5.21.1",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.1.1",
"@types/fabric": "^5.3.6",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"DesignDeck": "file:",
"dotenv": "^16.4.5",
"fabric": "^5.3.0",
"framer-motion": "^11.11.9",
"idb-keyval": "^6.2.1",
"is-hotkey": "^0.2.0",
"jsonwebtoken": "^9.0.2",
"jspdf": "^2.5.1",
"lucide-react": "^0.321.0",
"next": "^14.2.15",
"next-pwa": "^5.6.0",
"next-themes": "^0.3.0",
"nodemailer": "^6.9.16",
"notification": "^0.0.6",
"react": "^18",
"react-animated-cursor": "^2.11.2",
"react-color": "^2.19.3",
"react-dom": "^18",
"react-error-boundary": "^4.0.13",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-toastify": "^10.0.6",
"sharp": "^0.33.5",
"tailwind-merge": "^2.2.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/is-hotkey": "^0.1.10",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^20.17.0",
"@types/nodemailer": "^6.4.16",
"@types/react": "^18",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"prisma": "^5.21.1",
"tailwindcss": "^3.3.0",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
}
}