-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
120 lines (120 loc) · 4.13 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
110
111
112
113
114
115
116
117
118
119
120
{
"name": "metamask-io",
"description": "Website of MetaMask",
"version": "2.0.0",
"author": "MetaMask • A Consensys Formation",
"license": "MIT",
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build --log-pages",
"deploy": "yarn build && touch public/.nojekyll && touch public/CNAME && echo \"metamask.io\" >> public/CNAME",
"build:dev": "ACTIVE_ENV=development gatsby build",
"deploy:dev": "yarn build:dev && touch public/.nojekyll && touch public/CNAME && echo \"metamask.consensys.io\" >> public/CNAME",
"serve": "gatsby serve --port 8000",
"clean": "rm -rf node_modules; rm -rf .cache; rm -rf public; yarn install;",
"start": "yarn develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "jest --json --outputFile=payload-results.json",
"lint:css": "stylelint './src/**/*.js'"
},
"dependencies": {
"@contentful/live-preview": "^2.4.1",
"@loadable/component": "^5.14.1",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@metamask/logo": "^3.1.0",
"@nx-js/observer-util": "^4.2.2",
"@rive-app/react-canvas": "^3.0.53",
"@studio-freight/hamo": "^0.6.18",
"@studio-freight/lenis": "^1.0.16",
"apollo-link-contentful": "0.1.5",
"auth0-js": "^9.8.2",
"body-scroll-lock": "^4.0.0-beta.0",
"clsx": "^2.1.0",
"country-flag-emoji-polyfill": "^0.1.8",
"dotenv": "^8.1.0",
"gatsby": "5.12.10",
"gatsby-cli": "^5.0.0",
"gatsby-plugin-google-tagmanager": "^5.0.0",
"gatsby-plugin-image": "^3.0.0",
"gatsby-plugin-launchdarkly": "^1.0.0",
"gatsby-plugin-manifest": "^5.0.0",
"gatsby-plugin-mdx": "^5.12.3",
"gatsby-plugin-react-helmet": "^6.9.0",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-robots-txt": "^1.5.5",
"gatsby-plugin-sass": "^6.9.0",
"gatsby-plugin-sharp": "^5.12.3",
"gatsby-plugin-styled-components": "^6.9.0",
"gatsby-plugin-well-known": "^1.0.0",
"gatsby-source-contentful": "^8.13.2",
"gatsby-source-filesystem": "^5.0.0",
"gatsby-transformer-remark": "^6.9.0",
"gatsby-transformer-sharp": "^5.12.3",
"gl-matrix": "^3.4.3",
"gsap": "^3.12.1",
"highlight.js": "^11.6.0",
"light-event-bus": "^1.0.1",
"lodash": "^4.17.21",
"minimatch": "^9.0.1",
"node-html-parser": "^5.2.0",
"path": "^0.12.7",
"prismjs": "^1.29.0",
"qs": "^6.11.2",
"react": "^18.0.0",
"react-animate-height": "^2.0.23",
"react-animate-on-scroll": "^2.1.7",
"react-device-detect": "^2.2.3",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"react-markdown": "^8.0.7",
"react-responsive": "^9.0.0-beta.4",
"react-slick": "^0.29.0",
"react-toastify": "^5.4.0",
"reactjs-popup": "^2.0.5",
"rehype-raw": "^6.1.1",
"rehype-slug": "^5.1.0",
"remark-gfm": "3.0.1",
"sass": "^1.43.4",
"simplex-noise": "^4.0.0",
"styled-components": "^5.3.9",
"three": "^0.153.0",
"troika-three-text": "^0.48.0-unicode.1",
"underscore": "^1.13.6",
"universal-cookie": "^4.0.4",
"wobble": "^1.5.1"
},
"keywords": [
"gatsby"
],
"devDependencies": {
"babel-plugin-inline-react-svg": "^2.0.2",
"fs-extra": "^8.0.0",
"gatsby-plugin-root-import": "^2.0.8",
"jest": "^29.7.0",
"p-whilst": "^2.0.0",
"prettier": "^1.15.2",
"puppeteer": "^23.3.1",
"stylelint": "^14.16.1",
"stylelint-config-property-sort-order-smacss": "^9.1.0",
"stylelint-config-recommended": "^9.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"resolutions": {
"apollo-link-contentful/contentful": "^9.3.5",
"gatsby-source-contentful/**/axios": "^0.28.1",
"gatsby/**/engine.io": "~6.4.2",
"gatsby/**/qs": "^6.11.2",
"gatsby/axios": "^0.28.1",
"gatsby-plugin-react-svg/**/loader-utils": "^1.4.2",
"gatsby-plugin-react-svg/**/xml2js": "^0.6.2",
"gatsby/webpack-dev-middleware": "^5.3.4",
"gatsby-plugin-sass/**/postcss": "^8.4.31",
"stylelint-processor-styled-components/postcss": "^8.4.31"
}
}