-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
54 lines (54 loc) · 1.72 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
{
"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": {
"@barbosa89/vue-table": "^0.1.28",
"@fortawesome/fontawesome-free": "^5.15.2",
"@tinymce/tinymce-vue": "^3.2.8",
"@voerro/vue-tagsinput": "^2.7.1",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"bootstrap-datepicker": "^1.7.1",
"bootstrap-select": "^1.13.18",
"bootstrap-social": "^5.1.1",
"browser-sync": "^2.27.4",
"browser-sync-webpack-plugin": "^2.3.0",
"chart.js": "^2.9.4",
"cross-env": "^7.0.3",
"datatables": "^1.10.18",
"datatables-responsive": "1.0.7",
"datatables.net-plugins": "1.10.15",
"flot": "0.8.0-alpha",
"font-awesome": "^4.7.0",
"holderjs": "^2.9.9",
"jquery": "^3.6.0",
"jquery.easing": "^1.4.1",
"jquery.flot.tooltip": "0.9.0",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"popper.js": "^1.16.1",
"pretty-checkbox": "^3.0.3",
"resolve-url-loader": "^4.0.0",
"sass": "^1.4.9",
"sass-loader": "^12.0.6",
"sweetalert2": "^9.17.2",
"tinymce": "^5.8.2",
"toastr": "^2.1.2",
"vue": "^2.6.14",
"vue-chartjs": "^3.5.1",
"vue-context": "^4.1.1",
"vue-i18n": "^8.24.5",
"vue-loader": "^15.9.8",
"vue-router": "^3.5.2",
"vue-template-compiler": "^2.6.14"
}
}