-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.66 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
{
"name": "robdy-io",
"description": "Robert Dyjas - blog",
"version": "0.6.0",
"author": "Robert Dyjas",
"dependencies": {
"@mdx-js/react": "^3.0.0",
"gatsby": "^5.12.9",
"gatsby-core-utils": "^4.12.1",
"gatsby-plugin-feed": "^5.12.3",
"gatsby-plugin-image": "^3.12.3",
"gatsby-plugin-mdx": "^5.12.3",
"gatsby-plugin-sharp": "^5.12.3",
"gatsby-plugin-sitemap": "^6.12.3",
"gatsby-remark-copy-linked-files": "^6.12.0",
"gatsby-remark-images": "^7.12.3",
"gatsby-remark-relative-images-v2": "^0.1.5",
"gatsby-source-filesystem": "^5.12.1",
"gatsby-source-rss-feed": "^1.2.2",
"gatsby-transformer-sharp": "^5.12.3",
"lodash": "^4.17.21",
"lodash-webpack-plugin": "^0.11.6",
"postcss": "^8.4.31",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"remark-images": "^4.0.0",
"uuid": "^9.0.1",
"webpack": "^5.89.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"clean": "gatsby clean",
"start": "npm run develop",
"build": "gatsby build",
"inc-build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"develop": "gatsby develop -H 0.0.0.0",
"format": "prettier --write \"{gatsby-*.js,src/**/*.js}\"",
"netlify-build": "netlify build --context=deploy-preview",
"serve": "gatsby serve -H 0.0.0.0",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^3.1.0"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true
}
}