-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.27 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.27 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/toyfight/gatsby-contentful-starter"
},
"bugs": {
"url": "https://github.com/toyfight/gatsby-contentful-starter/issues"
},
"scripts": {
"test": "jest"
},
"devDependencies": {
"@testing-library/cypress": "^8.0.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"babel-jest": "^27.3.1",
"babel-preset-gatsby": "^2.0.0",
"cypress": "^8.7.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.3.1",
"prettier": "^2.3.2"
},
"dependencies": {
"@reach/dialog": "^0.16.2",
"@reach/rect": "^0.16.0",
"@reach/tabs": "^0.16.1",
"@stripe/stripe-js": "^1.26.0",
"@vimeo/player": "^2.16.1",
"axios": "^0.26.1",
"babel-plugin-styled-components": "^1.13.3",
"contentful": "^9.1.3",
"dat.gui": "^0.7.7",
"dotenv": "^10.0.0",
"fontfaceobserver": "^2.1.0",
"gatsby": "^4.0.1",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-gdpr-cookies": "^2.0.8",
"gatsby-plugin-image": "^3.9.0",
"gatsby-plugin-manifest": "^4.0.0",
"gatsby-plugin-netlify": "^3.14.0",
"gatsby-plugin-react-helmet": "^5.0.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-robots-txt": "^1.6.13",
"gatsby-plugin-schema-snapshot": "^3.1.0",
"gatsby-plugin-sharp": "^4.0.0",
"gatsby-plugin-sitemap": "^5.0.0",
"gatsby-plugin-styled-components": "^5.0.0",
"gatsby-plugin-transition-link": "^1.20.5",
"gatsby-source-contentful": "^8.9.1",
"gatsby-source-stripe": "^4.0.0",
"gatsby-transformer-sharp": "^4.0.0",
"gsap": "npm:@gsap/shockingly@^3.8.0",
"intersection-observer": "^0.12.0",
"locomotive-scroll": "^4.1.3",
"lodash": "^4.17.21",
"polished": "^4.1.3",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-device-detect": "^2.1.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-intersection-observer": "^8.32.2",
"recondition": "^1.2.4",
"stripe": "^9.0.0",
"styled-components": "^5.3.3",
"three": "^0.133.1"
}
}