forked from Zibbp/ganymede-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.22 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
{
"name": "ganymede-frontend-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mantine/carousel": "^7.12.2",
"@mantine/core": "^7.12.2",
"@mantine/dates": "^7.12.2",
"@mantine/form": "^7.12.2",
"@mantine/hooks": "^7.12.2",
"@mantine/notifications": "^7.12.2",
"@tabler/icons-react": "^2.47.0",
"@tanstack/react-query": "^5.53.3",
"@tanstack/react-query-devtools": "^5.53.3",
"@types/node": "22.5.2",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@vidstack/react": "^1.12.9",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"cookies-next": "^4.2.1",
"dayjs": "^1.11.13",
"embla-carousel-react": "^8.2.0",
"lodash": "^4.17.21",
"mantine-datatable": "^7.11.3",
"next": "^14.2.7",
"plyr-react": "^5.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.53.0",
"typescript": "5.5.4",
"zustand": "^4.5.5"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.53.0",
"postcss": "^8.4.44",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1"
}
}