-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.79 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
{
"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 <mathews.kyle@gmail.com>",
"dependencies": {
"@material-ui/core": "^4.11.3",
"@tensorflow/tfjs": "^2.7.0",
"binary-search": "^1.3.6",
"body-scroll-lock": "^3.1.5",
"cloudinary-react": "^1.6.7",
"d3": "^6.5.0",
"focus-trap": "^6.3.0",
"gamma": "^1.0.0",
"gatsby": "^3.11.1",
"gatsby-core-utils": "^2.11.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-layout": "^2.11.0",
"gatsby-plugin-manifest": "^3.11.0",
"gatsby-plugin-mixpanel": "^3.5.0",
"gatsby-plugin-offline": "^4.11.0",
"gatsby-plugin-react-helmet": "^4.11.0",
"gatsby-plugin-sass": "^4.11.0",
"gatsby-plugin-sitemap": "^4.7.0",
"gatsby-plugin-transition-link": "^1.20.5",
"gsap": "^3.5.1",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"sass": "^1.32.7",
"three": "^0.126.1",
"what-input": "^5.2.10",
"window-resize": "^0.0.5"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"prettier": "2.1.2"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby clean & gatsby build",
"develop": "gatsby clean & gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}