forked from cfpb/consumerfinance.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.72 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
{
"name": "consumerfinance.gov",
"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/consumerfinance.gov.git"
},
"license": "SEE LICENSE IN TERMS.md",
"engines": {
"node": ">=20.x"
},
"browserslist": "> 0.2% in @cfpb/browserslist-config stats",
"dependencies": {
"@cfpb/browserslist-config": "0.0.3",
"@cfpb/cfpb-analytics": "0.3.1",
"@cfpb/cfpb-atomic-component": "1.2.0",
"@cfpb/cfpb-buttons": "1.3.0",
"@cfpb/cfpb-core": "1.2.0",
"@cfpb/cfpb-expandables": "1.3.0",
"@cfpb/cfpb-forms": "1.3.0",
"@cfpb/cfpb-grid": "1.2.0",
"@cfpb/cfpb-icons": "1.3.0",
"@cfpb/cfpb-layout": "1.3.0",
"@cfpb/cfpb-notifications": "1.3.0",
"@cfpb/cfpb-pagination": "1.3.0",
"@cfpb/cfpb-tables": "1.2.0",
"@cfpb/cfpb-typography": "1.3.2",
"@cypress/skip-test": "2.6.1",
"autoprefixer": "10.4.19",
"cfpb-chart-builder": "6.5.0",
"esbuild": "0.23.0",
"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.39",
"svg-inline-loader": "0.8.2"
},
"devDependencies": {
"cypress": "13.13.0",
"cypress-fail-fast": "7.1.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.2.4",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.34.1",
"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.3.2",
"snyk": "1.1292.1",
"stylelint": "16.7.0",
"stylelint-config-standard": "36.0.1",
"stylelint-less": "3.0.1"
},
"scripts": {
"preinstall": "node scripts/preinstall.js",
"postinstall": "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"
},
"prettier": {
"singleQuote": true
},
"snyk": true,
"type": "module",
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}