-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.95 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
{
"name": "vetsgov-design-system",
"version": "0.0.1",
"description": "Design System for Vets.gov",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp remote-assets && webpack && gulp build",
"start": "npm run build && bundle exec jekyll serve --baseurl ''"
},
"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": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^1.0.0",
"extract-loader": "^3.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^2.0.0",
"font-awesome": "^4.7.0",
"gulp": "^4.0.0",
"gulp-clean": "^0.4.0",
"gulp-git": "^2.8.0",
"gulp-rename": "^1.4.0",
"gulp-string-replace": "^1.1.2",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.9.3",
"raw-loader": "^0.5.1",
"react": "^15.5.4",
"react-addons-update": "^15.6.2",
"react-dom": "^15.5.4",
"react-scroll": "^1.7.10",
"resolve-url-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"uswds": "1.4.2",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9"
},
"dependencies": {
"@department-of-veterans-affairs/formation": "^1.10.3",
"@department-of-veterans-affairs/react-jsonschema-form": "^1.0.0"
},
"peerDependencies": {
"react": "^15.5.4",
"uswds": "1.4.2"
}
}