-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
54 lines (54 loc) · 1.62 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
{
"name": "stories-jenkins.io",
"version": "1.0.0",
"private": true,
"description": "Jenkins is the way",
"author": "Gavin Mogan",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint .",
"format": "prettier --write \"src/**/*.{css,js,jsx,json}\"",
"format-check": "prettier --check \"src/**/*.{css,js,jsx,json}\""
},
"dependencies": {
"cheerio": "^1.0.0-rc.10",
"eslint": "^8.12.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-promise": "^7.0.0",
"gatsby": "^4.10.3",
"gatsby-plugin-extract-schema": "^0.2.1",
"gatsby-plugin-image": "^2.10.1",
"gatsby-plugin-matomo": "^0.17.0",
"gatsby-plugin-netlify": "^5.0.0",
"gatsby-plugin-netlify-cms": "^6.17.0",
"gatsby-plugin-react-helmet": "^5.10.0",
"gatsby-plugin-sharp": "^4.10.2",
"gatsby-plugin-sitemap": "^5.10.2",
"gatsby-remark-images": "^6.10.2",
"gatsby-source-filesystem": "^4.10.1",
"gatsby-transformer-remark": "^5.11.1",
"gatsby-transformer-sharp": "^4.10.0",
"leaflet": "^1.7.1",
"netlify-cms-app": "^2.15.72",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-immutable-proptypes": "^2.2.0",
"react-leaflet": "^3.2.5",
"remark-html": "^16.0.0",
"truncate": "^3.0.0",
"yaml": "^2.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@jenkinsci/gatsby-plugin-jenkins-layout": "^1.5.0",
"prettier": "^3.4.2"
}
}