-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.55 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.55 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
{
"name": "matnard",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.2.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"animate.css": "^3.7.2",
"dat.gui": "^0.7.6",
"gatsby": "^2.20.8",
"gatsby-image": "^2.3.1",
"gatsby-plugin-emotion": "^4.2.1",
"gatsby-plugin-glslify": "^1.0.0",
"gatsby-plugin-google-analytics": "^2.2.2",
"gatsby-plugin-layout": "^1.2.1",
"gatsby-plugin-manifest": "^2.3.3",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.2.1",
"gatsby-plugin-sharp": "^2.5.3",
"gatsby-source-apiserver": "^2.1.4",
"gatsby-source-filesystem": "^2.2.2",
"gatsby-transformer-sharp": "^2.4.3",
"glsl-noise": "0.0.0",
"glslify": "^7.0.0",
"gsap": "^2.1.3",
"normalize.css": "^8.0.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"react-transition-group": "^2.9.0",
"three": "^0.101.1",
"victor": "^1.1.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"deploy": "netlify deploy --prod --dir=public"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}