-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.16 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
{
"name": "lavalab-proj",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@analytics/google-analytics": "^1.0.7",
"@chakra-ui/next-js": "^2.1.5",
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource-variable/lexend": "^5.0.17",
"@mantine/hooks": "^7.2.2",
"@nanostores/react": "^0.7.1",
"@supabase/supabase-js": "^2.38.4",
"amadeus": "^9.0.0",
"analytics": "^0.8.9",
"axios": "^1.6.2",
"framer-motion": "^10.16.4",
"lucide-react": "^0.293.0",
"money": "^0.2.0",
"nanostores": "^0.9.5",
"next": "14.0.1",
"raw-body": "^2.5.2",
"react": "^18",
"react-datepicker": "^4.23.0",
"react-dom": "^18",
"react-hook-form": "^7.48.2",
"react-query": "^3.39.3",
"use-local-storage-state": "^19.1.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.0.1",
"typescript": "^5"
}
}