forked from deepstreamIO/deepstream.io-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.32 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
{
"name": "deepstream.io-website",
"private": true,
"description": "The deepstream.io website",
"version": "1.1.1",
"author": "Yasser Fadl <[email protected]>",
"dependencies": {
"@types/classnames": "^2.2.9",
"@types/react-helmet": "^5.0.8",
"@types/react-icons": "^3.0.0",
"classnames": "^2.2.6",
"gatsby": "^2.13.33",
"gatsby-image": "^2.2.19",
"gatsby-plugin-algolia-docsearch": "^1.0.5",
"gatsby-plugin-google-analytics": "^2.1.6",
"gatsby-plugin-manifest": "^2.2.4",
"gatsby-plugin-offline": "^2.2.4",
"gatsby-plugin-prefetch-google-fonts": "^1.4.2",
"gatsby-plugin-react-helmet": "^3.1.2",
"gatsby-plugin-react-svg": "^2.1.1",
"gatsby-plugin-sass": "^2.1.3",
"gatsby-plugin-sharp": "^2.2.9",
"gatsby-plugin-typescript": "^2.1.2",
"gatsby-remark-autolink-headers": "^2.1.3",
"gatsby-remark-code-buttons": "^2.0.1",
"gatsby-remark-code-repls": "^2.2.0",
"gatsby-remark-copy-linked-files": "^2.1.3",
"gatsby-remark-custom-blocks": "^2.1.2",
"gatsby-remark-embed-markdown": "0.0.4",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^2.0.0",
"gatsby-remark-prettier": "^1.0.0",
"gatsby-remark-prismjs": "^3.3.3",
"gatsby-remark-responsive-iframe": "^2.2.4",
"gatsby-remark-smartypants": "^2.1.2",
"gatsby-source-filesystem": "^2.1.6",
"gatsby-transformer-remark": "^2.6.9",
"gatsby-transformer-sharp": "^2.2.4",
"ioredis": "^4.11.2",
"node-cache": "^4.2.0",
"node-sass": "^4.12.0",
"pino": "^5.13.0",
"prismjs": "^1.17.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-icons": "^3.7.0",
"ts-essentials": "^2.0.12",
"typescript": "^3.5.3"
},
"devDependencies": {
"prettier": "^1.18.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"tsc": "tsc",
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"deploy": "aws s3 sync public s3://deepstream.io"
},
"repository": {
"type": "git",
"url": "https://github.com/deepstreamIO/deepstream.io-website"
},
"bugs": {
"url": "https://github.com/deepstreamIO/deepstream.io-website"
}
}