-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.64 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
{
"private": true,
"type": "module",
"scripts": {
"build": "tsc && vite build && vite build --ssr",
"dev": "vite"
},
"devDependencies": {
"@headlessui/react": "^2.0.0",
"@inertiajs/react": "^1.0.0",
"@tailwindcss/forms": "^0.5.3",
"@types/node": "^18.13.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.12",
"axios": "^1.7.4",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.47",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.1",
"typescript": "^5.0.2",
"vite": "^5.0"
},
"dependencies": {
"@mantine/carousel": "^7.13.5",
"@mantine/charts": "^7.13.5",
"@mantine/code-highlight": "^7.13.5",
"@mantine/core": "^7.13.5",
"@mantine/dates": "^7.13.5",
"@mantine/dropzone": "^7.13.5",
"@mantine/form": "^7.13.5",
"@mantine/hooks": "^7.13.5",
"@mantine/modals": "^7.13.5",
"@mantine/notifications": "^7.13.5",
"@mantine/nprogress": "^7.13.5",
"@mantine/spotlight": "^7.13.5",
"@mantine/tiptap": "^7.13.5",
"@tiptap/extension-link": "^2.9.1",
"@tiptap/pm": "^2.9.1",
"@tiptap/react": "^2.9.1",
"@tiptap/starter-kit": "^2.9.1",
"dayjs": "^1.11.13",
"embla-carousel-react": "^7.1.0",
"react-icons": "^5.3.0",
"recharts": "^2.13.3"
}
}