-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.56 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
{
"name": "vuexy-html-bootstrap-admin-template",
"version": "1.1.0",
"description": "Vuexy admin is super flexible, powerful, clean & modern responsive bootstrap 4 HTML admin template with unlimited possibilities.",
"author": "PIXINVENT",
"repository": {
"type": "git",
"url": "git@gitlab.com:pixinvent/vuesax-vuejs-admin-template.git"
},
"license": "Themeforest Standard Licenses",
"private": true,
"homepage": "https://pixinvent.com/demo/vuexy-html-bootstrap-admin-template/html/ltr/vertical-menu-template/",
"main": "gulpfile.js",
"dependencies": {
"async": "^3.1.0",
"gulp-cli": "^2.2.0",
"gulp-w3c-html-validator": "^1.4.4",
"node-notifier": "^5.4.3",
"through2": "^3.0.1"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.0",
"gulp-clean": "^0.4.0",
"gulp-copy": "^4.0.1",
"gulp-csscomb": "^3.0.8",
"gulp-cssmin": "^0.2.0",
"gulp-html-beautify": "^1.0.1",
"gulp-multistream": "^0.1.2",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^4.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^1.0.0",
"gulp-rtlcss": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^5.0.1",
"merge-stream": "^2.0.0",
"minimist": "^1.2.0",
"pug": "^2.0.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"browserslist": [
"> 1%",
"ie >= 8",
"edge >= 15",
"ie_mob >= 10",
"ff >= 45",
"chrome >= 45",
"safari >= 7",
"opera >= 23",
"ios >= 7",
"android >= 4",
"bb >= 10"
]
}