-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.27 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
{
"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 --prefix-paths && gh-pages -d public"
},
"repository": "git+https://github.com/alxshelepenok/gatsby-starter-lumen.git",
"keywords": [
"gatsby",
"blog",
"react",
"theme",
"starter"
],
"author": "Alexander Shelepenok <[email protected]>",
"license": "MIT",
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"bluebird": "^3.5.1",
"clsx": "^1.1.1",
"gatsby": "^2.0.22",
"gatsby-plugin-catch-links": "^2.0.4",
"gatsby-plugin-feed": "^2.0.8",
"gatsby-plugin-google-analytics": "^2.0.6",
"gatsby-plugin-google-fonts": "latest",
"gatsby-plugin-material-ui": "^2.1.6",
"gatsby-plugin-offline": "^2.0.6",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-sass": "^2.0.1",
"gatsby-plugin-sharp": "^2.0.6",
"gatsby-plugin-sitemap": "^2.0.1",
"gatsby-remark-copy-linked-files": "^2.0.5",
"gatsby-remark-images": "^2.0.4",
"gatsby-remark-prismjs": "^3.4.1",
"gatsby-remark-responsive-iframe": "^4.9.0",
"gatsby-remark-smartypants": "^2.0.5",
"gatsby-source-filesystem": "^2.0.3",
"gatsby-transformer-remark": "^2.7.1",
"gatsby-transformer-sharp": "^2.1.3",
"lodash": "^4.17.4",
"node-sass": "^4.9.3",
"prismjs": "^1.19.0",
"react": "^16.5.2",
"react-disqus-comments": "^1.2.0",
"react-dom": "^16.5.2",
"react-helmet": "^5.2.0"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.14.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"gh-pages": "^1.1.0",
"lost": "^8.2.0",
"postcss-pxtorem": "^4.0.1",
"prettier": "^1.10.2"
}
}