-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.82 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
{
"name": "kanvas-marketplace",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port=3001",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.11.8",
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.5",
"@kanvas/core": "^0.10.9",
"@kanvas/phoenix-rebirth": "^0.4.0",
"@next/third-parties": "^14.2.15",
"@react-google-maps/api": "^2.20.3",
"@tailwindcss/forms": "^0.5.9",
"@tanstack/react-query": "^5.59.15",
"@tanstack/react-table": "^8.20.5",
"algoliasearch": "^4.24.0",
"clsx": "^2.1.1",
"cookies-next": "^4.3.0",
"formik": "^2.4.6",
"framer-motion": "^11.11.9",
"geist": "^1.3.1",
"i18n-js": "^4.5.0",
"instantsearch.js": "^4.75.1",
"jotai": "^2.10.1",
"next": "14.2.3",
"path": "^0.12.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.53.0",
"react-hot-toast": "^2.4.1",
"react-instantsearch": "^7.13.4",
"react-instantsearch-dom": "^6.40.4",
"react-use": "^17.5.1",
"sonner": "^1.5.0",
"yup": "^1.4.0",
"zustand": "^4.5.5"
},
"devDependencies": {
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.15",
"@types/i18n-js": "^3.8.9",
"@types/node": "20.11.30",
"@types/qs": "^6.9.16",
"@types/react": "18.2.72",
"@types/react-dom": "18.2.22",
"@vercel/git-hooks": "^1.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.15",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-unicorn": "^51.0.1",
"lint-staged": "^15.2.10",
"postcss": "^8.4.47",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.14",
"typescript": "5.4.3"
}
}