-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 2.14 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
{
"name": "servingniches.org",
"author": {
"name": "Anup Vasudevan",
"email": "info@servingniches.org",
"url": "https://servingniches.org"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ServingNiches/gatsby-servingniches.git"
},
"dependencies": {
"bootstrap": "^4.2.1",
"classnames": "^2.2.6",
"gatsby": "^5.4.0",
"gatsby-image": "^2.0.29",
"gatsby-link": "^2.0.10",
"gatsby-plugin-google-analytics": "^2.0.13",
"gatsby-plugin-layout": "^1.0.12",
"gatsby-plugin-manifest": "^2.0.17",
"gatsby-plugin-offline": "^2.0.22",
"gatsby-plugin-react-helmet": "^3.0.6",
"gatsby-plugin-sharp": "^2.0.20",
"gatsby-remark-copy-images": "^0.2.1",
"gatsby-remark-embed-snippet": "^3.2.2",
"gatsby-remark-images": "^3.0.3",
"gatsby-remark-prettier": "^1.0.0",
"gatsby-remark-prismjs": "^3.2.4",
"gatsby-source-filesystem": "^2.0.20",
"gatsby-transformer-remark": "^5.25.1",
"gatsby-transformer-sharp": "^2.1.13",
"history": "^4.7.2",
"prettier": "^1.16.4",
"prismjs": "^1.15.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-github-button": "^0.1.11",
"react-helmet": "^5.2.0",
"react-router-dom": "^4.3.1",
"react-typography": "^0.16.18",
"typography": "^0.16.18"
},
"devDependencies": {
"open": ">=6.0.0",
"babel-eslint": "^10.0.1",
"cryptiles": "^4.1.2",
"eslint": "^5.13.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"macaddress": "^0.2.9",
"merge": "^2.1.1",
"randomatic": "^3.0.0",
"serve": "^10.1.1",
"url-parse": "^1.5.0",
"mixin-deep": ">=1.3.2",
"set-value": ">=2.0.1",
"handlebars": ">=4.7.7",
"lodash": ">=4.17.21",
"lodash.template": ">=4.5.0",
"lodash-es": ">=4.17.14",
"lodash.merge": ">=4.6.2",
"mem": ">=4.0.0",
"stringstream": ">=0.0.6"
},
"scripts": {
"lint": "eslint --ext .js,.jsx --ignore-path .gitignore . --fix",
"build": "rm -rf public; gatsby build",
"develop": "gatsby develop"
}
}