-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.03 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
{
"name": "axsion-pro",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack -p 25572",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^2.7.4",
"@prisma/client": "^6.0.1",
"@stripe/react-stripe-js": "^3.1.1",
"@stripe/stripe-js": "^5.3.0",
"framer-motion": "^11.15.0",
"next": "15.1.0",
"next-auth": "^5.0.0-beta.25",
"next-intl": "^3.26.1",
"prisma": "^6.0.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"skinview3d": "^3.1.0",
"stripe": "^17.4.0",
"vanilla-tilt": "^1.8.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@types/node": "^22",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"eslint": "^9",
"eslint-config-next": "15.1.0",
"postcss": "^8",
"tailwindcss": "^3.4.6",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2"
}
}