-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 913 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 913 Bytes
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.10.2",
"autoprefixer": "^10.4.13",
"axios": "^1.7.4",
"bootstrap": "^5.1.3",
"cross-env": "^7.0.3",
"flowbite": "^1.5.4",
"jquery": "^3.6.0",
"jquery-ui": "^1.12.1",
"laravel-datatables-vite": "^0.5.2",
"laravel-echo": "^1.14.2",
"laravel-vite-plugin": "^1.2.0",
"lodash": "^4.17.21",
"postcss": "^8.4.19",
"pusher-js": "^7.6.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.32.11",
"sass-loader": "^11.0.1",
"tailwindcss": "^3.2.4",
"vite": "^6.2.5",
"vue": "^3.5.13",
"vue-template-compiler": "^0.1.0"
},
"dependencies": {
"chart.js": "^2.9.4",
"dropify": "^0.2.2"
}
}