-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.64 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
{
"name": "advertisernext",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.8.4",
"@aws-sdk/client-s3": "^3.417.0",
"@aws-sdk/s3-request-presigner": "^3.417.0",
"@headlessui/react": "^1.7.17",
"@hookform/resolvers": "^3.3.1",
"@supabase/supabase-js": "^2.36.0",
"@tanstack/react-table": "^8.9.3",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"aws-sdk": "^2.1461.0",
"bootstrap": "^5.3.1",
"dayjs": "^1.11.9",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"get-video-duration": "^4.1.0",
"graphql": "^16.8.0",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"lodash": "^4.17.21",
"next": "13.4.19",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-date-range": "^1.4.0",
"react-datepicker": "^4.18.0",
"react-dom": "^18.2.0",
"react-hook-form": "7.43.5",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.11.0",
"react-leaflet": "^4.2.1",
"react-paginate": "^8.2.0",
"react-player": "^2.13.0",
"react-spinners": "^0.13.8",
"react-tailwindcss-datepicker": "^1.6.6",
"react-tooltip": "^5.21.4",
"typescript": "5.1.6",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/leaflet": "^1.9.6",
"@types/lodash": "^4.14.198",
"@types/node": "^20.5.2",
"@types/react-date-range": "^1.4.4",
"@types/react-datepicker": "^4.15.0",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3"
}
}