-
Notifications
You must be signed in to change notification settings - Fork 108
/
package.json
55 lines (55 loc) · 1.43 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
{
"name": "purple_admin",
"version": "3.0.0",
"description": "",
"main": "index.html",
"dependencies": {
"bootstrap": "^4.3.1",
"chart.js": "^2.8.0",
"chartist": "^0.11.2",
"daterangepicker": "^3.0.5",
"flag-icon-css": "^3.3.0",
"jquery": "^3.4.1",
"moment": "^2.24.0",
"perfect-scrollbar": "^1.4.0",
"popper.js": "^1.15.0",
"progressbar.js": "^1.0.1",
"pwstabs": "^1.4.0",
"select2": "^4.0.7",
"select2-bootstrap-theme": "0.1.0-beta.10",
"simple-line-icons": "^2.4.1",
"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": "^4.0.2",
"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": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-prettify": "^0.5.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-util": "^3.0.8",
"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": ""
}