-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.47 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
{
"name": "ptsolution_fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@portabletext/react": "^3.0.11",
"@prisma/client": "^5.7.1",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"@sanity/image-url": "^1.0.2",
"@types/earcut": "^2.1.1",
"bcryptjs": "^2.4.3",
"bim-fragment": "^1.0.25",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cpy-cli": "^5.0.0",
"dat.gui": "^0.7.9",
"lucide-react": "^0.314.0",
"next": "14.0.4",
"next-auth": "^4.24.5",
"next-sanity": "^7.0.12",
"next-themes": "^0.2.1",
"openbim-components": "^1.3.1",
"react": "^18",
"react-dom": "^18",
"sharp": "^0.33.2",
"stats.js": "^0.17.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"three": "0.152.2",
"vertical-timeline-component-react": "^4.4.1",
"web-ifc": "0.0.46"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/bcryptjs": "^2.4.6",
"@types/dat.gui": "^0.7.12",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/scheduler": "^0.16.8",
"@types/three": "^0.160.0",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"prisma": "^5.7.1",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}