-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 863 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "vite --host",
"build": "vite build"
},
"devDependencies": {
"axios": "^0.27",
"laravel-vite-plugin": "^0.5.0",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"vite": "^3.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.0",
"@popperjs/core": "^2.11.5",
"@vitejs/plugin-vue": "^3.0.1",
"bootstrap": "^5.2.0",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"ioredis": "^5.2.3",
"laravel-echo": "^1.14.0",
"laravel-echo-server": "^1.6.3",
"sass": "^1.54.3",
"sass-loader": "^13.0.2",
"socket.io": "^4.5.2",
"socket.io-client": "^4.5.2",
"vue": "^3.2.36",
"vue-loader": "^17.0.0",
"vue-router": "^4.1.3"
}
}