-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 1.14 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && vite build --ssr",
"echo:init": "laravel-echo-server init",
"echo:start": "laravel-echo-server start"
},
"devDependencies": {
"@chakra-ui/icons": "^2.1.0",
"@chakra-ui/react": "^2.8.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@faker-js/faker": "^7.6.0",
"@headlessui/react": "^1.7.16",
"@inertiajs/react": "^1.0.10",
"@inertiajs/server": "^0.1.0",
"@tailwindcss/forms": "^0.5.4",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.15",
"axios": "^1.4.0",
"framer-motion": "^10.16.0",
"jotai": "^2.3.1",
"laravel-echo": "^1.15.2",
"laravel-echo-server": "^1.6.3",
"laravel-vite-plugin": "^0.8.0",
"lodash": "^4.17.21",
"postcss": "^8.4.28",
"react": "^18.2.0",
"react-custom-scrollbars-2": "^4.5.0",
"react-dom": "^18.2.0",
"socket.io-client": "2.3.0",
"tailwindcss": "^3.3.3",
"vite": "^4.4.9"
}
}