-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.54 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.54 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "kellerkind",
"description": "Kellerkind homepage",
"private": true,
"version": "0.0.1",
"author": "Gregor Adams <greg@pixelass.com>",
"dependencies": {
"@popmotion/easing": "^1.0.2",
"@types/lodash": "^4.14.158",
"@types/node": "^14.0.27",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"@types/react-helmet": "^6.0.0",
"@types/styled-components": "^5.1.1",
"@types/uuid": "^8.0.0",
"@vimeo/player": "^2.12.2",
"babel-plugin-styled-components": "^1.11.1",
"gatsby": "^2.24.15",
"gatsby-image": "^2.4.14",
"gatsby-plugin-intl": "^0.3.3",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-styled-components": "^3.3.10",
"gatsby-plugin-typescript": "^2.4.16",
"gatsby-source-contentful": "^2.3.34",
"gatsby-transformer-remark": "^2.8.27",
"gatsby-transformer-sharp": "^2.5.12",
"gh-pages": "^3.1.0",
"lodash": "^4.17.19",
"pigeon-maps": "^0.15.0",
"pigeon-marker": "^0.3.4",
"pigeon-overlay": "^0.2.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-markdown": "^4.3.1",
"react-spring": "^8.0.27",
"react-use": "^15.3.3",
"styled-components": "^5.1.1",
"uuid": "^8.3.0"
},
"devDependencies": {
"contentful-import": "^7.9.2",
"netlify-cli": "^2.58.0",
"prettier": "^2.0.5"
},
"license": "MIT",
"main": "n/a",
"scripts": {
"dev": "gatsby develop",
"prebuild": "gatsby clean",
"build": "gatsby build",
"serve": "gatsby serve",
"predeploy": "gatsby build",
"deploy": "gh-pages -d public/",
"setup": "node ./bin/setup.js"
}
}