-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathpackage.json
98 lines (98 loc) · 3.02 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
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "@centurylink/chi",
"version": "6.20.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/CenturyLink/Chi",
"homepage": "https://lib.lumen.com/chi",
"scripts": {
"approve": "gulp backstop-approve",
"build": "gulp build",
"cicd:build:pre:sri": "gulp cicd:build:pre:sri",
"cicd:build:post:sri": "gulp cicd:build:post:sri",
"build:website": "gulp build:website",
"ci": "gulp ci",
"docker": "scripts/docker.sh",
"start": "gulp watch",
"serve": "gulp serve",
"test": "gulp test",
"test:e2e": "gulp test:e2e",
"test:e2e:interactive": "gulp test:e2e:interactive",
"echo": "gulp --version",
"lint:css": "gulp lint:css",
"sri": "gulp sri:chi:assets",
"update:boilerplate:assets": "gulp update:boilerplate:assets",
"test:backstop:responsive": "gulp backstop-test-responsive",
"test:backstop:non-responsive": "gulp backstop-test-non-responsive",
"test:backstop:non-responsive:ce": "gulp backstop-custom-elements-test",
"cy:open": "cypress open"
},
"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.29.3",
"cssnano": "4.1.10",
"cypress": "12.17.4",
"cypress-plugin-tab": "1.0.5",
"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-replace": "1.0.0",
"gulp-sass": "4.0.2",
"gulp-sass-lint": "1.4.0",
"gulp-shell": "0.8.0",
"gulp-sri": "0.3.1",
"gulp-svg-sprite": "2.0.3",
"gulp-wait": "0.0.2",
"jstransformer-marked": "1.0.3",
"jstransformer-pug": "0.3.0",
"lodash": "4.17.21",
"marked": "4.2.12",
"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": "7.0.0",
"normalize.css": "8.0.1",
"postcss-svg": "3.0.0",
"prettier": "1.18.2",
"prismjs": ">=1.25.0",
"pug": "3.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",
"dayjs": "1.8.31",
"gulp-run-command": "0.0.10",
"gulp-zip": "5.0.2",
"merge-stream": "2.0.0",
"popper.js": "1.14.7"
}
}