-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
91 lines (91 loc) · 2.53 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
83
84
85
86
87
88
89
90
91
{
"name": "2022-scouting-real",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "ANALYZE=true next build",
"check": "tsc --noEmit"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "11.11.1",
"@emotion/server": "11.11.0",
"@hookform/resolvers": "^3.3.4",
"@mantine/core": "6.0.19",
"@mantine/dates": "6.0.19",
"@mantine/dropzone": "6.0.19",
"@mantine/hooks": "6.0.19",
"@mantine/modals": "6.0.19",
"@mantine/next": "6.0.19",
"@mantine/notifications": "6.0.19",
"@next/font": "^14.0.4",
"@nivo/bar": "0.80.0",
"@nivo/core": "0.80.0",
"@nivo/scatterplot": "0.80.0",
"@nivo/tooltip": "0.80.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@tabler/icons-react": "2.30.0",
"@tanstack/react-table": "8.9.3",
"bcrypt": "5.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"dayjs": "1.11.9",
"ez-cookies": "0.1.0",
"formidable": "3.5.0",
"jsonwebtoken": "9.0.1",
"mathjs": "^12.4.0",
"mongoose": "7.4.2",
"next": "14.0.4",
"next-pwa": "^5.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.50.1",
"recharts": "^2.12.1",
"sharp": "0.32.4",
"swr": "2.2.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.1.6",
"@tailwindcss/typography": "^0.5.10",
"@types/bcrypt": "5.0.0",
"@types/formidable": "2.0.3",
"@types/jsonwebtoken": "9.0.1",
"@types/node": "20.11.19",
"@types/react": "18.2.57",
"@types/sharp": "0.31.1",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
"autoprefixer": "^10.4.17",
"eslint": "8.32.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-prettier": "4.2.1",
"postcss": "^8.4.33",
"prettier": "3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"typescript": "4.9.4"
}
}