-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.03 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
{
"name": "neaps-website",
"private": false,
"description": "Website for the Neaps tide project",
"version": "0.1.0",
"author": "Kevin miller <[email protected]>",
"dependencies": {
"@emotion/core": "^10.0.21",
"@emotion/styled": "^10.0.17",
"@neaps/tide-predictor": "0.0.2",
"@reach/skip-nav": "^0.3.0",
"@reach/visually-hidden": "^0.3.0",
"@rebass/grid": "^6.1.0",
"country-list": "^2.2.0",
"facepaint": "^1.2.1",
"gatsby": "^2.15.36",
"gatsby-image": "^2.2.27",
"gatsby-plugin-emotion": "^4.1.11",
"gatsby-plugin-manifest": "^2.2.21",
"gatsby-plugin-offline": "^3.0.14",
"gatsby-plugin-react-helmet": "^3.1.11",
"gatsby-plugin-sharp": "^2.2.29",
"gatsby-plugin-typography": "^2.3.13",
"gatsby-remark-prismjs": "^3.3.20",
"gatsby-source-apiserver": "^2.0.0",
"gatsby-source-filesystem": "^2.1.35",
"gatsby-transformer-remark": "^2.6.32",
"leaflet": "^1.5.1",
"luxon": "^1.21.0",
"moment-timezone": "^0.5.27",
"prism-react-renderer": "^1.0.1",
"prismjs": "^1.17.1",
"prop-types": "^15.7.2",
"randomcolor": "^0.5.4",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-helmet": "^5.2.1",
"react-leaflet": "^2.5.0",
"react-loading": "^2.0.3",
"react-typography": "^0.16.19",
"slugify": "^1.3.6",
"sync-request": "^6.1.0",
"typography": "^0.16.19",
"uuid": "^3.3.3",
"victory": "^33.1.1"
},
"devDependencies": {
"gh-pages": "^2.1.1",
"prettier": "^1.18.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"deploy": "gatsby build && echo \"neaps.js.org\" > ./public/CNAME && gh-pages -d public -b master",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}