-
Notifications
You must be signed in to change notification settings - Fork 87
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.91 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.91 KB
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
{
"name": "vetsgov-design-system",
"version": "0.0.1",
"description": "Design System for VA.gov",
"main": "index.js",
"scripts": {
"test": "yarn run build:full && npx jest",
"test:watch": "npx jest --watch",
"test:coverage": "yarn run build:full && npx jest --coverage",
"test:accessibility": "yarn run build:full && npx jest --testPathPattern=accessibility",
"test:integration": "yarn run build:full && npx jest --testPathPattern=integration",
"test:screen-reader": "yarn run build:full && npx jest --testPathPattern=screen-reader",
"test:browser": "yarn run build:full && npx jest --testPathPattern=browser-compatibility",
"test:regression": "yarn run build:full && npx jest --testPathPattern=regression",
"test:all-accessibility": "yarn run build:full && npx jest --testNamePattern=\"accessibility|integration|browser.*compatibility|screen.*reader\"",
"build": "node scripts/build.js",
"build:full": "yarn run build && bundle exec jekyll build",
"start": "yarn run build && bundle exec jekyll serve --baseurl ''",
"start:storybook-static": "export STORYBOOK_ENV=8080 && yarn run build && bundle exec jekyll serve --baseurl ''",
"watch": "yarn run build && bundle exec jekyll serve --baseurl '' --incremental --livereload",
"update-releases": "rm -rf json_data_cache && yarn run build:full",
"build-json": "node scripts/build-json.js",
"process-monthly-report": "node scripts/process-monthly-report.js",
"collect-metrics": "node scripts/collect-issue-metrics.js",
"update-metrics": "npm run collect-metrics",
"analyze-issues": "node scripts/analyze_issues.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/department-of-veterans-affairs/vets-design-system-documentation.git"
},
"keywords": [
"Vets.gov",
"design",
"uswds"
],
"author": "Matthew Dingee",
"license": "ISC",
"bugs": {
"url": "https://github.com/department-of-veterans-affairs/vets-design-system-documentation/issues"
},
"homepage": "https://github.com/department-of-veterans-affairs/vets-design-system-documentation#readme",
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.23.0",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/user-event": "^14.5.1",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"jest-axe": "^8.0.0",
"jest-environment-jsdom": "^29.7.0",
"lodash": "^4.18.1",
"mixin-deep": ">=1.3.2",
"set-value": ">=4.1.0",
"tar": ">=7.5.11"
},
"dependencies": {
"@department-of-veterans-affairs/component-library": "^56.3.0",
"@department-of-veterans-affairs/css-library": "^0.31.1",
"@uswds/uswds": "^3.9.0"
},
"engines": {
"npm": "6.14.8"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}