-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.34 KB
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
{
"name": "jarvys",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start -p 3001",
"lint": "next lint",
"json-server": "json-server --watch db.json"
},
"dependencies": {
"@prisma/client": "^6.6.0",
"@radix-ui/react-slot": "^1.1.2",
"@types/file-saver": "^2.0.7",
"axios": "^1.8.3",
"bcrypt": "^5.1.1",
"bcryptjs": "^3.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"file-saver": "^2.0.5",
"framer-motion": "^12.5.0",
"json-server": "^1.0.0-beta.3",
"jsonwebtoken": "^9.0.2",
"jszip": "^3.10.1",
"lucide-react": "^0.482.0",
"next": "^14.2.24",
"next-auth": "^4.24.11",
"next-themes": "^0.4.6",
"react": "^18.3.1",
"react-dom": "^18",
"react-hot-toast": "^2.5.2",
"react-textarea-autosize": "^8.5.9",
"shadcn-ui": "^0.9.5",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/bcrypt": "^5.0.2",
"@types/jsonwebtoken": "^9.0.9",
"@types/node": "^20.17.24",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.2",
"prisma": "^6.6.0",
"tailwindcss": "^4",
"typescript": "^5"
}
}