-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.63 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.63 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
{
"name": "travloom",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fullcalendar/core": "^6.1.17",
"@fullcalendar/daygrid": "^6.1.17",
"@fullcalendar/react": "^6.1.17",
"@googlemaps/react-wrapper": "^1.2.0",
"@lottiefiles/dotlottie-react": "^0.14.1",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^5.80.2",
"@tanstack/react-query-devtools": "^5.80.6",
"@types/google.maps": "^3.58.1",
"axios": "^1.9.0",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"firebase": "^11.7.1",
"framer-motion": "^12.9.2",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"next": "15.3.1",
"react": "^19.0.0",
"react-calendar": "^5.1.0",
"react-datepicker": "^8.4.0",
"react-dom": "^19.0.0",
"react-grid-layout": "^1.5.1",
"react-resizable": "^3.0.5",
"react-spinners": "^0.17.0",
"uuid": "^11.1.0",
"zustand": "^5.0.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/lodash": "^4.17.17",
"@types/navermaps": "^3.7.9",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-datepicker": "^7.0.0",
"@types/react-dom": "^19",
"@types/react-grid-layout": "^1.3.5",
"@vitest/browser": "^3.1.2",
"@vitest/coverage-v8": "^3.1.2",
"dotenv-cli": "^8.0.0",
"eslint": "^9",
"eslint-config-next": "15.3.1",
"playwright": "^1.52.0",
"tailwindcss": "^4",
"typescript": "^5",
"vitest": "^3.1.2"
},
"proxy": "http://localhost:8080"
}