-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.26 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
{
"name": "cfpb-design-system",
"version": "1.0.0",
"private": true,
"workspaces": [
"packages/*"
],
"description": "CFPB's UI framework",
"author": {
"name": "Consumer Financial Protection Bureau",
"email": "[email protected]",
"url": "https://cfpb.github.io/"
},
"license": "SEE LICENSE IN TERMS.md",
"keywords": [
"design-system"
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/cfpb/design-system.git"
},
"bugs": {
"url": "https://github.com/cfpb/design-system/issues"
},
"scripts": {
"build": "gulp build",
"design-system-link": "lerna exec -- yarn link",
"design-system-unlink": "lerna exec -- yarn unlink",
"test": "gulp test",
"changelog": "./scripts/generate-changelog.sh",
"release": "yarn run build && lerna publish",
"version": "yarn run changelog && git add CHANGELOG.md",
"process-icon-svgs": "svgo -o packages/cfpb-icons/src/cfpb-icons --enable=addClassesToSVGElement --enable=removeStyleElement --enable=removeAttrs --config='{ \"plugins\": [ { \"addClassesToSVGElement\": { \"className\": \"cf-icon-svg\" } }, { \"removeAttrs\": { \"attrs\": [ \"fill\", \"path:class\", \"circle:class\" ] } }, { \"cleanupIDs\": { \"force\": \"true\" } } ] }'"
},
"devDependencies": {
"@babel/core": "7.8.3",
"@babel/preset-env": "7.8.3",
"autoprefixer": "8.6.5",
"babel-loader": "8.0.6",
"fancy-log": "^1.3.2",
"finalhandler": "^1.1.0",
"gulp": "^4.0.2",
"gulp-eslint": "6.0.0",
"gulp-ignore": "3.0.0",
"gulp-less": "^4.0.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "2.0.0",
"gulp-stylelint": "13.0.0",
"jest": "25.1.0",
"jest-cli": "25.1.0",
"lerna": "3.20.2",
"lerna-changelog": "1.0.0",
"log-symbols": "^3.0.0",
"merge-stream": "2.0.0",
"minimist": "^1.2.0",
"require-dir": "^1.2.0",
"serve-static": "^1.13.1",
"stylelint": "13.0.0",
"stylelint-config-standard": "19.0.0",
"svgo": "1.3.2",
"terser-webpack-plugin": "2.3.2",
"through2": "^3.0.0",
"vinyl-named": "^1.1.0",
"wcag": "^0.3.0",
"webpack": "4.41.5",
"webpack-stream": "^5.0.0"
},
"dependencies": {
"ftdomdelegate": "^3.0.0",
"normalize-css": "^2.0.0",
"normalize-legacy-addon": "0.1.0"
}
}