forked from cfpb/consumerfinance.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
102 lines (102 loc) · 2.81 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
{
"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": ">=8.5.0"
},
"dependencies": {
"@babel/core": "7.7.0",
"@babel/preset-env": "7.7.1",
"autoprefixer": "8.6.5",
"babel-loader": "8.0.6",
"cf-atomic-component": "11.0.0",
"cf-buttons": "11.0.1",
"cf-core": "11.0.0",
"cf-expandables": "11.0.1",
"cf-forms": "11.0.1",
"cf-grid": "11.0.0",
"cf-icons": "11.0.1",
"cf-layout": "11.0.0",
"cf-notifications": "11.0.1",
"cf-pagination": "11.0.1",
"cf-tables": "11.0.0",
"cf-typography": "11.0.1",
"cfpb-chart-builder": "6.3.0",
"core-js": "3.3.6",
"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-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": "1.4.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": "2.2.1",
"turbolinks": "5.1.1",
"vinyl-named": "1.1.0",
"webpack": "4.41.2",
"webpack-stream": "5.0.0",
"xdr": "0.5.3"
},
"devDependencies": {
"babel-jest": "24.9.0",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"cucumber": "5.1.0",
"gulp-eslint": "6.0.0",
"jest": "24.9.0",
"jest-cli": "24.9.0",
"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.1.3",
"protractor-retry": "1.2.9",
"sauce-connect-tunnel": "0.2.1",
"selenium-webdriver": "4.0.0-alpha.5",
"snyk": "1.243.0",
"through2": "3.0.1",
"wcag": "0.3.0"
},
"scripts": {
"enforce": "enforce-node-version",
"preinstall": "node scripts/preinstall.js",
"postinstall": "yarn run enforce && node scripts/yarn/apps-install",
"test": "snyk test",
"gulp": "gulp"
},
"snyk": true
}