-
Notifications
You must be signed in to change notification settings - Fork 78
/
package.json
executable file
·82 lines (82 loc) · 2.61 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
74
75
76
77
78
79
80
81
82
{
"name": "@themesberg/volt-bootstrap-5-dashboard",
"version": "1.3.1",
"description": "Volt - Bootstrap 5 Dashboard",
"main": "gulpfile.js",
"author": "Themesberg",
"keywords": [
"bootstrap",
"bootstrap5",
"bootstrap-5",
"bootstrap 5",
"bootstrap 5 dashboard",
"bootstrap 5 admin dashboard",
"dashboard vanilla js",
"admin dashboard vanilla js",
"bootstrap template vanilla js",
"bootstrap 5 chart",
"bootstrap 5 datepicker",
"bootstrap 5 beta 1"
],
"homepage": "https://themesberg.com/product/admin-dashboard/volt-bootstrap-5-dashboard",
"bugs": {
"url": "https://github.com/themesberg/volt-laravel-dashboard/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/themesberg/volt-laravel-dashboard"
},
"license": "https://github.com/themesberg/volt-laravel-dashboard/blob/master/LICENSE.md",
"devDependencies": {
"browser-sync": "^2.27.10",
"del": "4.1.1",
"gulp": "4.0.2",
"gulp-autoprefixer": "6.1.0",
"gulp-clean-css": "4.2.0",
"gulp-cssbeautify": "1.0.1",
"gulp-file-include": "2.1.0",
"gulp-header": "2.0.7",
"gulp-htmlmin": "5.0.1",
"gulp-npm-dist": "^1.0.3",
"gulp-plumber": "1.2.1",
"gulp-rename": "1.4.0",
"gulp-sass": "4.0.2",
"gulp-sourcemaps": "2.6.5",
"gulp-uglify": "3.0.2",
"gulp-wait": "0.0.2",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.19",
"merge-stream": "2.0.0",
"postcss": "^8.4.14",
"resolve-url-loader": "^3.1.3",
"sass": "^1.32.12",
"sass-loader": "^11.1.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.11.2",
"@popperjs/core": "^2.6.0",
"bootstrap": "5.0.1",
"chartist": "^0.11.4",
"chartist-plugin-tooltips": "0.0.17",
"cross-env": "^7.0.3",
"node-sass": "^6.0.0",
"notyf": "^3.9.0",
"nouislider": "11.0.3",
"onscreen": "1.3.4",
"simplebar": "^6.0.0-beta.2",
"smooth-scroll": "^16.1.0",
"sweetalert2": "^9.17.1",
"vanillajs-datepicker": "^1.1.4",
"waypoints": "4.0.1"
},
"scripts": {
"scss": "node-sass resources/scss -o public/css",
"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"
}
}