-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.31 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
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
{
"name": "zambiarise-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@hookform/resolvers": "^3.3.1",
"@popperjs/core": "^2.11.7",
"@sanity/client": "^5.4.2",
"@sanity/image-url": "^1.0.2",
"@supabase/auth-helpers-nextjs": "^0.7.4",
"@supabase/supabase-js": "^2.38.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/node": "18.16.3",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"@uppy/core": "^3.7.1",
"@uppy/dashboard": "^3.6.0",
"@uppy/drag-drop": "^3.0.3",
"@uppy/file-input": "^3.0.4",
"@uppy/progress-bar": "^3.0.4",
"@uppy/react": "^3.2.1",
"@uppy/remote-sources": "^1.1.0",
"@uppy/tus": "^3.4.0",
"@vercel/analytics": "^1.0.2",
"axios": "^1.4.0",
"bootstrap": "^5.2.3",
"cookies-next": "^4.1.0",
"dayjs": "^1.11.8",
"encoding": "^0.1.13",
"eslint": "8.39.0",
"eslint-config-next": "^14.0.1",
"json-stringify-safe": "^5.0.1",
"moment": "^2.22.2",
"next": "^14.0.1",
"next-auth": "^4.23.0",
"next-sanity-image": "^6.0.0",
"next-seo": "^6.4.0",
"next-share": "^0.27.0",
"next-sitemap": "^4.2.3",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "^18.2.0",
"react-hook-form": "^7.46.1",
"react-icons": "^4.8.0",
"react-loader-spinner": "^5.3.4",
"react-youtube": "^10.1.0",
"reactour": "^1.19.2",
"schema-dts": "^1.1.2",
"sharp": "^0.32.6",
"styled-components": "^4.0.0",
"typescript": "5.1.6",
"zod": "^3.22.2"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.6",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"tailwindcss": "^3.3.3"
}
}