-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 1.91 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": "front-end",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@headlessui/react": "latest",
"@headlessui/tailwindcss": "^0.2.0",
"@heroicons/react": "^2.1.1",
"@hookform/codemod": "^1.2.1",
"@hookform/core": "^0.0.2",
"@hookform/devtools": "^4.3.1",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.3.3",
"@hookform/strictly-typed": "^0.0.4",
"@mdxeditor/editor": "^1.14.3",
"@react-pdf/fns": "^2.0.1",
"@react-pdf/font": "^2.3.7",
"@react-pdf/image": "^2.2.2",
"@react-pdf/layout": "^3.6.3",
"@react-pdf/pdfkit": "^3.0.2",
"@react-pdf/primitives": "^3.0.1",
"@react-pdf/render": "^3.2.7",
"@react-pdf/renderer": "^3.1.14",
"@react-pdf/stylesheet": "^4.1.8",
"@react-pdf/textkit": "^4.2.0",
"@react-pdf/types": "^2.3.4",
"@react-pdf/yoga": "^4.1.2",
"@tailwindcss/forms": "^0.5.7",
"@types/mustache": "^4.2.5",
"@types/node": "20.10.5",
"@types/react": "18.2.46",
"@types/react-beautiful-dnd": "^13.1.7",
"@types/react-dom": "18.2.18",
"autoprefixer": "10.4.16",
"dayjs": "^1.11.10",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"mustache": "^4.2.0",
"next": "14.0.4",
"next-auth": "^4.24.5",
"postcss": "8.4.32",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-calendar": "^4.7.0",
"react-colorful": "^5.6.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.49.2",
"react-modal": "^3.16.1",
"react-pdf": "^7.6.0",
"tailwindcss": "3.4.0",
"typescript": "5.3.3",
"zod": "^3.22.4"
},
"devDependencies": {
"eslint-config-prettier": "^9.1.0",
"tailwind-scrollbar": "^3.0.5"
}
}