-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.25 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
{
"name": "new-nitlix-app",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "npx prisma generate"
},
"prisma": {
"schema": "src/prisma/schema.prisma"
},
"dependencies": {
"@prisma/client": "latest",
"@vercel/edge": "latest",
"geist": "^1.3.1",
"gsap": "latest",
"lenis": "latest",
"locomotive-aos": "latest",
"locomotive-scroll": "latest",
"next": "^15.0.3",
"nitlix": "latest",
"nitlix-client": "latest",
"nitlix-i18n": "^1.1.0",
"nitlix-metagen": "latest",
"nitlix-signals": "latest",
"nitlix-themes": "^1.2.1",
"nparallax": "latest",
"prisma": "latest",
"react": "latest",
"react-dom": "latest",
"sass": "latest",
"tailwind-merge": "latest"
},
"devDependencies": {
"@types/locomotive-scroll": "latest",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"autoprefixer": "latest",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "latest"
}
}