-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.98 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
{
"version": "2.0.2",
"name": "gatsby-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",
"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": {
"gatsby": "^1.9.164",
"gatsby-link": "^1.6.34",
"gatsby-plugin-catch-links": "^1.0.14",
"gatsby-plugin-feed": "^1.3.15",
"gatsby-plugin-google-analytics": "^1.0.15",
"gatsby-plugin-offline": "^1.0.12",
"gatsby-plugin-postcss-sass": "^1.0.15",
"gatsby-plugin-react-helmet": "^2.0.3",
"gatsby-plugin-sharp": "^1.6.25",
"gatsby-plugin-sitemap": "^1.2.10",
"gatsby-remark-copy-linked-files": "^1.5.25",
"gatsby-remark-images": "^1.5.37",
"gatsby-remark-prismjs": "^1.2.12",
"gatsby-remark-responsive-iframe": "^1.4.16",
"gatsby-remark-smartypants": "^1.4.10",
"gatsby-source-filesystem": "^1.5.11",
"gatsby-transformer-remark": "^1.7.28",
"gatsby-transformer-sharp": "^1.6.16",
"lodash": "^4.17.4",
"bluebird": "^3.5.1",
"react": "^15.6.1",
"react-helmet": "^5.2.0",
"react-disqus-comments": "^1.1.1",
"gatsby-plugin-google-fonts": "latest"
},
"devDependencies": {
"eslint": "^4.14.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"babel-eslint": "^8.2.1",
"gh-pages": "^1.1.0",
"lost": "^8.2.0",
"postcss-pxtorem": "^4.0.1",
"prettier": "^1.10.2"
}
}