-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.6 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "gatsby-starter-hero-blog",
"version": "2.0.0",
"author": "Ivan Mashintsev <[email protected]>",
"license": "MIT",
"dependencies": {
"antd": "^3.7.0",
"fontfaceobserver": "^2.0.13",
"gatsby": "^2.20.4",
"gatsby-image": "^2.0.5",
"gatsby-plugin-algolia": "^0.1.0",
"gatsby-plugin-catch-links": "^2.0.2",
"gatsby-plugin-feed": "^2.0.5",
"gatsby-plugin-google-analytics": "^2.0.6",
"gatsby-plugin-layout": "^1.0.2",
"gatsby-plugin-manifest": "^2.0.2",
"gatsby-plugin-netlify": "^2.0.0",
"gatsby-plugin-offline": "^2.0.6",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-react-svg": "^2.0.0",
"gatsby-plugin-sharp": "^2.4.0",
"gatsby-plugin-sitemap": "^2.0.1",
"gatsby-plugin-styled-jsx": "^3.0.1",
"gatsby-plugin-styled-jsx-postcss": "^2.0.2",
"gatsby-remark-copy-linked-files": "^2.0.5",
"gatsby-remark-emojis": "^0.2.3",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^2.0.1",
"gatsby-remark-prismjs": "^3.0.0",
"gatsby-remark-responsive-iframe": "^2.0.5",
"gatsby-remark-smartypants": "^2.0.5",
"gatsby-source-filesystem": "^2.0.1",
"gatsby-transformer-remark": "^2.1.3",
"gatsby-transformer-sharp": "^2.1.1",
"js-yaml": "^3.12.0",
"normalize.css": "^8.0.0",
"prismjs": "^1.15.0",
"react": "^16.5.2",
"react-addons-perf": "^15.4.2",
"react-dom": "^16.5.2",
"react-facebook": "^5.0.3",
"react-helmet": "^5.2.0",
"react-icons": "^3.1.0",
"react-instantsearch": "^5.2.2",
"react-md-spinner": "^0.3.0",
"react-obfuscate": "^2.1.4",
"react-share": "^2.2.0",
"react-visibility-sensor": "^4.1.0",
"styled-jsx": "^2.2.7",
"styled-jsx-plugin-postcss": "^0.1.3",
"styled-jsx-plugin-stylelint": "^0.1.0",
"tinycolor2": "^1.4.1",
"typeface-open-sans": "^0.0.54",
"yaml-loader": "^0.5.0"
},
"keywords": [
"gatsby"
],
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"lint-errors": "eslint src/**/*.{js,jsx} --quiet",
"lint": "eslint src/**/*.{js,jsx}",
"stylelint": "stylelint src/**/*.js",
"generate-app-icons": "sh ./scripts/generate-app-icons.sh"
},
"devDependencies": {
"@mapbox/stylelint-processor-arbitrary-tags": "^0.2.0",
"babel-eslint": "^8.2.6",
"babel-plugin-dynamic-import-webpack": "^1.0.2",
"babel-plugin-import": "^1.8.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-webpack-plugin": "^0.1.1",
"dotenv": "^6.0.0",
"eslint": "^5.1.0",
"eslint-config-google": "^0.9.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-graphql": "^2.1.1",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.10.0",
"json-loader": "^0.5.7",
"postcss": "^7.0.0",
"postcss-cli": "^5.0.1",
"postcss-cssnext": "^3.1.0",
"postcss-custom-properties": "^7.0.0",
"postcss-custom-selectors": "^4.0.1",
"postcss-easy-media-query": "^1.0.0",
"postcss-load-plugins": "^2.3.0",
"postcss-loader": "^2.1.6",
"postcss-media-variables": "^2.0.1",
"postcss-nested": "^3.0.0",
"postcss-sorting": "^4.0.0",
"postcss-text-remove-gap": "^1.1.1",
"postcss-utilities": "^0.8.0",
"precss": "^3.1.2",
"prettier": "^1.13.7",
"serve": "^10.1.2",
"sharp-cli": "^1.7.0",
"stylelint": "^9.3.0",
"stylelint-config-css-modules": "^1.3.0",
"stylelint-config-standard": "^18.2.0",
"url-loader": "^1.1.1",
"webpack-bundle-analyzer": ">=3.3.2"
}
}