-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
82 lines (82 loc) · 2.53 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
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"@matejmazur/react-katex": "^3.0.2",
"@santiment-network/ui": "^0.5.237",
"apollo-boost": "^0.4.4",
"apollo-client": "^2.6.4",
"apollo-link-context": "^1.0.19",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.2.0",
"gatsby": "^2.32.13",
"gatsby-image": "^2.2.29",
"gatsby-plugin-algolia-docsearch": "^1.0.5",
"gatsby-plugin-breadcrumb": "^6.1.0",
"gatsby-plugin-env-variables": "^1.0.1",
"gatsby-plugin-manifest": "^4.2.0",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-sass": "^3.2.0",
"gatsby-plugin-sharp": "^4.2.0",
"gatsby-remark-copy-images": "^0.2.1",
"gatsby-source-filesystem": "^4.2.0",
"gatsby-transformer-remark": "^2.6.30",
"gatsby-transformer-sharp": "^4.2.0",
"graphql-tag": "^2.10.1",
"install": "^0.13.0",
"isomorphic-fetch": "^2.2.1",
"katex": "^0.11.1",
"lodash": "^4.17.15",
"lodash.template": "^4.5.0",
"node-sass": "^6.0.1",
"npm": "^6.12.0",
"patch-package": "^6.4.7",
"phoenix": "^1.6.6",
"postinstall-postinstall": "^2.1.0",
"prop-types": "^15.7.2",
"query-string": "^6.8.3",
"react": "^16.10.2",
"react-apollo": "^3.1.3",
"react-dom": "^16.10.2",
"react-emoji-render": "^1.0.0",
"react-ga": "^2.7.0",
"react-helmet": "^5.2.1",
"react-markdown": "^4.2.2",
"react-sizes": "^2.0.0",
"react-syntax-highlighter": "^11.0.2",
"react-transition-group": "^4.3.0",
"remark-math": "^2.0.0",
"san-webkit": "https://github.com/santiment/san-webkit#f459c21",
"svelte": "^3.46.3",
"svelte-loader": "^2.13.6"
},
"devDependencies": {
"prettier": "^1.18.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"clean": "gatsby clean",
"format": "prettier --single-quote --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"webkit": "node scripts/webkit",
"postinstall": "patch-package && npm run webkit"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}