forked from g00glen00b/dimitri.codes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.95 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
{
"name": "g00glen00b-gatsby",
"private": true,
"description": "Dimitri's blog",
"version": "2.0.0",
"author": "g00glen00b",
"dependencies": {
"dotenv": "^8.0.0",
"gatsby": "^2.18.12",
"gatsby-image": "^2.2.34",
"gatsby-plugin-advanced-sitemap": "^1.4.0",
"gatsby-plugin-feed": "^2.3.6",
"gatsby-plugin-google-analytics": "^2.1.6",
"gatsby-plugin-manifest": "^2.2.31",
"gatsby-plugin-netlify": "^2.1.33",
"gatsby-plugin-offline": "^3.0.27",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sharp": "^2.2.9",
"gatsby-remark-autolink-headers": "^2.2.1",
"gatsby-remark-copy-linked-files": "^2.2.1",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^3.1.49",
"gatsby-remark-prismjs": "^3.3.35",
"gatsby-remark-smartypants": "^2.1.22",
"gatsby-source-filesystem": "^2.1.40",
"gatsby-transformer-remark": "^2.6.58",
"gatsby-transformer-sharp": "^2.3.7",
"prismjs": "^1.19.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-icons": "^3.8.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"gatsby-plugin-eslint": "^2.0.8",
"prettier": "^1.19.1",
"prop-types": "^15.7.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"clean": "gatsby clean",
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"develop-any": "gatsby develop -H 0.0.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/g00glen00b/g00glen00b-gatsby"
}
}