forked from acrewdson/cfgov-refresh
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 2.77 KB
/
Copy pathpackage.json
File metadata and controls
100 lines (100 loc) · 2.77 KB
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
{
"name": "cfgov-refresh",
"description": "The consumerfinance.gov website.",
"homepage": "https://www.consumerfinance.gov/",
"author": {
"name": "Consumer Financial Protection Bureau",
"email": "tech@cfpb.gov",
"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": {
"autoprefixer": "8.6.5",
"babel-core": "7.0.0-beta.3",
"babel-loader": "7.1.5",
"babel-preset-env": "^7.0.0-beta.3",
"cf-atomic-component": "2.0.0",
"cf-buttons": "5.0.0",
"cf-core": "4.7.0",
"cf-expandables": "7.0.1",
"cf-forms": "5.2.0",
"cf-grid": "4.2.4",
"cf-icons": "4.4.1",
"cf-layout": "5.0.0",
"cf-notifications": "2.0.2",
"cf-pagination": "5.0.1",
"cf-tables": "5.0.0",
"cf-typography": "5.0.1",
"cfpb-chart-builder": "3.6.0",
"del": "3.0.0",
"elem-dataset": "1.1.1",
"glob-all": "3.1.0",
"gulp": "4.0.0",
"gulp-bless": "4.0.1",
"gulp-changed": "3.2.0",
"gulp-clean-css": "3.9.4",
"gulp-concat": "2.6.1",
"gulp-header": "2.0.5",
"gulp-imagemin": "4.1.0",
"gulp-less": "4.0.1",
"gulp-modernizr-build": "0.0.6",
"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",
"less": "3.0.4",
"lightbox2": "2.10.0",
"lodash.throttle": "4.1.1",
"postcss-unmq": "1.0.2",
"svg-inline-loader": "0.8.0",
"timelinejs": "2.35.6",
"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": {
"babel-jest": "23.6.0",
"chai": "4.1.2",
"chai-as-promised": "7.1.1",
"cucumber": "5.0.1",
"fancy-log": "1.3.2",
"gulp-eslint": "5.0.0",
"is-reachable": "2.4.0",
"jest": "23.6.0",
"jest-cli": "23.6.0",
"jsdoc": "3.5.5",
"lighthouse": "3.1.1",
"merge-stream": "1.0.1",
"minimist": "1.2.0",
"protractor": "5.4.1",
"protractor-accessibility-plugin": "github:cfpb/protractor-accessibility-plugin#on-page-load",
"protractor-cucumber-framework": "6.1.1",
"protractor-retry": "1.2.0",
"psi": "3.1.0",
"sauce-connect-tunnel": "0.2.1",
"selenium-webdriver": "4.0.0-alpha.1",
"snyk": "1.95.3",
"through2": "2.0.3",
"wcag": "0.3.0"
},
"scripts": {
"postinstall": "node scripts/npm/apps-install",
"preinstall": "npx enforce-node-version || (echo 'Please install npm v5.2 or greater' && exit 1)",
"test": "snyk test",
"gulp": "gulp"
},
"snyk": true
}