-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.43 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
{
"name": "next-full-stack",
"version": "1.0.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"migrate": "prisma migrate dev",
"generate": "prisma generate",
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@auth/prisma-adapter": "^2.7.4",
"@prisma/client": "^5.22.0",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.460.0",
"next": "^15.0.3",
"next-auth": "^5.0.0-beta.25",
"next-themes": "^0.4.3",
"react": "^19.0.0-rc-91061073-20241121",
"react-dom": "^19.0.0-rc-91061073-20241121",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.2",
"@eslint-react/eslint-plugin": "^1.17.1",
"@eslint/eslintrc": "^3.2.0",
"@types/node": "^22.9.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^9.15.0",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-tailwindcss": "^3.17.5",
"postcss": "^8.4.49",
"prisma": "^5.22.0",
"sass-embedded": "^1.81.0",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2"
}
}