-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.18 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.18 KB
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
{
"name": "gatsby-starter-hello-world",
"description": "Gatsby hello world starter",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"test": "echo 0",
"deploy": "npm run build && gh-pages -d public -b master",
"deploy:travis": "DEBUG=tgmeetup:* npm run build && gh-pages -d public/ -b master -o ssh-origin"
},
"dependencies": {
"babel-plugin-styled-components": "^1.7.1",
"base32.js": "^0.1.0",
"crypto": "^1.0.1",
"debug": "^4.0.1",
"dotenv": "^6.0.0",
"escape-string-regexp": "^1.0.5",
"gatsby": "^2.0.0",
"gatsby-plugin-feed": "^2.0.5",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-styled-components": "^3.0.0",
"gh-pages": "^2.0.0",
"googleapis": "^34.0.0",
"hoist-non-react-statics": "^3.0.1",
"lodash": "^4.17.11",
"node-fetch": "^2.2.0",
"normalizr": "^3.2.4",
"randomcolor": "^0.5.3",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-flexbox-grid": "^2.1.2",
"react-google-maps": "^9.4.5",
"react-helmet": "^5.2.0",
"react-icons": "^3.1.0",
"styled-components": "^3.4.9",
"uuid": "^3.3.2"
}
}