-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.55 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
{
"name": "travelshield",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "prisma generate",
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"analyze": "ANALYZE=true next build",
"analyze:server": "BUNDLE_ANALYZE=server next build",
"analyze:browser": "BUNDLE_ANALYZE=browser next build"
},
"dependencies": {
"@types/node": "20.3.1",
"@types/react": "18.2.13",
"@types/react-dom": "18.2.6",
"autoprefixer": "10.4.14",
"eslint": "8.43.0",
"eslint-config-next": "^12.0.4",
"next": "13.4.6",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.2",
"typescript": "5.1.3"
},
"devDependencies": {
"@mantine/hooks": "^6.0.14",
"@next-auth/prisma-adapter": "^1.0.7",
"@next/bundle-analyzer": "^13.4.7",
"@prisma/client": "^4.16.0",
"@tanstack/react-query": "^4.29.15",
"@tanstack/react-query-devtools": "^4.29.15",
"@types/bcrypt": "^5.0.0",
"@types/lodash": "^4.14.195",
"axios": "^1.4.0",
"bcrypt": "^5.0.1",
"class-validator": "^0.14.0",
"country-state-city": "^3.1.4",
"cross-env": "^7.0.3",
"lodash": "^4.17.21",
"lucide-react": "^0.248.0",
"next-auth": "^4.22.1",
"npm": "^9.7.2",
"prisma": "^4.16.0",
"query-string": "^8.1.0",
"react-hook-form": "^7.45.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.9.0",
"react-select": "^5.7.3",
"semver": "^7.5.2",
"zustand": "^4.3.8"
}
}