-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
76 lines (76 loc) · 2.27 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
{
"name": "040-code",
"description": "040 Code - A developers blog",
"version": "0.0.0-development",
"author": "Niek, Jeroen",
"dependencies": {
"babel-plugin-styled-components": "^2.0.2",
"core-js": "^3.20.0",
"disqus-react": "^1.1.2",
"gatsby": "^4.4.0",
"gatsby-plugin-feed": "^4.4.0",
"gatsby-plugin-google-analytics": "^4.4.0",
"gatsby-plugin-manifest": "^4.4.0",
"gatsby-plugin-offline": "^5.4.0",
"gatsby-plugin-react-helmet": "^5.4.0",
"gatsby-plugin-sharp": "^4.4.0",
"gatsby-plugin-styled-components": "^5.4.0",
"gatsby-remark-autolink-headers": "^5.4.0",
"gatsby-remark-copy-linked-files": "^5.4.0",
"gatsby-remark-emoji": "^0.0.3",
"gatsby-remark-images": "^6.4.0",
"gatsby-remark-numbered-footnotes": "^1.0.1",
"gatsby-remark-prismjs": "^6.4.0",
"gatsby-remark-responsive-iframe": "^5.4.0",
"gatsby-remark-smartypants": "^5.4.0",
"gatsby-source-filesystem": "^4.4.0",
"gatsby-transformer-remark": "^5.4.0",
"gatsby-transformer-sharp": "^4.4.0",
"lodash": "^4.17.21",
"prismjs": "^1.25.0",
"react": "^18.2.0",
"react-burger-menu": "^3.0.6",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"styled-components": "5.3.6"
},
"devDependencies": {
"eslint": "^8.4.1",
"eslint-plugin-react": "^7.27.1",
"gatsby-cli": "^4.4.0",
"prettier": "^2.5.1",
"puppeteer": "^19.2.2",
"semantic-release": "^19.0.5",
"vercel": "^28.4.15",
"yaml": "^2.1.3"
},
"homepage": "https://040code.github.io",
"keywords": [
"gatsby",
"blog",
"starter"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "https://github.com/040code/040code.github.io.git"
},
"scripts": {
"dev": "gatsby develop",
"lint": "eslint --ext .js,.jsx --ignore-pattern public .",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"",
"format": "prettier --write 'src/**/*.js' 'data/siteConfig.js'",
"develop": "gatsby develop",
"build": "gatsby build",
"now-build": "npm run build",
"generatePostPreviewImages": "node ./scripts/generatePostPreviewImages.js",
"semantic-release": "semantic-release"
},
"greenkeeper": {
"ignore": [
"core-js"
]
}
}