forked from cfpb/consumerfinance.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.12 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
99
100
101
102
103
104
105
106
107
108
{
"name": "cfgov-refresh",
"description": "The consumerfinance.gov website.",
"homepage": "https://www.consumerfinance.gov/",
"author": {
"name": "Consumer Financial Protection Bureau",
"email": "[email protected]",
"url": "https://cfpb.github.io/"
},
"repository": {
"type": "git",
"url": "https://github.com/cfpb/cfgov-refresh.git"
},
"license": "SEE LICENSE IN TERMS.md",
"engines": {
"node": ">=10.x"
},
"browserslist": "> 0.5%, last 2 versions, Firefox ESR, not dead, ie >= 11",
"dependencies": {
"@babel/core": "7.10.2",
"@babel/preset-env": "7.10.2",
"@cfpb/cfpb-atomic-component": "0.1.0",
"@cfpb/cfpb-buttons": "0.1.0",
"@cfpb/cfpb-core": "0.1.0",
"@cfpb/cfpb-expandables": "0.1.0",
"@cfpb/cfpb-forms": "0.1.0",
"@cfpb/cfpb-grid": "0.1.0",
"@cfpb/cfpb-icons": "0.1.0",
"@cfpb/cfpb-layout": "0.1.1",
"@cfpb/cfpb-notifications": "0.1.1",
"@cfpb/cfpb-pagination": "0.1.0",
"@cfpb/cfpb-tables": "0.1.0",
"@cfpb/cfpb-typography": "0.1.0",
"autoprefixer": "9.8.0",
"babel-loader": "8.1.0",
"cfpb-chart-builder": "6.4.0",
"core-js": "3.6.5",
"del": "5.1.0",
"enforce-node-version": "0.1.0",
"fancy-log": "1.3.3",
"glob-all": "3.1.0",
"gulp": "4.0.2",
"gulp-bless": "4.0.1",
"gulp-changed": "4.0.2",
"gulp-clean-css": "4.2.0",
"gulp-concat": "2.6.1",
"gulp-header": "2.0.9",
"gulp-less": "4.0.1",
"gulp-modernizr": "3.4.0",
"gulp-newer": "1.4.0",
"gulp-notify": "3.2.0",
"gulp-postcss": "8.0.0",
"gulp-rename": "2.0.0",
"gulp-replace": "1.0.0",
"gulp-sourcemaps": "2.6.5",
"gulp-terser": "1.2.0",
"highcharts": "7.2.1",
"less": "3.10.3",
"lightbox2": "2.11.0",
"lodash.throttle": "4.1.1",
"merge-stream": "2.0.0",
"number-to-words": "1.2.4",
"postcss-unmq": "1.0.2",
"require-dir": "1.2.0",
"sticky-kit": "1.1.3",
"student-debt-calc": "2.6.5",
"svg-inline-loader": "0.8.0",
"terser-webpack-plugin": "3.0.1",
"turbolinks": "5.1.1",
"vinyl-named": "1.1.0",
"webpack": "4.43.0",
"webpack-stream": "5.0.0",
"xdr": "0.5.3"
},
"devDependencies": {
"babel-jest": "26.0.1",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"cucumber": "6.0.5",
"gulp-eslint": "6.0.0",
"jest": "26.0.1",
"jest-cli": "26.0.1",
"jsdoc": "3.6.3",
"lighthouse": "5.6.0",
"minimist": "1.2.0",
"protractor": "5.4.2",
"protractor-accessibility-plugin": "github:cfpb/protractor-accessibility-plugin#on-page-load",
"protractor-cucumber-framework": "6.2.0",
"protractor-retry": "1.2.12",
"sauce-connect-tunnel": "0.2.1",
"selenium-webdriver": "4.0.0-alpha.5",
"snyk": "1.279.1",
"through2": "3.0.1",
"wcag": "0.3.0"
},
"resolutions": {
"gulp-bless/bless/css": "github:cfpb/css"
},
"scripts": {
"enforce": "enforce-node-version",
"preinstall": "node scripts/preinstall.js",
"postinstall": "yarn run enforce && node scripts/yarn/apps-install && ./scripts/check-npm-cache.sh",
"test": "snyk test",
"gulp": "gulp",
"watch": "gulp watch"
},
"snyk": true
}