-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
77 lines (77 loc) · 2.45 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
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"dependencies": {
"@santiment-network/ui": "^0.5.271",
"apollo-boost": "^0.4.0",
"apollo-client": "^2.6.0",
"apollo-link-context": "^1.0.17",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.2.0",
"gatsby": "^2.7.1",
"gatsby-image": "^2.1.1",
"gatsby-plugin-client-side-redirect": "^1.0.0",
"gatsby-plugin-env-variables": "^1.0.1",
"gatsby-plugin-intl": "^0.2.8",
"gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-offline": "^2.1.1",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sass": "^2.0.11",
"gatsby-plugin-sharp": "^2.1.1",
"gatsby-source-filesystem": "^2.0.37",
"gatsby-transformer-sharp": "^2.1.19",
"graphql-tag": "^2.10.1",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.14",
"lodash.debounce": "^4.0.8",
"lodash.template": "^4.5.0",
"node-sass": "^4.12.0",
"phoenix": "^1.6.6",
"prop-types": "^15.7.2",
"query-string": "^6.5.0",
"react": "^16.8.6",
"react-apollo": "^2.5.6",
"react-dom": "^16.8.6",
"react-ga": "^2.6.0",
"react-helmet": "^5.2.1",
"react-sizes": "^2.0.0",
"react-slick": "^0.24.0",
"react-transition-group": "^4.1.1",
"san-studio": "https://github.com/santiment/san-studio.git#63a95e6",
"san-webkit": "https://github.com/santiment/san-webkit.git#62cddd1",
"sanbase": "https://github.com/santiment/app.git#d6a4d26",
"slick-carousel": "^1.8.1",
"svelte-preprocess-cssmodules": "https://github.com/DmitriVanGuard/svelte-preprocess-cssmodules#3b24f22"
},
"devDependencies": {
"prettier": "^1.17.1",
"prettier-standard": "^16.4.1",
"svelte": "^3.46.3",
"svelte-adapter": "^0.3.0",
"svelte-loader": "^2.13.6",
"patch-package": "^6.2.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier-standard 'src/**/*.js'",
"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"
}
}