forked from pedrolivaresanchez/emergency-cv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.73 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "emergency-cv",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier:check": "prettier . --check",
"prettier:write": "prettier . --write",
"test:e2e": "npx playwright test",
"supabase:types": "npx supabase gen types --lang=typescript --local > src/types/database.ts",
"snaplet:sync": "npx @snaplet/seed sync",
"snaplet:seed": "npx tsx seed.ts > supabase/automated_seed.sql"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@react-google-maps/api": "^2.20.3",
"@supabase/ssr": "^0.5.1",
"@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "^5.59.19",
"babel-plugin-react-compiler": "19.0.0-beta-63b359f-20241101",
"deck.gl": "^9.0.34",
"leaflet": "^1.9.4",
"lucide-react": "^0.454.0",
"maplibre-gl": "^4.7.1",
"next": "15.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-google-places-autocomplete": "^4.1.0",
"react-map-gl": "^7.1.7",
"sonner": "^1.7.0"
},
"devDependencies": {
"@playwright/test": "^1.48.2",
"@snaplet/copycat": "^5.1.0",
"@snaplet/seed": "^0.98.0",
"@types/node": "^22.8.7",
"@types/pg": "^8.11.10",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^8",
"eslint-config-next": "15.0.2",
"eslint-config-prettier": "^9.1.0",
"pg": "^8.13.1",
"postcss": "^8",
"prettier": "3.3.3",
"supabase": "^1.215.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.6.3"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}