-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
134 lines (134 loc) · 4.25 KB
/
package.json
File metadata and controls
134 lines (134 loc) · 4.25 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "spot",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"ngrok": "ngrok http --url=tobyds.ngrok.app 3000",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format": "prettier-eslint --write \"**/*{.json,.js,.jsx,.ts,.tsx}\" && tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest watch",
"test:ui": "vitest --ui --coverage",
"coverage": "vitest run --coverage",
"typecheck": "tsc --noEmit",
"prepare": "husky",
"commit": "cz",
"prisma:seed": "npx dotenv -e .env.local -- prisma db seed",
"prisma:migrate": "npx dotenv -e .env.local -- prisma migrate dev",
"prisma:generate": "npx dotenv -e .env.local -- prisma generate",
"prisma:studio": "npx dotenv -e .env.local -- prisma studio"
},
"dependencies": {
"@clerk/express": "^1.2.2",
"@clerk/nextjs": "^5.7.2",
"@hookform/resolvers": "^3.3.4",
"@mapbox/mapbox-gl-geocoder": "^5.0.2",
"@next/env": "^14.2.3",
"@prisma/client": "^5.15.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@sentry/nextjs": "^8.24.0",
"@types/bcryptjs": "^2.4.6",
"@types/mapbox__mapbox-gl-geocoder": "^5.0.0",
"@types/mapbox-gl": "^3.1.0",
"@types/node-fetch": "^2.6.11",
"@vercel/flags": "^2.5.1",
"@vercel/speed-insights": "^1.0.12",
"@vercel/toolbar": "^0.1.15",
"@vitejs/plugin-react": "^4.2.1",
"antd": "^5.17.0",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"dotenv-cli": "^7.4.2",
"embla-carousel-autoplay": "^8.0.4",
"embla-carousel-react": "^8.0.4",
"eslint-plugin-import": "^2.29.1",
"framer-motion": "^11.1.9",
"lucide-react": "^0.378.0",
"mapbox-gl": "^3.3.0",
"next": "^14.2.4",
"node-fetch": "^2.7.0",
"react": "^18.2.0",
"react-dom": "^18",
"react-hook-form": "^7.51.4",
"react-icons": "^5.2.0",
"react-map-gl": "^7.1.7",
"sharp": "^0.33.4",
"svix": "^1.37.0",
"swr": "^2.2.5",
"tailwind-merge": "^2.3.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/types": "^19.0.3",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@next/eslint-plugin-next": "^14.2.3",
"@stylistic/eslint-plugin": "^2.1.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.6",
"@testing-library/react-hooks": "^8.0.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.11",
"@types/node-fetch": "^2.6.11",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"axios": "^1.7.7",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "14.2.3",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-unused-imports": "^3.2.0",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"ngrok": "^5.0.0-beta.2",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0",
"prettier-eslint-cli": "^8.0.1",
"prettier-plugin-tailwindcss": "^0.5.14",
"prisma": "^5.15.0",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "~5.3.X"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"prisma": {
"seed": "dotenv -e .env.local -- npx tsx prisma/seed/seed.ts"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.19.1"
}
}