-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.53 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.53 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
{
"name": "grounded-riset-and-development",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"prettier": "prettier --write .",
"prisma": "prisma generate",
"prisma:push": "prisma db push",
"prisma:studio": "prisma studio",
"postinstall": "prisma generate"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@types/aos": "^3.0.7",
"@types/bcrypt": "^5.0.2",
"@types/geojson": "^7946.0.14",
"aos": "^2.3.4",
"bcrypt": "^5.1.1",
"cloudinary": "^2.2.0",
"clsx": "^2.1.1",
"fortawesome": "^0.0.1-security",
"keen-slider": "^6.8.6",
"mongodb": "^6.7.0",
"next": "14.2.4",
"next-auth": "^4.24.7",
"next-nprogress-bar": "^2.3.12",
"react": "^18.3.1",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"sharp": "^0.33.4",
"three": "^0.166.0",
"three-globe": "^2.31.1"
},
"devDependencies": {
"@prisma/client": "^5.16.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-slick": "^0.23.13",
"@types/three": "^0.166.0",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"prisma": "^5.16.2",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}