-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
86 lines (86 loc) · 2.5 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "@centurylink/chi",
"version": "3.12.0",
"description": "Chi is Lumen's design system for building consistent digital products and experiences.",
"license": "MIT",
"main": "bin/chi.js",
"repository": "https://github.com/CenturyLinkCloud/ux-chi",
"homepage": "https://assets.ctl.io/chi",
"scripts": {
"approve": "gulp backstop-approve",
"build": "gulp build",
"ci": "gulp ci",
"docker": "scripts/docker.sh",
"start": "gulp watch",
"start:customElements": "gulp custom-elements:watch",
"test": "gulp test",
"test-ce": "gulp test:custom-elements",
"test:e2e": "gulp test:e2e",
"test:e2e:interactive": "gulp test:e2e:interactive",
"echo": "gulp --version"
},
"devDependencies": {
"@babel/core": "7.3.4",
"@babel/preset-env": "7.3.4",
"@babel/register": "7.0.0",
"acorn": "7.1.1",
"autoprefixer": "9.4.9",
"babel-loader": "8.1.0",
"backstopjs": "4.5.1",
"browser-sync": "2.26.3",
"cssnano": "4.1.10",
"cypress": "3.3.1",
"del": "3.0.0",
"eslint-loader": "2.1.2",
"gulp": "4.0.0",
"gulp-babel": "8.0.0",
"gulp-concat": "2.6.1",
"gulp-debug": "4.0.0",
"gulp-footer": "2.0.2",
"gulp-header": "2.0.9",
"gulp-imagemin": "5.0.3",
"gulp-index": "0.2.0",
"gulp-plumber": "1.2.1",
"gulp-postcss": "8.0.0",
"gulp-sass": "4.0.2",
"gulp-sass-lint": "1.4.0",
"gulp-svg-sprite": "1.5.0",
"gulp-wait": "0.0.2",
"jstransformer-html-beautify": "0.0.1",
"jstransformer-marked": "1.0.3",
"jstransformer-pug": "0.3.0",
"lodash": "4.17.19",
"marked": "1.1.1",
"metalsmith": "2.3.0",
"metalsmith-collections": "0.9.0",
"metalsmith-filenames": "1.0.0",
"metalsmith-headings": "0.2.0",
"metalsmith-ignore": "1.0.0",
"metalsmith-in-place": "4.2.0",
"metalsmith-inline-source": "1.0.6",
"metalsmith-layouts": "2.3.0",
"metalsmith-permalinks": "2.2.0",
"metalsmith-pug": "2.0.0",
"metalsmith-redirect": "2.1.0",
"metalsmith-rename": "1.0.0",
"metalsmith-rootpath": "1.0.4",
"node-sass": "4.14.1",
"normalize.css": "8.0.1",
"postcss-svg": "3.0.0",
"prettier": "1.18.2",
"prismjs": "1.21.0",
"pug": "2.0.3",
"uglifyjs-webpack-plugin": "2.1.2",
"vinyl-named": "1.1.0",
"webpack": "4.29.6",
"webpack-stream": "5.2.1"
},
"dependencies": {
"@stencil/core": "1.8.9",
"cypress": "3.3.1",
"dayjs": "1.8.31",
"gulp-run-command": "0.0.10",
"gulp-zip": "5.0.2",
"popper.js": "1.14.7"
}
}