-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·70 lines (70 loc) · 2.25 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
{
"version": "3.0.0",
"name": "gatsby-v2-starter-lumen",
"description": "Simple starter for Gatsby",
"main": "n/a",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"clean:public": "rm -rf public",
"clean": "npm run clean:public",
"lint": "./node_modules/.bin/eslint --cache --ext .js,.jsx --ignore-pattern public .",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write './*.js' 'src/**/*.js' 'src/**/*.jsx'",
"deploy": "gatsby build && gh-pages -d public -b master"
},
"repository": "git+https://github.com/alxshelepenok/gatsby-starter-lumen.git",
"keywords": [
"gatsby",
"blog",
"react",
"theme",
"starter"
],
"author": "Alexander Shelepenok <alxshelepenok@gmail.com>",
"license": "MIT",
"dependencies": {
"bluebird": "^3.7.2",
"gatsby": "^2.19.22",
"gatsby-plugin-catch-links": "^2.1.26",
"gatsby-plugin-feed": "^2.3.27",
"gatsby-plugin-google-analytics": "^2.1.36",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-netlify-cms": "^4.1.40",
"gatsby-plugin-offline": "^3.0.35",
"gatsby-plugin-react-helmet": "^3.1.22",
"gatsby-plugin-sass": "^2.1.29",
"gatsby-plugin-sharp": "^2.4.5",
"gatsby-plugin-sitemap": "^2.2.27",
"gatsby-remark-copy-linked-files": "^2.1.37",
"gatsby-remark-images": "^3.1.44",
"gatsby-remark-prismjs": "^3.3.31",
"gatsby-remark-responsive-iframe": "^2.2.32",
"gatsby-remark-smartypants": "^2.1.21",
"gatsby-source-filesystem": "^2.1.48",
"gatsby-transformer-remark": "^2.6.53",
"gatsby-transformer-sharp": "^2.3.15",
"lodash": "^4.17.15",
"netlify-cms-app": "^2.11.25",
"node-sass": "^4.13.1",
"prismjs": "^1.19.0",
"react": "^16.13.0",
"react-disqus-comments": "^1.4.0",
"react-dom": "^16.13.0",
"react-helmet": "^5.2.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"gh-pages": "^2.2.0",
"husky": "^4.2.3",
"lost": "^8.3.1",
"postcss-pxtorem": "^4.0.1",
"prettier": "^1.19.1"
}
}