-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathpackage.json
46 lines (46 loc) · 1.51 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": "yarn run build && bundle exec jekyll serve --baseurl ''",
"watch": "yarn run build && bundle exec jekyll serve --baseurl '' --incremental"
},
"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": {
"@department-of-veterans-affairs/component-library": "^48.3.0",
"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.2.1"
},
"dependencies": {
"@department-of-veterans-affairs/formation": "^11.0.12",
"@department-of-veterans-affairs/css-library": "^0.15.0"
},
"engines": {
"npm": "6.14.8"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}