-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·76 lines (76 loc) · 2.24 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
{
"name": "drag-drop-cms",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port=3000",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "biome lint src",
"format": "biome format --write src",
"check": "biome check --write --organize-imports-enabled=true src",
"ci": "biome ci src",
"db:push": "drizzle-kit push",
"db:generate": "drizzle-kit generate",
"studio": "drizzle-kit studio"
},
"dependencies": {
"@gsap/react": "^2.1.1",
"@mantine/carousel": "^7.13.3",
"@mantine/charts": "^7.13.3",
"@mantine/code-highlight": "^7.13.3",
"@mantine/core": "^7.13.3",
"@mantine/dates": "^7.13.3",
"@mantine/dropzone": "^7.13.3",
"@mantine/form": "^7.13.3",
"@mantine/hooks": "^7.13.3",
"@mantine/modals": "^7.13.3",
"@mantine/notifications": "^7.13.3",
"@mantine/nprogress": "^7.13.3",
"@mantine/spotlight": "^7.13.3",
"@mantine/tiptap": "^7.13.3",
"@tabler/icons-react": "3.3.0",
"@tanstack/react-query": "^5.59.15",
"@tanstack/react-query-devtools": "^5.59.15",
"@tanstack/react-router": "^1.70.0",
"@tanstack/router-zod-adapter": "^1.81.1",
"@tiptap/extension-link": "^2.8.0",
"@tiptap/pm": "^2.8.0",
"@tiptap/react": "^2.8.0",
"@tiptap/starter-kit": "^2.8.0",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"embla-carousel-react": "^7.1.0",
"gsap": "^3.12.5",
"mantine-react-table": "2.0.0-beta.7",
"react": "^18.3.1",
"react-cookie": "^7.2.1",
"react-dom": "^18.3.1",
"react-international-phone": "^4.3.0",
"recharts": "2",
"wretch": "^2.10.0",
"zod": "^3.23.8",
"zod-validation-error": "^3.4.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tanstack/router-devtools": "^1.70.0",
"@tanstack/router-plugin": "^1.69.1",
"@types/crypto-js": "^4.2.2",
"@types/node": "^22.7.6",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"postcss": "^8.4.47",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"tsx": "^4.19.1",
"typescript": "^5.5.3",
"vite": "^5.4.8"
},
"volta": {
"node": "22.11.0"
}
}