forked from kubesphere/devops-docs-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 2 KB
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
{
"name": "docs.kubesphere.io",
"description": "KubeSphere Documents",
"version": "1.0.0",
"dependencies": {
"classnames": "^2.2.6",
"es6-shim": "^0.35.3",
"gatsby": "^1.9.247",
"gatsby-link": "^1.6.40",
"gatsby-plugin-catch-links": "^1.0.24",
"gatsby-plugin-nprogress": "^1.0.14",
"gatsby-plugin-react-helmet": "^2.0.10",
"gatsby-plugin-sharp": "^1.6.48",
"gatsby-plugin-styled-components": "^2.0.11",
"gatsby-plugin-svgr": "^1.0.1",
"gatsby-remark-autolink-headers": "^1.4.19",
"gatsby-remark-copy-linked-files": "^1.5.37",
"gatsby-remark-images": "^1.5.67",
"gatsby-remark-prismjs": "^2.0.5",
"gatsby-remark-responsive-iframe": "^1.4.20",
"gatsby-source-filesystem": "^1.5.39",
"gatsby-transformer-json": "^1.0.20",
"gatsby-transformer-remark": "^1.7.44",
"har-validator": "^5.1.3",
"lunr": "^2.3.1",
"lunr-languages": "^1.0.0",
"mark.js": "^8.11.1",
"prismjs": "^1.15.0",
"promise-polyfill": "^8.0.0",
"react-helmet": "^5.2.0",
"react-modal": "^3.5.1",
"smooth-scroll": "^14.2.1",
"styled-components": "^3.3.3"
},
"keywords": [
"kubesphere",
"openpitrix",
"iaas",
"paas",
"docker",
"kubernetes",
"k8s"
],
"license": "Apache-2.0",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.?(js|css)'",
"test": "jest"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-jest": "^23.6.0",
"babel-plugin-macros": "^2.4.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^23.6.0",
"prettier": "^1.12.0",
"react-test-renderer": "15.6.1"
},
"repository": {
"type": "git",
"url": "https://github.com/kubesphere/kubesphere.github.io"
}
}