-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.22 KB
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
{
"name": "@coreui/static",
"version": "1.0.4",
"description": "Open Source Bootstrap Admin Template",
"main": "index.html",
"dependencies": {
"bootstrap": "4.0.0-beta.2",
"chart.js": "^2.9.4",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"jquery-validation": "^1.17.0",
"jquery-validation-unobtrusive": "^3.2.6",
"pace-progress": "^1.0.2",
"popper.js": "^1.12.5",
"simple-line-icons": "^2.4.1"
},
"devDependencies": {
"browser-sync": "^2.16.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-concat": "^2.6.0",
"gulp-contains": "^1.1.0",
"gulp-cssmin": "^0.2.0",
"gulp-filter": "^5.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sass": "^3.1.0",
"gulp-search": "^1.0.0",
"gulp-uglify": "^3.0.0",
"require-dir": "^0.3.2",
"run-sequence": "^2.1.0"
},
"scripts": {},
"browserslist": [
"Chrome >= 45",
"Firefox ESR",
"Edge >= 12",
"Explorer >= 10",
"iOS >= 9",
"Safari >= 9",
"Android >= 4.4",
"Opera >= 30"
],
"author": "Łukasz Holeczek",
"homepage": "http://coreui.io",
"copyright": "Copyright 2017 creativeLabs Łukasz Holeczek",
"license": "MIT"
}