-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1.24 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
{
"name": "recycling",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "2.9.10",
"@next/swc-linux-x64-gnu": "13.1.6",
"@supabase/supabase-js": "2.1.1",
"@tanstack/react-query": "4.19.1",
"bootstrap": "5.2.2",
"next": "13.0.0",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-bootstrap": "2.5.0",
"react-dom": "18.2.0",
"react-facebook-pixel": "^1.0.4",
"react-hook-form": "7.41.5",
"react-icons": "^4.6.0",
"react-images-uploading": "^3.1.7",
"react-phone-number-input": "^3.2.25",
"react-slick": "^0.29.0",
"sass": "^1.55.0",
"supabase": "^1.37.1",
"swiper": "^8.4.4",
"uuid": "^9.0.0",
"yup": "^0.32.11",
"zustand": "^4.3.8"
},
"devDependencies": {
"@hookform/devtools": "^4.3.0",
"@types/node": "18.14.6",
"eslint": "^8.26.0",
"eslint-config-next": "^12.0.4",
"rome": "^12.1.2",
"typescript": "4.9.5"
}
}