-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 898 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
33
34
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@popperjs/core": "^2.11.8",
"axios": "^1.6.2",
"bootstrap": "^4.3.1",
"cross-env": "^7.0.3",
"flowbite": "^1.8.1",
"jquery-ui": "^1.13.2",
"laravel-datatables-vite": "^0.5.2",
"laravel-echo": "^1.14.2",
"laravel-vite-plugin": "^0.7.3",
"lodash": "^4.17.21",
"postcss": "^8.4.19",
"resolve-url-loader": "^5.0.0",
"sass": "^1.32.11",
"sass-loader": "^10.1.1",
"tailwindcss": "^3.4.1",
"vite": "^4.5.2",
"vue": "^3.0.0",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"chart.js": "^2.9.4",
"chokidar": "^3.5.1",
"dropify": "^0.2.2",
"jquery": "^3.7.1"
},
"type": "module"
}