forked from ChilliCream/graphql-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.21 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": "chillicream-website",
"description": "The ChilliCream website",
"version": "0.1.0",
"author": "ChilliCream",
"license": "UNLICENSED",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/ChilliCream/hotchocolate"
},
"bugs": {
"url": "https://github.com/ChilliCream/hotchocolate/issues"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "yarn develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@types/react-redux": "^7.1.7",
"gatsby": "^2.19.7",
"gatsby-image": "^2.2.39",
"gatsby-plugin-disqus": "^1.1.4",
"gatsby-plugin-google-analytics": "^2.1.38",
"gatsby-plugin-manifest": "^2.2.39",
"gatsby-plugin-offline": "^3.0.32",
"gatsby-plugin-react-helmet": "^3.1.21",
"gatsby-plugin-react-redux": "^1.1.0-0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^2.4.3",
"gatsby-plugin-styled-components": "^3.1.19",
"gatsby-plugin-ts": "^2.2.3",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-autolink-headers": "^2.1.25",
"gatsby-remark-images": "^3.1.49",
"gatsby-remark-mermaid": "^1.2.0",
"gatsby-remark-prismjs": "^3.3.34",
"gatsby-remark-reading-time": "^1.1.0",
"gatsby-source-filesystem": "^2.1.46",
"gatsby-transformer-json": "^2.3.1",
"gatsby-transformer-remark": "^2.6.58",
"gatsby-transformer-sharp": "^2.3.13",
"prismjs": "^1.19.0",
"react": "^16.13.0",
"react-cookie": "^4.0.3",
"react-dom": "^16.13.0",
"react-helmet": "^5.2.1",
"react-redux": "^7.2.0",
"react-responsive-carousel": "^3.1.51",
"react-share": "^4.1.0",
"styled-components": "^5.0.1"
},
"devDependencies": {
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@types/react-helmet": "^5.0.15",
"@types/styled-components": "^5.0.1",
"babel-plugin-styled-components": "^1.10.7",
"gh-pages": "^2.2.0",
"prettier": "^2.0.2",
"typescript": "^3.8.3",
"typescript-styled-plugin": "^0.15.0"
}
}