forked from v4iv/gatsby-starter-business
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.49 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": "gatsby-starter-business",
"version": "2.1.2",
"description": "Gatsby Business Website Starter",
"main": "index.js",
"scripts": {
"develop": "gatsby develop",
"start": "npm run develop",
"build": "gatsby build",
"serve": "gatsby serve",
"lint": "eslint --ext js,jsx --ignore-path .gitignore .",
"lint:fix": "eslint --ext js,jsx --ignore-path .gitignore . --fix",
"clean": "rm -rf public/ .cache/"
},
"repository": "https://github.com/v4iv/gatsby-starter-business",
"author": "Vaibhav Sharma <[email protected]>",
"license": "MIT",
"private": false,
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended"
]
},
"dependencies": {
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^2.3.0",
"bulma": "^0.7.5",
"formik": "^1.5.8",
"gatsby": "^2.15.15",
"gatsby-paginate": "^1.1.1",
"gatsby-plugin-feed": "^2.3.12",
"gatsby-plugin-google-tagmanager": "^2.1.9",
"gatsby-plugin-manifest": "^2.2.16",
"gatsby-plugin-netlify": "^2.1.13",
"gatsby-plugin-netlify-cms": "^4.1.15",
"gatsby-plugin-nprogress": "^2.1.6",
"gatsby-plugin-offline": "^3.0.6",
"gatsby-plugin-react-helmet": "^3.1.7",
"gatsby-plugin-sass": "^2.1.14",
"gatsby-plugin-sharp": "^2.2.22",
"gatsby-plugin-sitemap": "^2.2.12",
"gatsby-remark-copy-linked-files": "^2.1.19",
"gatsby-remark-images": "^3.1.22",
"gatsby-remark-prismjs": "^3.3.13",
"gatsby-remark-relative-images": "^0.2.3",
"gatsby-source-filesystem": "^2.1.22",
"gatsby-transformer-remark": "^2.6.22",
"gatsby-transformer-sharp": "^2.2.14",
"lodash": "^4.17.15",
"lodash-webpack-plugin": "^0.11.5",
"netlify-cms-app": "^2.9.7",
"node-sass": "^4.12.0",
"prop-types": "^15.7.2",
"query-string": "^6.8.3",
"react": "^16.9.0",
"react-disqus-comments": "^1.4.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"react-share": "^3.0.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"yup": "^0.27.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.4.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-react": "^9.2.0",
"eslint-config-standard-trailing-commas": "^6.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-standard": "^4.0.1",
"remark-cli": "^7.0.0",
"remark-preset-lint-recommended": "^3.0.3"
}
}