-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.64 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
{
"name": "voidcluster",
"description": "Gatsby and Netlify CMS experiment based on the Gatsby + Netlify CMS Starter",
"version": "1.1.3",
"author": "Ricky de Laveaga",
"license": "SEE LICENSE IN license.txt",
"private": true,
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"d": "gatsby develop",
"dev": "gatsby develop",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"{gatsby-*.js,src/**/*.js}\"",
"serve": "gatsby serve",
"start": "gatsby develop",
"test": "gatsby build && gatsby serve"
},
"dependencies": {
"gatsby": "5.14.1",
"gatsby-plugin-image": "3.14.0",
"gatsby-plugin-lodash": "6.14.0",
"gatsby-plugin-manifest": "5.14.0",
"gatsby-plugin-netlify": "5.1.1",
"gatsby-plugin-netlify-cms": "7.12.1",
"gatsby-plugin-offline": "6.14.0",
"gatsby-plugin-react-helmet": "6.14.0",
"gatsby-plugin-sharp": "5.14.0",
"gatsby-remark-copy-linked-files": "6.14.0",
"gatsby-remark-images": "7.14.0",
"gatsby-source-filesystem": "5.14.0",
"gatsby-transformer-remark": "6.14.0",
"gatsby-transformer-sharp": "5.14.0",
"lodash": "4.17.21",
"lodash-webpack-plugin": "0.11.6",
"netlify-cms-app": "2.15.72",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-helmet": "6.1.0",
"typeface-source-code-pro": "1.1.13",
"typeface-source-sans-pro": "1.1.13",
"typeface-source-serif-pro": "1.1.13"
},
"devDependencies": {
"prettier": "3.4.2"
},
"renovate": {
"assignees": [
"rdela"
],
"automerge": true,
"extends": [
"config:base",
"schedule:monthly"
],
"labels": [
"renovate"
],
"major": {
"automerge": false
}
}
}