forked from Klarence/CiscoUIKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.58 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
{
"name": "cisco-ui",
"private": true,
"version": "1.3.4-official",
"description": "Cisco UI Kit",
"author": "Kevin Broich - Cisco Systems, Inc.",
"homepage": "https://www.cisco.com",
"license": "2019 Cisco Systems, Inc. All rights reserved. Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html",
"scripts": {
"build": "npm run build-prep && npm run build-docs && npm run build-post",
"build-prep": "gulp pre",
"build-docs": "./node_modules/kss/bin/kss-node --source ./src/scss --destination ./build/docs --template ./docs --helpers ./src/kss/helpers --nav-depth 5 --css ./src/scss/styles.scss",
"build-post": "gulp",
"start": "npm run build"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "*",
"gulp-bower": "*",
"gulp-bower-files": "*",
"gulp-filter": "*",
"gulp-header": "^1.8.8",
"gulp-htmlhint": "*",
"gulp-htmlmin": "*",
"gulp-iconfont": "10.0.2",
"gulp-iconfont-css": "2.3.0",
"gulp-if": "*",
"gulp-inject": "^4.3.2",
"gulp-jade": "^1.1.0",
"gulp-minify-css": "*",
"gulp-minify-html": "*",
"gulp-pxtorem": "*",
"gulp-rename": "*",
"gulp-replace": "*",
"gulp-rimraf": "^0.2.1",
"gulp-sass": "*",
"gulp-transform": "^3.0.5",
"gulp-using": "*",
"gulp-util": "*",
"kss": "^2.4.0",
"node-sass": "^4.4.0",
"run-sequence": "^1.2.2"
},
"dependencies": {
"balloon-css": "^0.5.0",
"bootstrap": "^4.0.0",
"clipboard-js": "^0.3.5",
"fancy-log": "^1.3.2",
"kss": "^2.4.0",
"pagedown": "*"
}
}