-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.71 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.71 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
53
54
55
56
57
58
59
60
61
62
{
"name": "worq",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"prisma": {
"seed": "tsx prisma/seed.ts"
},
"dependencies": {
"@auth/core": "^0.39.0",
"@auth/prisma-adapter": "^2.9.0",
"@capacitor/cli": "^7.0.1",
"@capacitor/core": "^7.0.1",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@hookform/resolvers": "^5.0.1",
"@ionic/react": "^8.4.3",
"@ionic/react-router": "^8.4.3",
"@prisma/client": "^6.5.0",
"@tailwindcss/postcss": "^4.0.14",
"bcryptjs": "^3.0.2",
"date-fns": "^4.1.0",
"leaflet": "^1.9.4",
"leaflet-fullscreen": "^1.0.2",
"next": "15.2.1",
"next-auth": "^5.0.0-beta.25",
"nodemailer": "^6.10.1",
"postcss": "^8.5.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.55.0",
"react-toastify": "^11.0.5",
"tailwindcss": "^4.0.14",
"tailwindcss-motion": "^1.1.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/bcrypt": "^5.0.2",
"@types/leaflet": "^1.9.16",
"@types/next-auth": "^3.13.0",
"@types/node": "^20.17.32",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.1",
"prisma": "^6.5.0",
"tailwindcss-intersect": "^2.2.0",
"tailwindcss-motion": "^1.1.0",
"tsx": "^4.19.3",
"typescript": "^5.8.2"
}
}