-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
147 lines (147 loc) · 5.92 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "next-build",
"version": "0.1.0",
"private": true,
"workspaces": [
"packages/*"
],
"type": "module",
"scripts": {
"setup": "node ./scripts/yarn/vets-website-assets.js",
"dev": "yarn build:env-loader && node ./scripts/yarn/dev.js",
"build": "yarn build:env-loader && node ./scripts/yarn/build.js --SSG --USE_REDIS",
"build:env-loader": "tsc -b ./packages/env-loader/tsconfig.json",
"build:preview": "yarn build:env-loader && node ./scripts/yarn/build.js",
"build:sitemap": "yarn build:env-loader & node ./scripts/yarn/build:sitemap.js",
"start": "yarn build:env-loader && node ./scripts/yarn/start.js",
"export": "yarn build:env-loader && node ./scripts/yarn/export.js --SSG --USE_REDIS",
"export:serve": "http-server out -p 8001",
"redis": "docker run --name next-redis -p 6379:6379 -d redis",
"redis:cli": "docker exec -it next-redis redis-cli",
"redis:stop": "docker stop next-redis && docker rm next-redis",
"format": "prettier --write .",
"lint": "next lint",
"plop": "plop",
"postinstall": "yarn certs && husky install",
"lighthouse": "npx run ./lighthouse/lighthouse.js ",
"certs": "rm -f ./certs/VA-mozilla-combined.pem && more node_modules/node_extra_ca_certs_mozilla_bundle/ca_bundle/ca_intermediate_root_bundle.pem > ./certs/VA-mozilla-combined.pem && more certs/VA-Internal-S2-RCA-combined.pem >> ./certs/VA-mozilla-combined.pem",
"test": "yarn build:env-loader && APP_ENV=test node ./scripts/yarn/test.js",
"test:ci": "yarn build:env-loader && APP_ENV=test node ./scripts/yarn/test:ci.js",
"test:coverage": "yarn build:env-loader && APP_ENV=test node ./scripts/yarn/test:coverage.js",
"test:debug": "yarn build:env-loader && APP_ENV=test node ./scripts/yarn/test:debug.js",
"test:watch": "yarn test -- --watch",
"test:examples": "APP_ENV=test jest --rootDir ./example_tests --config ./example_tests/jest.config.ts",
"test:example": "APP_ENV=test yarn test:examples example_tests/${1}/",
"test:format": "APP_ENV=test prettier --check .",
"test:playwright": "playwright test --project=main",
"test:playwright:interactive": "playwright test --ui",
"test:playwright:a11y:prod": "BASE_URL=https://va.gov USE_PROXY=false PW_WIDTH_VALUE=768 PW_HEIGHT_VALUE=720 PW_BROWSER_VALUE=chromium yarn playwright test --project=a11y",
"test:playwright:a11y:local": "USE_PROXY=false PW_WIDTH_VALUE=768 PW_HEIGHT_VALUE=720 PW_BROWSER_VALUE=chromium yarn playwright test --project=a11y",
"test:types": "yarn build:env-loader && APP_ENV=test tsc --noEmit",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build -o out/storybook-static --quiet"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@department-of-veterans-affairs/component-library": "^45.0.0",
"@department-of-veterans-affairs/formation": "^11.0.12",
"@department-of-veterans-affairs/web-components": "^11.2.9",
"@fortawesome/fontawesome-free": "^5.15.4",
"@octokit/rest": "^21.0.1",
"@storybook/react": "^8.0.5",
"@types/react-gtm-module": "^2.0.3",
"axios": "^1.6.3",
"chalk": "^5.3.0",
"chrome-launcher": "^1.1.2",
"clsx": "^2.1.0",
"commander": "^12.0.0",
"debug": "^4.3.4",
"drupal-jsonapi-params": "^2.3.1",
"env-loader": "0.1.0",
"fs-extra": "^11.2.0",
"jest-axe": "^8.0.0",
"jest-extended": "^4.0.2",
"jsona": "^1.12.1",
"lighthouse": "^12.2.0",
"linkinator": "^6.0.3",
"lodash": "^4.17.21",
"mq-polyfill": "^1.1.8",
"next": "^14.2.5",
"next-drupal": "^1.6.0",
"next-drupal-query": "^0.4.0",
"next-sitemap": "^4.2.3",
"playwright-core": "^1.47.2",
"plop": "^4.0.1",
"proxy-fetcher": "0.1.0",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-gtm-module": "^2.0.11",
"redis": "^4.7.0",
"safe-json-stringify": "^1.2.0",
"superjson": "^2.2.1",
"swr": "^2.2.4",
"uswds": "^2.14.0",
"uuid": "^9.0.1",
"validator": "^13.11.0"
},
"devDependencies": {
"@axe-core/playwright": "^4.8.2",
"@faker-js/faker": "^8.4.1",
"@next/env": "^14.1.0",
"@playwright/test": "^1.46.1",
"@storybook/addon-a11y": "^8.1.1",
"@storybook/addon-actions": "^8.1.11",
"@storybook/addon-essentials": "^8.0.5",
"@storybook/addon-interactions": "^8.0.9",
"@storybook/addon-links": "^8.1.11",
"@storybook/nextjs": "^8.2.8",
"@storybook/node-logger": "^8.1.1",
"@storybook/testing-library": "^0.2.2",
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.10",
"@types/node": "22.5.4",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.2.18",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^8.7.0",
"axe-core": "^4.10.0",
"debug": "^4.3.4",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.8.0",
"eslint-plugin-jest-dom": "^5.2.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-testing-library": "^6.2.2",
"eslint-plugin-unused-imports": "^3.1.0",
"http-server": "^14.1.1",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
"lint-staged": "^15.2.2",
"msw": "^2.4.9",
"nock": "^13.5.4",
"node_extra_ca_certs_mozilla_bundle": "^1.0.6",
"npm": "^10.8.2",
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0",
"storybook": "^8.0.5",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.6.2"
},
"resolutions": {
"drupal-jsonapi-params": "2.3.1",
"@types/react": "18.3.1"
},
"packageManager": "yarn@3.6.1"
}