-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
91 lines (91 loc) · 2.71 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
{
"name": "docs",
"private": false,
"description": "Kudoo's documentation for it's cloud services",
"version": "0.1.0",
"author": "Kudoo <[email protected]>",
"engines": {
"node": ">= 12"
},
"dependencies": {
"@babel/polyfill": "^7.8.0",
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^2.3.0",
"@kudoo/components": "^2.2.5",
"and": "0.0.3",
"babel-preset-gatsby": "^0.2.20",
"chalk": "^2.4.1",
"classnames": "^2.2.5",
"develop": "^1.0.0",
"gatsby": "^2.18.12",
"gatsby-image": "^2.2.34",
"gatsby-plugin-advanced-sitemap": "^1.4.5",
"gatsby-plugin-flow": "^1.1.12",
"gatsby-plugin-google-analytics": "^2.1.31",
"gatsby-plugin-hotjar": "^1.0.1",
"gatsby-plugin-jss": "2.0.5",
"gatsby-plugin-manifest": "^2.2.31",
"gatsby-plugin-offline": "^3.0.27",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-robots-txt": "1.3.0",
"gatsby-plugin-sass": "^2.1.26",
"gatsby-plugin-sharp": "^2.3.5",
"gatsby-remark-copy-linked-files": "^2.1.35",
"gatsby-remark-embed-youtube": "0.0.7",
"gatsby-remark-images": "^3.1.41",
"gatsby-remark-prismjs": "^3.3.29",
"gatsby-remark-responsive-iframe": "^2.2.30",
"gatsby-remark-smartypants": "^2.1.19",
"gatsby-source-filesystem": "^2.1.40",
"gatsby-transformer-remark": "^2.6.47",
"gatsby-transformer-sharp": "^2.3.7",
"idx": "^2.5.6",
"lodash": "^4.17.15",
"ncp": "^2.0.0",
"node-sass": "^4.10.0",
"normalize.css": "^8.0.0",
"npm": "^6.13.6",
"prismjs": "^1.18.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-collapse": "^4.0.3",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-jss": "^8.6.1",
"react-motion": "^0.5.2",
"react-router-dom": "^4.3.1",
"rimraf": "^2.6.2",
"run": "^1.4.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.8.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.9.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-standard": "^4.0.0",
"prettier": "^1.19.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kudoo-cloud/docs"
},
"bugs": {
"url": "https://github.com/kudoo-cloud/docs/issues"
}
}