-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.01 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
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"private": true,
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"cross-env": "^5.1",
"css-loader": "^6.8.1",
"eslint": "^8.0.1",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^7.20.0",
"laravel-mix": "^6.0",
"resolve-url-loader": "^5.0.0",
"sass": "1.32.13",
"sass-loader": "12.*",
"vue-loader": "^15.11.1",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^0.1.10",
"@popperjs/core": "^2.9.2",
"autoprefixer": "10.4.5",
"axios": "^1.7.7",
"bootstrap": "^4.6.0",
"chart.js": "^2.9.4",
"cross-env": "^5.1.4",
"date-fns": "^2.23.0",
"easy-pie-chart": "^2.1.7",
"fs": "0.0.1-security",
"guid": "0.0.12",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"npm": "^10.2.3",
"popper.js": "^1.16.1",
"print-js": "^1.6.0",
"sweet-modal-vue": "^2.0.0",
"sweetalert": "^2.1.2",
"toastr": "^2.1.4",
"upgrade": "^1.1.0",
"v-money": "^0.8.1",
"vue": "^2.6.14",
"vue-advanced-calculator": "^0.2.10",
"vue-avatar-cropper": "^1.0.9",
"vue-expandable-image": "^0.1.0",
"vue-i18n": "^8.25.0",
"vue-multiselect": "^2.1.3",
"vue-router": "2.7.0",
"vue-tabs-component": "^1.5.0",
"vue2-dropzone": "^3.0.6",
"vue2-timepicker": "^1.1.6",
"vuedraggable": "^2.24.3",
"vuejs-datepicker": "^1.3.0",
"vuelidate": "^0.6.2",
"vuex": "^3.6.2",
"webpack": "^5.46.0"
}
}