forked from cfpb/consumerfinance.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 loc) · 3.48 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"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"
},
"jest": {
"transform": {
"^.+\\.jsx?$": "babel-jest"
}
},
"dependencies": {
"@babel/core": "7.2.2",
"@babel/preset-env": "7.3.1",
"autoprefixer": "8.6.5",
"babel-loader": "8.0.5",
"cf-atomic-component": "2.1.2",
"cf-buttons": "5.0.1",
"cf-core": "4.10.0",
"cf-expandables": "7.1.1",
"cf-forms": "5.3.0",
"cf-grid": "4.2.4",
"cf-icons": "4.5.0",
"cf-layout": "5.0.0",
"cf-notifications": "2.0.2",
"cf-pagination": "5.0.2",
"cf-tables": "5.0.3",
"cf-typography": "5.0.1",
"cfpb-chart-builder": "5.1.2",
"core-js": "2.6.4",
"del": "3.0.0",
"enforce-node-version": "0.1.0",
"fancy-log": "1.3.3",
"glob-all": "3.1.0",
"gulp": "4.0.0",
"gulp-bless": "4.0.1",
"gulp-changed": "3.2.0",
"gulp-clean-css": "3.10.0",
"gulp-concat": "2.6.1",
"gulp-header": "2.0.7",
"gulp-less": "4.0.1",
"gulp-modernizr": "3.1.0",
"gulp-newer": "1.4.0",
"gulp-notify": "3.2.0",
"gulp-postcss": "7.0.1",
"gulp-rename": "1.4.0",
"gulp-replace": "1.0.0",
"gulp-sourcemaps": "2.6.4",
"gulp-uglify-es": "1.0.4",
"highcharts": "6.2.0",
"less": "3.0.4",
"lightbox2": "2.10.0",
"lodash.throttle": "4.1.1",
"merge-stream": "1.0.1",
"postcss-unmq": "1.0.2",
"svg-inline-loader": "0.8.0",
"turbolinks": "5.1.1",
"uglifyjs-webpack-plugin": "1.2.7",
"vinyl-named": "1.1.0",
"webpack": "4.16.5",
"webpack-stream": "5.0.0",
"xdr": "0.5.3"
},
"devDependencies": {
<<<<<<< HEAD
"cf-component-demo": "git://github.com/cfpb/cf-component-demo.git#0.8.2",
"grunt": "~0.4.4",
"grunt-autoprefixer": "~0.6.5",
"grunt-banner": "~0.2.2",
"grunt-bower-task": "~0.4.0",
"grunt-concurrent": "~1.0.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-eslint": "^7.0.1",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.3",
"grunt-legacssy": "~0.3.1",
"grunt-string-replace": "~0.2.7",
"grunt-topdoc": "~0.2.0",
"load-grunt-tasks": "~0.6.0",
"time-grunt": "~1.0.0"
}
=======
"babel-core": "7.0.0-bridge.0",
"babel-jest": "24.1.0",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"cucumber": "5.1.0",
"gulp-eslint": "5.0.0",
"jest": "24.1.0",
"jest-cli": "24.1.0",
"jsdoc": "3.5.5",
"lighthouse": "4.1.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.1",
"protractor-retry": "1.2.6",
"psi": "3.1.0",
"sauce-connect-tunnel": "0.2.1",
"selenium-webdriver": "4.0.0-alpha.1",
"snyk": "1.126.0",
"through2": "3.0.0",
"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
>>>>>>> cfpb/master
}