-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.5 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 <vaibhavsharmaatwork@gmail.com>",
"license": "MIT",
"private": false,
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended"
]
},
"dependencies": {
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^2.4.2",
"bulma": "^0.9.0",
"formik": "^2.1.5",
"gatsby": "^2.24.4",
"gatsby-paginate": "^1.1.1",
"gatsby-plugin-feed": "^2.5.11",
"gatsby-plugin-google-tagmanager": "^2.3.11",
"gatsby-plugin-manifest": "^2.4.18",
"gatsby-plugin-netlify": "^2.3.11",
"gatsby-plugin-netlify-cms": "^4.3.11",
"gatsby-plugin-nprogress": "^2.3.10",
"gatsby-plugin-offline": "^3.2.18",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sass": "^2.3.12",
"gatsby-plugin-sharp": "^2.6.19",
"gatsby-plugin-sitemap": "^2.4.11",
"gatsby-remark-copy-linked-files": "^2.3.11",
"gatsby-remark-images": "^3.3.19",
"gatsby-remark-prismjs": "^3.5.10",
"gatsby-remark-relative-images": "^0.3.0",
"gatsby-source-filesystem": "^2.3.20",
"gatsby-transformer-remark": "^2.8.25",
"gatsby-transformer-sharp": "^2.5.11",
"lodash": "^4.17.19",
"lodash-webpack-plugin": "^0.11.5",
"netlify-cms-app": "^2.12.18",
"node-sass": "^4.14.1",
"prop-types": "^15.7.2",
"query-string": "^6.13.1",
"react": "^16.13.1",
"react-disqus-comments": "^1.4.0",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-share": "^4.2.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"yup": "^0.29.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.5.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-react": "^9.2.0",
"eslint-config-standard-trailing-commas": "^6.1.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-standard": "^4.0.1",
"remark-cli": "^8.0.1",
"remark-preset-lint-recommended": "^4.0.1"
}
}