-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 953 Bytes
/
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
{
"name": "gitsave",
"type": "module",
"version": "1.3.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"start": "npm run build && npx tsx --env-file .env --watch backend/server.ts"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.1",
"@prisma/client": "^5.18.0",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"astro": "^4.15.9",
"bcryptjs": "^2.4.3",
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2",
"node-cron": "^3.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"samba-client": "^7.2.0",
"tailwindcss": "^3.4.10",
"tsx": "^4.19.2",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^22.10.2",
"@types/node-cron": "^3.0.11",
"prisma": "^5.18.0"
}
}