-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.3",
"laravel-vite-plugin": "^1.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.4.10"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@mantine/core": "^7.8.1",
"@mantine/form": "^7.8.1",
"@mantine/hooks": "^7.8.1",
"@mantine/notifications": "^7.11.0",
"@tabler/icons": "^3.10.0",
"@tabler/icons-react": "^3.10.0",
"axios": "^1.7.7",
"dayjs": "^1.11.6",
"filesize": "^10.0.5",
"laravel-echo": "^1.16.1",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.14.4",
"postcss-simple-vars": "^7.0.1",
"pusher-js": "^8.4.0-rc2",
"react-gravatar": "^2.6.3",
"react-router": "^6.4.5",
"react-router-dom": "^6.4.5",
"use-clippy": "^1.0"
},
"type": "module"
}