-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.89 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
{
"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": {
"@santiment-network/ui": "^0.5.277",
"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.11.0",
"gatsby-plugin-env-variables": "^1.0.1",
"gatsby-plugin-intl": "^0.2.8",
"gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-offline": "^2.1.1",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sass": "^2.8.0",
"gatsby-plugin-sharp": "^2.14.1",
"gatsby-source-filesystem": "^2.0.37",
"gatsby-transformer-sharp": "^2.12.0",
"graphql-tag": "^2.10.1",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.14",
"lodash.template": "^4.5.0",
"node-sass": "^4.14.1",
"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-slick": "^0.24.0",
"react-stripe-elements": "^3.0.0",
"react-transition-group": "^4.1.1",
"react-typed": "^1.1.2",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"prettier": "^1.17.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}