-
Notifications
You must be signed in to change notification settings - Fork 112
/
package.json
81 lines (81 loc) · 2.5 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
{
"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": ">=20.x"
},
"browserslist": "> 0.2% in @cfpb/browserslist-config stats",
"dependencies": {
"@cfpb/browserslist-config": "0.0.3",
"@cfpb/cfpb-analytics": "0.3.2",
"@cfpb/cfpb-design-system": "3.2.8",
"@csstools/postcss-sass": "5.1.1",
"@csstools/sass-import-resolve": "1.0.0",
"autoprefixer": "10.4.20",
"esbuild": "0.24.0",
"fancy-log": "2.0.0",
"highcharts": "7.2.2",
"lodash.clonedeep": "4.5.0",
"lodash.throttle": "4.1.1",
"number-to-words": "1.2.4",
"papaparse": "5.3.2",
"postcss": "8.4.47",
"svg-inline-loader": "0.8.2"
},
"devDependencies": {
"@cypress/skip-test": "2.6.1",
"@eslint/js": "9.14.0",
"axe-core": "4.10.2",
"cypress": "13.15.1",
"cypress-axe": "1.5.0",
"cypress-fail-fast": "7.1.1",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "4.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsdoc": "50.4.3",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.2",
"globals": "15.11.0",
"immutable": "4.3.7",
"jest": "29.7.0",
"jest-cli": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-fetch-mock": "3.0.3",
"postcss-replace": "2.0.1",
"postcss-scss": "4.0.9",
"prettier": "3.3.3",
"snyk": "1.1294.0",
"source-map": "0.7.4",
"stylelint": "16.10.0",
"stylelint-config-standard-scss": "13.1.0"
},
"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",
"watch": "yarn build watch",
"build": "node ./esbuild/build.js",
"cy": "./scripts/cypress.sh"
},
"prettier": {
"singleQuote": true
},
"snyk": true,
"type": "module",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}