-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.23 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.23 KB
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
{
"name": "040-code",
"description": "040 Code - A developers blog",
"version": "0.0.0-development",
"author": "Niek, Jeroen",
"dependencies": {
"babel-plugin-styled-components": "^1.8.0",
"core-js": "^2.5.7",
"disqus-react": "^1.0.5",
"gatsby": "^2.4.2",
"gatsby-plugin-feed": "2.2.0",
"gatsby-plugin-google-analytics": "2.0.19",
"gatsby-plugin-manifest": "^2.0.12",
"gatsby-plugin-offline": "^2.0.20",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sharp": "^2.0.22",
"gatsby-plugin-styled-components": "^3.0.4",
"gatsby-remark-autolink-headers": "^2.0.12",
"gatsby-remark-copy-linked-files": "^2.0.9",
"gatsby-remark-emoji": "^0.0.2",
"gatsby-remark-images": "^3.0.5",
"gatsby-remark-prismjs": "^3.2.4",
"gatsby-remark-responsive-iframe": "^2.0.9",
"gatsby-remark-smartypants": "^2.0.8",
"gatsby-source-filesystem": "^2.0.23",
"gatsby-transformer-remark": "^2.3.0",
"gatsby-transformer-sharp": "^2.1.14",
"lodash": "^4.17.5",
"prismjs": "^1.15.0",
"react": "^16.8.3",
"react-burger-menu": "^2.6.10",
"react-dom": "^16.8.3",
"react-helmet": "^5.2.0",
"react-icons": "^3.6.1",
"styled-components": "4.3.2"
},
"devDependencies": {
"eslint": "^6.0.1",
"eslint-plugin-react": "^7.7.0",
"gatsby-cli": "^2.5.12",
"now": "^19.0.1",
"prettier": "^1.12.0",
"puppeteer": "^1.9.0",
"semantic-release": "^15.13.12",
"yaml": "^1.6.0"
},
"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"
]
}
}