forked from cfpb/consumerfinance.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.62 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
{
"name": "consumerfinance.gov",
"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/consumerfinance.gov.git"
},
"license": "SEE LICENSE IN TERMS.md",
"engines": {
"node": ">=16.x"
},
"browserslist": "> 0.5%, Chrome >= 76, Edge >= 98, Firefox >= 78, safari >= 12, not dead",
"dependencies": {
"@cfpb/cfpb-analytics": "0.1.4",
"@cfpb/cfpb-atomic-component": "0.29.0",
"@cfpb/cfpb-buttons": "0.29.0",
"@cfpb/cfpb-core": "0.29.0",
"@cfpb/cfpb-expandables": "0.29.0",
"@cfpb/cfpb-forms": "0.29.0",
"@cfpb/cfpb-grid": "0.29.0",
"@cfpb/cfpb-icons": "0.29.0",
"@cfpb/cfpb-layout": "0.29.0",
"@cfpb/cfpb-notifications": "0.29.0",
"@cfpb/cfpb-pagination": "0.29.0",
"@cfpb/cfpb-tables": "0.29.0",
"@cfpb/cfpb-typography": "0.29.0",
"@cypress/skip-test": "2.6.1",
"autoprefixer": "10.4.15",
"autosize": "6.0.1",
"cfpb-chart-builder": "6.4.2",
"enforce-node-version": "0.1.0",
"esbuild": "0.19.2",
"fancy-log": "2.0.0",
"highcharts": "7.2.2",
"less": "4.2.0",
"lodash.clonedeep": "4.5.0",
"lodash.throttle": "4.1.1",
"number-to-words": "1.2.4",
"papaparse": "5.3.2",
"postcss": "8.4.29",
"svg-inline-loader": "0.8.2"
},
"devDependencies": {
"cypress": "13.2.0",
"cypress-fail-fast": "7.0.3",
"eslint": "8.49.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsdoc": "46.6.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.33.2",
"jest": "29.7.0",
"jest-cli": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-fetch-mock": "3.0.3",
"postcss-less": "6.0.0",
"prettier": "3.0.3",
"snyk": "1.1217.0",
"stylelint": "15.10.3",
"stylelint-config-standard": "34.0.0",
"stylelint-less": "2.0.0"
},
"scripts": {
"enforce": "enforce-node-version",
"preinstall": "node scripts/preinstall.js",
"postinstall": "yarn enforce && node scripts/yarn/apps-install && ./scripts/check-npm-cache.sh",
"lint": "./scripts/lint.sh",
"jest": "yarn node --experimental-vm-modules $(yarn bin jest)",
"test": "yarn lint && yarn jest",
"snyk": "snyk test",
"copy": "yarn build copy",
"styles": "yarn build styles",
"scripts": "yarn build scripts",
"watch": "yarn build watch",
"build": "node ./esbuild/build.js"
},
"snyk": true,
"type": "module"
}