-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1.42 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
{
"private": true,
"scripts": {
"dev": "PORT=8582 next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/server": "^11.10.0",
"@headlessui/react": "^1.7.2",
"@hookform/resolvers": "^2.9.8",
"@mantine/core": "^5.3.2",
"@mantine/dates": "^5.3.2",
"@mantine/hooks": "^5.3.2",
"@mantine/modals": "^5.3.2",
"@mantine/next": "^5.3.2",
"@tabler/icons": "^1.96.0",
"@tanstack/react-table": "^8.5.13",
"@xstate/react": "^3.0.1",
"axios": "^0.27.2",
"clsx": "^1.2.1",
"dayjs": "^1.11.5",
"eslint": "^8.23.1",
"eslint-config-next": "^12.3.0",
"eslint-plugin-react": "^7.31.8",
"next": "^12.3.0",
"next-auth": "^4.10.3",
"query-string": "^7.1.1",
"react": "18.2.0",
"react-aria": "^3.19.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.35.0",
"react-hot-toast": "^2.4.0",
"react-query": "^3.39.2",
"react-stately": "^3.17.0",
"react-toastify": "^9.0.8",
"xstate": "^4.33.6",
"yup": "^0.32.11",
"zustand": "^4.1.1"
},
"devDependencies": {
"@hookform/devtools": "^4.2.2",
"@tailwindcss/forms": "^0.5.3",
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.11",
"npm-check-updates": "^16.1.3",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "4.8.3"
}
}