-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·82 lines (82 loc) · 2.29 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
{
"name": "softyhr",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@blocknote/core": "^0.11.0",
"@blocknote/react": "^0.11.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@mui/material": "^5.15.2",
"@nextui-org/react": "^2.2.9",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-slot": "^1.0.2",
"@supabase/auth-helpers-nextjs": "^0.8.7",
"@supabase/supabase-js": "^2.39.7",
"@tanstack/react-query": "^5.17.19",
"@tanstack/react-query-devtools": "^5.14.2",
"antd": "^5.12.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"d3": "^7.8.5",
"d3-flextree": "^2.1.2",
"d3-org-chart": "^3.0.1",
"date-fns": "^3.2.0",
"dotenv": "^16.4.1",
"framer-motion": "^11.0.18",
"is-url": "^1.2.4",
"jspdf": "^2.5.1",
"next": "^14.1.0",
"next-pwa": "^5.6.0",
"nodemailer": "^6.9.8",
"pino": "^8.17.2",
"react": "^18.2.0",
"react-confetti": "^6.1.0",
"react-day-picker": "^8.10.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18",
"react-easy-crop": "^5.0.4",
"react-hook-form": "^7.49.3",
"react-icons": "^4.12.0",
"react-input-range": "^1.3.0",
"react-pdf": "^7.7.0",
"sharp": "^0.33.2",
"swiper": "^11.0.5",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^9.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.12.1",
"@types/d3": "^7.4.3",
"@types/d3-org-chart": "^3.1.2",
"@types/is-url": "^1.2.32",
"@types/lodash": "^4.14.202",
"@types/next-pwa": "^5.6.9",
"@types/node": "^20",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.7",
"autoprefixer": "^10.4.17",
"daisyui": "^4.6.0",
"eslint": "^8",
"eslint-config-next": "^14.1.0",
"husky": "^9.0.10",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"supabase": "^1.145.4",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}