-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.87 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"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": {
"axios": "^0.21",
"bootstrap": "^4.0.0",
"jquery": "^3.2",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"popper.js": "^1.12",
"postcss": "^8.1.14",
"resolve-url-loader": "^2.3.1",
"sass": "^1.20.1",
"sass-loader": "^8.0.0",
"vue-loader": "^15.9.5",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-regular-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/vue-fontawesome": "^2.0.2",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.33",
"quill": "^1.3.7",
"quill-image-drop-module": "^1.0.3",
"quill-image-resize-module": "^3.0.0",
"react-redux-boilerplate": "file:laradock/react",
"vue": "^2.6.12",
"vue-avatar-cropper": "^1.0.9",
"vue-blockui": "^1.1.7",
"vue-clipboard2": "^0.3.1",
"vue-code-highlight": "^0.7.6",
"vue-confirm-dialog": "^1.0.2",
"vue-ctk-date-time-picker": "^2.5.0",
"vue-moment": "^4.1.0",
"vue-quill-editor": "^3.0.6",
"vue-select": "^3.11.2",
"vue-swatches": "^2.1.0",
"vue-toastr": "^2.1.2",
"vue2-editor": "^2.10.2",
"vuelidate": "^0.7.6",
"vuex": "^3.6.2"
}
}