-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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
{
"name": "federalist-gatsby-uswds-template",
"description": "Description A template for Federalist that uses Gatsby and USWDS 2.0",
"license": "CC0-1.0",
"version": "0.1.0",
"author": "davemcorwin",
"repository": {
"type": "git",
"url": "git://github.com/18f/federalist-gatsby-uswds-template.git"
},
"engines": {
"node": ">=8.0.0 <11.0.0"
},
"scripts": {
"clean": "rimraf .cache public",
"develop": "gatsby develop",
"start": "npm run develop",
"build": "gatsby build",
"serve": "gatsby serve",
"federalist": "npm run build -- --prefix-paths"
},
"dependencies": {
"classnames": "^2.2.6",
"gatsby": "^2.13.35",
"gatsby-image": "^2.2.7",
"gatsby-plugin-sharp": "^2.2.9",
"gatsby-source-filesystem": "^2.1.6",
"gatsby-transformer-sharp": "^2.2.5",
"gatsby-transformer-yaml": "^2.2.4",
"lodash": "^4.17.15",
"prop-types": "^15.6.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"uswds": "^2.0.3"
},
"devDependencies": {
"prettier": "^1.15.3",
"rimraf": "^2.6.3"
}
}