-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.81 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
{
"name": "knock",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3500",
"build": "next build",
"start": "next start -p 3500",
"lint": "next lint",
"format": "prettier --check --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .gitignore ."
},
"dependencies": {
"@headlessui/react": "^1.7.4",
"@radix-ui/react-accordion": "^1.0.1",
"@radix-ui/react-alert-dialog": "^1.0.2",
"@radix-ui/react-dialog": "^1.0.2",
"@tanstack/react-query": "^4.18.0",
"@types/nprogress": "^0.2.0",
"@types/react-google-recaptcha": "^2.1.5",
"@types/react-slick": "^0.23.10",
"axios": "^1.1.3",
"class-variance-authority": "^0.3.0",
"form-data": "^4.0.0",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"install": "^0.13.0",
"moment": "^2.29.4",
"next": "^13.0.3",
"next-connect": "^0.13.0",
"next-seo": "^5.15.0",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-color": "^2.19.3",
"react-country-region-selector": "^3.6.1",
"react-dom": "18.2.0",
"react-facebook-pixel": "^1.0.4",
"react-google-recaptcha": "^2.1.0",
"react-google-recaptcha-v3": "^1.10.0",
"react-icons": "^4.6.0",
"react-loading-skeleton": "^3.1.0",
"react-markdown": "^8.0.3",
"react-table": "^7.8.0",
"react-toastify": "^9.1.1",
"react-tracked": "^1.7.10",
"sharp": "^0.32.6",
"shopify-buy": "^2.18.0",
"sib-api-v3-sdk": "^8.4.2",
"swiper": "^8.4.4",
"validator": "^13.7.0",
"zod": "^3.19.1"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@types/validator": "^13.7.10",
"autoprefixer": "^10.4.13",
"eslint": "^8.27.0",
"eslint-config-next": "^13.0.3",
"postcss": "^8.4.19",
"prettier": "^2.7.1",
"sass": "^1.56.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3"
}
}