-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 2.03 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": "boek",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"clean": "prettier --write . --plugin=prettier-plugin-tailwindcss"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@headlessui/tailwindcss": "^0.1.3",
"@hookform/resolvers": "^2.9.11",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@radix-ui/react-hover-card": "^1.0.5",
"@radix-ui/react-primitive": "^1.0.2",
"@tanstack/react-query": "^4.29.5",
"@tanstack/react-query-devtools": "^4.29.6",
"@tremor/react": "^2.4.0",
"axios": "^1.4.0",
"date-fns": "^2.30.0",
"firebase": "^9.21.0",
"formik": "^2.2.9",
"framer-motion": "^10.12.7",
"multiselect-react-dropdown": "^2.0.25",
"next": "^13.4.0",
"qs": "^6.11.1",
"react": "18.2.0",
"react-day-picker": "^8.7.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.8.0",
"react-signalr": "^0.2.14",
"recharts": "^2.5.0",
"sass": "^1.62.1",
"sharp": "^0.32.1",
"slugify": "^1.6.6",
"swiper": "^9.2.4",
"tailwind-merge": "^1.12.0",
"uuid": "^9.0.0",
"yup": "^0.32.11",
"zod": "^3.21.4",
"zustand": "^4.3.8"
},
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@tailwindcss/forms": "^0.5.3",
"@types/node": "18.11.9",
"@types/qs": "^6.9.7",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"autoprefixer": "^10.4.14",
"eslint": "^8.39.0",
"eslint-config-next": "^13.4.0",
"eslint-config-prettier": "^8.8.0",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4"
}
}