-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.3 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
{
"name": "vetsgov-design-system",
"version": "0.0.1",
"description": "Design System for VA.gov",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build",
"start": "npm run build && bundle exec jekyll serve --baseurl ''",
"preinstall": "npx npm-force-resolutions"
},
"repository": {
"type": "git",
"url": "git+https://github.com/department-of-veterans-affairs/vets-design-system-documentation.git"
},
"keywords": [
"Vets.gov",
"design",
"uswds",
"formation"
],
"author": "Jared Cunha",
"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": {
"@department-of-veterans-affairs/component-library": "^8.6.3",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-rename": "^2.0.0",
"gulp-string-replace": "^1.1.2",
"lodash": "^4.17.21",
"mixin-deep": ">=1.3.2",
"set-value": ">=4.1.0",
"tar": ">=6.1.11"
},
"resolutions": {
"glob-parent": "^5.1.2",
"yargs-parser": "^5.0.1"
},
"dependencies": {
"@department-of-veterans-affairs/formation": "^7.0.1"
}
}