-
Notifications
You must be signed in to change notification settings - Fork 426
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "purple_admin",
"version": "3.0.0",
"description": "",
"main": "index.html",
"dependencies": {
"@mdi/font": "3.7.95",
"bootstrap": "^5.1.3",
"chart.js": "^2.8.0",
"jquery": "^3.4.1",
"perfect-scrollbar": "^1.4.0",
"popper.js": "^1.15.0"
},
"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": ""
}