-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
84 lines (84 loc) · 2.99 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "nrrd-blog",
"description": "Open data, design, & development at the Department of the Interior",
"version": "1.0.0",
"author": "Ryan Johnson <[email protected]>, Jeff Schwartz <[email protected]>",
"bugs": {
"url": "https://github.com/ONRR/doi-extractives-data/issues"
},
"dependencies": {
"@babel/core": "^7.25.8",
"@fontsource/lato": "^5.1.0",
"@uswds/uswds": "3.9.0",
"acorn": "^8.0.0",
"classnames": "^2.5.1",
"copy-dir": "^1.3.0",
"gatsby": "^5.13.7",
"gatsby-cli": "^5.13.3",
"gatsby-image": "^3.11.0",
"gatsby-plugin-feed": "^5.13.1",
"gatsby-plugin-google-analytics": "^5.13.1",
"gatsby-plugin-google-tagmanager": "^5.13.1",
"gatsby-plugin-image": "^3.11.0",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-offline": "^6.13.3",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-typography": "^5.13.1",
"gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-remark-copy-linked-files": "^6.13.2",
"gatsby-remark-images": "^7.13.2",
"gatsby-remark-prismjs": "^7.13.2",
"gatsby-remark-responsive-iframe": "^6.13.2",
"gatsby-remark-smartypants": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"gatsby-transformer-yaml": "^5.13.1",
"lodash": "^4.17.19",
"prismjs": "^1.15.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-typography": "^0.16.18",
"typeface-lato": "1.1.13",
"typeface-merriweather": "1.1.13",
"typeface-montserrat": "1.1.13",
"typeface-neuton": "1.1.13",
"typeface-patua-one": "1.1.13",
"typography": "^0.16.18",
"typography-theme-noriega": "^0.16.19",
"typography-theme-wordpress-2016": "^0.16.19"
},
"devDependencies": {
"@uswds/compile": "^1.2.0",
"babel-eslint": "^10.0.0",
"eslint": "^9.13.0",
"eslint-plugin-react": "^7.19.0",
"prettier": "^3.3.3",
"typescript": ">=2.8"
},
"homepage": "https://github.com/gatsbyjs/gatsby-starter-blog#readme",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/gatsbyjs/gatsby-starter-blog.git"
},
"scripts": {
"clean": "gatsby clean",
"lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js' 'src/**/*.md'",
"develop": "gatsby develop",
"build": "gatsby clean; npx gulp updateUswds; gatsby build --prefix-paths; npx gulp onrrPostGatsbyBuild;",
"fix-semi": "eslint --quiet --ignore-pattern node_modules --ignore-pattern public --parser babel-eslint --no-eslintrc --rule '{\"semi\": [2, \"never\"], \"no-extra-semi\": [2]}' --fix gatsby-node.js"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=7.0.0"
}
}