-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.22 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
{
"name": "oris",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dotenvx/dotenvx": "^1.0.0",
"@mantine/carousel": "^7.11.0",
"@mantine/core": "^7.11.0",
"@mantine/hooks": "^7.11.0",
"@types/bcrypt": "^5.0.2",
"@types/multer": "^1.4.11",
"@uploadthing/react": "^6.7.2",
"@vercel/blob": "^0.23.4",
"bcrypt": "^5.1.1",
"drizzle-orm": "^0.31.2",
"embla-carousel-react": "^8.1.5",
"jose": "^5.6.2",
"multer": "^1.4.5-lts.1",
"next": "14.2.4",
"pg": "^8.12.0",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.15.0",
"postcss-simple-vars": "^7.0.1",
"prisma": "^5.16.1",
"react": "^18",
"react-dom": "^18",
"react-feather": "^2.0.10",
"vercel": "^34.2.8"
},
"devDependencies": {
"@types/node": "^20",
"@types/pg": "^8.11.6",
"@types/react": "^18",
"@types/react-dom": "^18",
"drizzle-kit": "^0.22.7",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"typescript": "^5"
},
"trustedDependencies": [
"@prisma/engines",
"bcrypt",
"core-js",
"esbuild",
"prisma"
]
}