forked from DecorAR-Team/DecoAR
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.7 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.7 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
{
"name": "decoar",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "if [ \"$NODE_ENV\" != \"development\" ]; then prisma generate --no-engine; else prisma generate; fi"
},
"dependencies": {
"@clerk/nextjs": "^5.1.6",
"@heroicons/react": "^2.1.4",
"@prisma/client": "^5.15.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.1.0",
"@react-three/drei": "^9.108.1",
"@react-three/fiber": "^8.16.8",
"@react-three/xr": "^5.7.1",
"@types/three": "^0.166.0",
"antd": "^5.18.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"formik": "^2.4.6",
"localtunnel": "^2.0.2",
"lucide-react": "^0.400.0",
"next": "14.2.4",
"next-auth": "^4.24.7",
"next-themes": "^0.3.0",
"react": "^18",
"react-device-detect": "^2.2.3",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-image-gallery": "^1.3.0",
"react-loader-spinner": "^6.1.6",
"react-rater": "^6.0.5",
"react-router-dom": "^6.23.1",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.166.0",
"use-debounce": "^10.0.1",
"vaul": "^0.9.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/qrcode": "^1.5.5",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-image-gallery": "^1.2.4",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"prisma": "^5.15.1",
"qrcode": "^1.5.3",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}