-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.31 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
71
72
73
{
"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.1",
"bootstrap": "^4.6.0",
"browser-sync": "^2.27.4",
"browser-sync-webpack-plugin": "^2.3.0",
"cross-env": "^7.0",
"jquery": "^3.6",
"laravel-mix": "^6.0.25",
"lodash": "^4.17.21",
"popper.js": "^1.16.1",
"postcss": "^8.3.5",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.11",
"sass-loader": "^11.0.1",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"@mdi/font": "^5.8.55",
"ace-builds": "^1.4.12",
"animate.css": "^4.1.1",
"apexcharts": "^3.27.2",
"bootstrap-colorpicker": "^3.2.0",
"bootstrap-datepicker": "^1.9.0",
"bootstrap-maxlength": "^1.10.0",
"chart.js": "^2.9.4",
"clipboard": "^2.0.6",
"cropperjs": "^1.5.9",
"datatables": "^1.10.18",
"datatables.net-bs4": "^1.10.23",
"dropify": "^0.2.2",
"dropzone": "^5.7.2",
"feather-icons": "^4.28.0",
"flag-icon-css": "^3.5.0",
"flot.curvedlines": "^1.1.1",
"font-awesome": "^4.7.0",
"fullcalendar": "^5.5.0",
"inputmask": "^5.0.5",
"jquery-mousewheel": "^3.1.13",
"jquery-sparkline": "^2.4.0",
"jquery-steps": "^1.1.0",
"jquery-tags-input": "^1.3.5",
"jquery-ui-dist": "^1.12.1",
"jquery-validation": "^1.19.3",
"jquery.flot": "^0.8.3",
"jquery.flot.tooltip": "^0.9.0",
"moment": "^2.29.1",
"morris.js": "github:morrisjs/morris.js",
"owl.carousel": "^2.3.4",
"peity": "^3.3.0",
"perfect-scrollbar": "^1.5.0",
"prismjs": "^1.24.1",
"progressbar.js": "^1.1.0",
"promise-polyfill": "^8.2.0",
"raphael": "^2.3.0",
"select2": "^4.0.13",
"simplemde": "^1.11.2",
"sweetalert2": "^10.13.0",
"tempusdominus-bootstrap-4": "^5.39.0",
"tinymce": "^5.8.2",
"typeahead.js": "^0.11.1"
}
}