-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
109 lines (109 loc) · 3.3 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "v3-portfolio",
"private": false,
"description": "v3-portfolio",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "cross-env NODE_OPTIONS=\"-r esm\" gatsby build",
"develop": "cross-env NODE_OPTIONS=\"-r esm\" gatsby develop",
"run dev": "npm run develop",
"dev": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"netlify": "netlify dev",
"prebuild": "netlify-lambda install",
"preload-fonts": "gatsby-preload-fonts"
},
"eslintConfig": {
"extends": [
"wesbos"
],
"rules": {
"react/prop-types": 0
}
},
"dependencies": {
"@reach/router": "^1.3.4",
"@sanity/block-content-to-react": "^3.0.0",
"@sanity/image-url": "^0.140.22",
"animejs": "^3.2.1",
"autoprefixer": "^10.2.6",
"babel-plugin-styled-components": "^1.12.0",
"browser-monads": "^1.0.0",
"date-fns": "^2.22.1",
"dotenv": "^10.0.0",
"gatsby": "^3.8.0",
"gatsby-image": "^3.8.0",
"gatsby-plugin-breadcrumb": "^12.1.1",
"gatsby-plugin-gatsby-cloud": "^2.8.1",
"gatsby-plugin-gdpr-cookies": "^2.0.6",
"gatsby-plugin-google-analytics": "^3.8.0",
"gatsby-plugin-google-tagmanager": "^5.6.0",
"gatsby-plugin-image": "^1.8.0",
"gatsby-plugin-manifest": "^3.8.0",
"gatsby-plugin-nprogress": "^3.8.0",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-preload-fonts": "^2.8.0",
"gatsby-plugin-react-helmet": "^4.8.0",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-robots-txt": "^1.6.2",
"gatsby-plugin-sharp": "^3.8.0",
"gatsby-plugin-sitemap": "^4.4.0",
"gatsby-plugin-styled-components": "^4.8.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^3.8.0",
"gatsby-source-sanity": "^7.0.7",
"gatsby-transform-portable-text": "0.0.2",
"gatsby-transformer-sharp": "^3.8.0",
"get-youtube-id": "^1.0.1",
"google-maps-react": "^2.0.6",
"granim": "^2.0.0",
"gsap": "^3.7.0",
"isomorphic-fetch": "^3.0.0",
"netlify-cli": "^3.39.0",
"netlify-lambda": "^2.0.10",
"npm-check-updates": "^11.7.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-cookie-consent": "^6.2.4",
"react-dom": "^17.0.2",
"react-gradient": "^1.0.2",
"react-granim": "^1.1.0",
"react-helmet": "^6.1.0",
"react-instagram-embed": "^2.0.0",
"react-particles-js": "^3.5.1",
"react-reveal": "^1.2.2",
"react-router-dom": "^5.2.0",
"react-share": "^4.4.0",
"react-tsparticles": "^1.29.2",
"react-use": "^17.2.4",
"react-youtube": "^7.13.1",
"smooth-scroll": "^16.1.3",
"styled-components": "^5.3.0",
"three": "^0.129.0",
"vanta": "^0.5.21"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"css-what": "^5.0.1",
"eslint": "^7.29.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-wesbos": "^1.0.1",
"eslint-plugin-html": "^6.1.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"esm": "^3.2.25",
"normalize-url": "^5.3.1",
"prettier": "^2.3.2"
},
"repository": {
"type": "git",
"url": "/"
}
}