-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·57 lines (57 loc) · 1.49 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
{
"name": "corona_admin",
"version": "2.0.0",
"description": "",
"main": "index.html",
"dependencies": {
"@mdi/font": "^3.7.95",
"bootstrap": "^5.1.3",
"bootstrap-maxlength": "^1.6.0",
"chart.js": "^2.8.0",
"codemirror": "^5.48.0",
"flag-icon-css": "^3.3.0",
"jquery": "^3.7.0",
"jvectormap": "^2.0.4",
"moment": "^2.24.0",
"owl.carousel": "^2.3.4",
"perfect-scrollbar": "^1.5.0",
"popper.js": "^1.16.1",
"progressbar.js": "^1.0.1",
"pwstabs": "^1.4.0",
"select2": "^4.0.7",
"select2-bootstrap-theme": "0.1.0-beta.10",
"twbs-pagination": "^1.4.1",
"typeahead.js": "^0.11.1"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"compass-mixins": "^0.12.10",
"del": "^5.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.1.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-inject": "5.0.2",
"gulp-inject-partials": "^1.0.5",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-prettify": "^0.5.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-util": "^1.0.0",
"merge-stream": "^2.0.0",
"minimatch": "^3.0.4",
"require-dir": "^1.2.0",
"run-sequence": "^2.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "bootstrapdash",
"url": "http://www.bootstrapdash.com/",
"copyright": "",
"license": ""
}