forked from openebs/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·114 lines (114 loc) · 3.41 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
109
110
111
112
113
114
{
"name": "website",
"description": "OpenEBS is an open source storage platform that provides persistent and containerized block storage for DevOps and container environments.",
"version": "1.0.0",
"license": "Apache 2.0",
"author": "openebs",
"private": "true",
"homepage": "https://openebs.io",
"repository": {
"type": "git",
"url": "git+https://github.com/openebs/website.git"
},
"resolutions": {
"sharp": "0.22.1"
},
"engines": {
"node": ">= 8.9.0"
},
"bugs": {
"url": "https://github.com/openebs/website/issues"
},
"keywords": [
"gatsby",
"ghost",
"openebs",
"storage",
"storage-container",
"persistent-storage",
"k8s",
"kubernetes"
],
"main": "n/a",
"scripts": {
"serve": "gatsby build && NODE_ENV=production gatsby serve",
"build": "gatsby build",
"dev": "gatsby develop",
"lint": "eslint . --ext .json,.js --fix",
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "gatsby clean"
},
"devDependencies": {
"babel-eslint": "10.0.3",
"bootstrap-loader": "^3.0.4",
"eslint": "6.6.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-ghost": "0.6.0",
"eslint-plugin-json": "^2.0.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "7.16.0",
"jquery": "^3.4.1",
"prettier": "1.19.1",
"resolve-url-loader": "^3.1.1",
"tether": "^1.4.7"
},
"dependencies": {
"@emotion/core": "^10.0.22",
"@mdx-js/mdx": "^1.5.2",
"@mdx-js/react": "^1.5.2",
"@theme-ui/components": "^0.2.50",
"@theme-ui/presets": "^0.2.44",
"@theme-ui/prism": "^0.2.50",
"@theme-ui/sidenav": "^0.2.53",
"@theme-ui/typography": "^0.2.46",
"@tryghost/helpers": "1.1.19",
"@tryghost/helpers-gatsby": "1.0.22",
"bootstrap": "^4.4.1",
"cheerio": "1.0.0-rc.3",
"dotenv": "^8.2.0",
"flex-banner": "^2.2.2",
"formik": "^2.2.6",
"framer-motion": "^1.7.0",
"gatsby": "2.17.15",
"gatsby-awesome-pagination": "0.3.5",
"gatsby-background-image": "^0.9.12",
"gatsby-background-image-es5": "^0.9.12",
"gatsby-image": "2.2.33",
"gatsby-plugin-advanced-sitemap": "1.4.5",
"gatsby-plugin-catch-links": "2.1.17",
"gatsby-plugin-disqus": "^1.1.4",
"gatsby-plugin-feed": "2.3.21",
"gatsby-plugin-force-trailing-slashes": "1.0.4",
"gatsby-plugin-google-tagmanager": "^2.1.24",
"gatsby-plugin-manifest": "^2.2.40",
"gatsby-plugin-mdx": "^1.0.63",
"gatsby-plugin-offline": "3.0.21",
"gatsby-plugin-react-helmet": "^3.1.18",
"gatsby-plugin-react-svg": "^2.1.2",
"gatsby-plugin-sharp": "2.3.1",
"gatsby-plugin-theme-ui": "^0.2.43",
"gatsby-remark-images": "^3.1.39",
"gatsby-source-filesystem": "2.1.37",
"gatsby-source-ghost": "^4.0.3",
"gatsby-transformer-json": "2.2.14",
"gatsby-transformer-remark": "^2.6.44",
"gatsby-transformer-sharp": "2.3.5",
"lodash": "4.17.15",
"normalize.css": "^8.0.1",
"react": "16.12.0",
"react-bootstrap": "^1.0.0-beta.16",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "16.12.0",
"react-feather": "^2.0.3",
"react-github-btn": "^1.2.0",
"react-helmet": "^5.2.1",
"react-modal": "^3.11.1",
"react-slick": "^0.25.2",
"react-syntax-highlighter": "^12.2.1",
"react-table": "^7.0.0-rc.15",
"remark-abbr": "^1.3.2",
"slick-carousel": "^1.8.1",
"theme-ui": "^0.2.49",
"typeface-lato": "^0.0.75"
}
}