-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
69 lines (69 loc) · 2.17 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
{
"name": "kentico-github-io",
"description": "Official landing page for GitHub community in Kentico",
"version": "1.0.24",
"author": "Ondřej Chrastina <ondrejch@kentico.com> (https://github.com/Simply007)",
"scripts": {
"build": "gatsby build && cpx -v \".github/**/*\" public/.github && cpx CODE_OF_CONDUCT.md public && cpx CONTRIBUTING.md public && cpx README.md public && cpx LICENSE public",
"build-prefixed": "gatsby build --prefix-paths && cpx -v \".github/**/*\" public/.github && cpx CODE_OF_CONDUCT.md public && cpx CONTRIBUTING.md public && cpx README.md public && cpx LICENSE public",
"develop": "gatsby develop",
"develop:preview": "cross-env ENABLE_GATSBY_REFRESH_ENDPOINT=true gatsby develop",
"deploy": "gh-pages -d public -b master"
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@kentico/gatsby-source-kontent": "^6.3.5",
"ajv": "^6.5.4",
"axios": "^0.21.1",
"gatsby": "^2.32.12",
"gatsby-plugin-google-analytics": "^2.11.0",
"gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-sass": "^2.8.0",
"github-api": "^3.4.0",
"html-to-react": "^1.3.3",
"loaders.css": "^0.1.2",
"lodash": "^4.17.20",
"node-sass": "^4.14.1",
"qs": "^6.7.0",
"query-string": "^6.2.0",
"react": "^16.5.1",
"react-collapsible": "^2.6.0",
"react-dom": "^16.5.1",
"react-helmet": "^5.2.0",
"react-inlinesvg": "^0.8.2",
"react-loaders": "^3.0.1",
"react-responsive-navbar": "^1.0.11",
"rxjs": "^6.2.0"
},
"keywords": [
"gatsby",
"community",
"github",
"developer",
"kentico",
"kentico-kontent",
"kontent",
"headless",
"caas",
"cms",
"ems"
],
"license": "MIT",
"devDependencies": {
"babel-eslint": "^8.2.2",
"cpx": "^1.5.0",
"cross-env": "^5.2.0",
"eslint": "^6.6.0",
"eslint-loader": "^3.0.2",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-react": "^7.11.1",
"gatsby-plugin-eslint": "^2.0.8",
"gh-pages": "^2.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Kentico/kentico.github.io"
}
}