-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 967 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 967 Bytes
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
{
"name": "opensc0ut",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "prisma generate",
"dev": "next dev",
"build": "prisma generate && next build --webpack",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "^6.17.1",
"@types/react": "18.2.31",
"@types/react-dom": "18.2.14",
"autoprefixer": "10.4.16",
"axios": "^1.5.1",
"better-auth": "^1.3.34",
"framer-motion": "^10.18.0",
"gsap": "^3.13.0",
"next": "^16.2.2",
"nodemailer": "^7.0.10",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
},
"devDependencies": {
"@types/json5": "^0.0.30",
"@types/node": "^24.8.1",
"@types/nodemailer": "^7.0.2",
"@types/three": "^0.176.0",
"eslint": "^8.52.0",
"eslint-config-next": "^14.0.0",
"prisma": "^6.17.1",
"three": "^0.176.0"
}
}