-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.48 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
{
"name": "lock-dot-com",
"version": "1.0.0",
"private": true,
"description": "LockDotCom",
"author": "CannonLock",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@react-three/drei": "^9.4.2",
"@react-three/fiber": "^8.0.10",
"@theme-ui/color": "^0.13.1",
"@theme-ui/presets": "^0.13.1",
"babel-preset-gatsby": "^2.12.1",
"gatsby": "^4.12.1",
"gatsby-plugin-google-gtag": "^4.6.0",
"gatsby-plugin-image": "^2.6.0",
"gatsby-plugin-manifest": "^4.6.0",
"gatsby-plugin-mdx": "^3.6.0",
"gatsby-plugin-react-helmet": "^5.6.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sharp": "^4.6.0",
"gatsby-plugin-sitemap": "^5.6.0",
"gatsby-plugin-theme-ui": "^0.13.1",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-images": "^6.6.0",
"gatsby-source-filesystem": "^4.6.0",
"gatsby-source-graphql": "^4.6.0",
"gatsby-transformer-sharp": "^4.6.0",
"react": "^18.0.0",
"react-code-blocks": "^0.0.9-0",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"react-syntax-highlighter": "^15.5.0",
"recharts": "^2.1.9",
"theme-ui": "^0.13.1",
"three": "^0.139.2"
},
"devDependencies": {}
}