-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.2 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.2 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"serve": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.7.2",
"lodash": "^4.17.21",
"postcss": "^8.1.14",
"resolve-url-loader": "^5.0.0",
"sass": "^1.77.8",
"sass-loader": "^12.6.0",
"vue": "^2.6.14",
"vue-loader": "^15.11.1",
"vue-router": "^3.5.2",
"vue-template-compiler": "^2.7.16",
"webpack": "^5.94.0"
},
"dependencies": {
"base64-js": "^1.5.1",
"jspdf": "^2.5.2",
"laravel-mix": "^6.0.49",
"mix": "^0.0.1",
"qrcode": "^1.5.4",
"quill": "^2.0.2",
"vee-validate": "^2.2.15",
"vue-axios": "^3.3.7",
"vue-pagination-2": "^3.1.0",
"vue-sweetalert2": "^5.0.11",
"vue-toastification": "^1.7.14",
"vue2-tinymce-editor": "^0.0.1",
"vuex": "^3.6.2"
}
}