-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
80 lines (80 loc) · 2.1 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
{
"name": "cfpb-chart-builder",
"version": "6.5.0",
"description": "Charts for the Consumer Financial Protection Bureau",
"main": "src/js/index.js",
"scripts": {
"build": "gulp build",
"test": "gulp test && npm run browser-tests",
"browser-tests": "NODE_ENV=test node test/browser-tests.js",
"lint": "gulp lint --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cfpb/cfpb-chart-builder.git"
},
"author": {
"name": "Consumer Financial Protection Bureau",
"email": "[email protected]",
"url": "https://cfpb.github.io/"
},
"license": "CC0-1.0",
"keywords": [
"cfpb-chart-builder",
"highcharts",
"charts",
"graphs",
"bar chart",
"line chart",
"map",
"tile map"
],
"bugs": {
"url": "https://github.com/cfpb/cfpb-chart-builder/issues"
},
"homepage": "https://github.com/cfpb/cfpb-chart-builder#readme",
"browserslist": "> 0.5%, last 2 versions, Firefox ESR, not dead, ie >= 9",
"dependencies": {
"@cfpb/cfpb-core": "0.42.0",
"@cfpb/cfpb-layout": "0.42.0",
"@cfpb/cfpb-typography": "0.42.0",
"core-js": "3.10.0",
"highcharts": "7.2.2",
"xdr": "0.5.3"
},
"devDependencies": {
"@babel/core": "7.13.14",
"@babel/preset-env": "7.13.12",
"autoprefixer": "10.4.19",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "26.6.3",
"babel-loader": "8.2.2",
"browser-sync": "2.26.14",
"cors": "2.8.5",
"del": "6.0.0",
"express": "4.19.2",
"glob": "7.1.6",
"gulp": "4.0.2",
"gulp-eslint": "6.0.0",
"gulp-header": "2.0.9",
"gulp-less": "4.0.1",
"gulp-notify": "3.2.0",
"gulp-postcss": "9.0.0",
"gulp-rename": "2.0.0",
"gulp-sourcemaps": "3.0.0",
"jest": "26.6.3",
"jest-cli": "26.6.3",
"lodash.merge": "4.6.2",
"minimist": "1.2.6",
"postcss": "8.4.31",
"request": "2.88.2",
"require-dir": "1.2.0",
"sauce-connect-launcher": "1.3.2",
"serve-static": "1.14.1",
"terser-webpack-plugin": "5.1.1",
"through2": "4.0.2",
"vinyl-named": "1.1.0",
"webpack": "5.91.0",
"webpack-stream": "6.1.2"
}
}