-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.23 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.23 KB
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
38
39
40
41
42
43
44
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.3.0",
"axios": "^1.8.4",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"resolve-url-loader": "5.0.0",
"sass": "^1.69.5",
"sass-loader": "12.1.0",
"vue": "^3.2.36",
"vue-loader": "17.3.1"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@vueform/multiselect": "^2.6.6",
"bootstrap": "^5.3.2",
"chart.js": "^4.4.2",
"jquery": "^3.7.1",
"jspdf": "^3.0.1",
"jspdf-autotable": "^5.0.2",
"laravel-echo": "^1.16.0",
"moment": "^2.30.1",
"pusher-js": "^8.4.0-rc2",
"sweetalert2": "^11.10.1",
"tiny-emitter": "^2.1.0",
"vform": "^2.1.2",
"vue-i18n": "9",
"vuex": "^4.0.2",
"webpack-cli": "^5.1.4",
"xlsx": "^0.18.5",
"yarn": "^1.22.19"
}
}