This repository has been archived by the owner on Jun 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
58 lines (58 loc) · 1.51 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
{
"name": "retirement",
"version": "0.7.0",
"description": "Helping Americans make choices about retirement, including when to claim Social Security benefits",
"main": "index.js",
"scripts": {
"test": "mocha test --require babel-register && snyk test"
},
"repository": {
"type": "git",
"url": "http://www.github.com/cfpb/retirement/"
},
"author": "",
"license": "SEE LICENSE IN TERMS.md",
"dependencies": {
"cf-buttons": "5.0.0",
"cf-core": "4.7.0",
"cf-forms": "5.2.0",
"cf-icons": "10.0.0",
"cf-layout": "5.0.0",
"cf-notifications": "2.0.2",
"cf-typography": "5.0.1",
"html5shiv": "latest",
"jquery.easing": "~1.3.0"
},
"devDependencies": {
"ansi-colors": "3.2.4",
"@babel/core": "7.4.5",
"@babel/preset-env": "7.4.5",
"babel-loader": "8.0.6",
"babel-register": "6.26.0",
"chai": "4.1.2",
"del": "4.1.1",
"fs": "0.0.2",
"gulp": "4.0.2",
"gulp-autoprefixer": "5.0.0",
"gulp-changed": "4.0.0",
"gulp-cssmin": "0.2.0",
"gulp-eslint": "5.0.0",
"gulp-header": "2.0.7",
"gulp-imagemin": "4.1.0",
"gulp-less": "3.5.0",
"gulp-mq-remove": "0.0.2",
"gulp-notify": "3.2.0",
"gulp-rename": "1.4.0",
"gulp-sourcemaps": "2.6.5",
"jquery": "1.12.2",
"minimist": "1.2.0",
"mocha": "5.2.0",
"protractor": "5.4.2",
"require-dir": "1.2.0",
"snyk": "1.170.0",
"through2": "3.0.1",
"uglifyjs-webpack-plugin": "1.2.7",
"webpack": "4.16.2",
"webpack-stream": "5.0.0"
}
}