-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 753 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 753 Bytes
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
{
"name": "portfolio",
"private": true,
"version": "0.0.1",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"clean": "gatsby clean"
},
"license": "0BSD",
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@vercel/node": "^1.12.1",
"gatsby": "^4.1.4",
"gatsby-plugin-create-client-paths": "^4.2.0",
"gatsby-plugin-sharp": "^4.1.3",
"gatsby-plugin-use-query-params": "^1.0.1",
"gatsby-theme-blog": "^3.0.0",
"gatsby-theme-blog-darkmode": "^3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-three-fiber": "^6.0.13",
"recharts": "^2.1.6",
"theme-ui": "^0.12.0",
"three": "^0.134.0",
"use-query-params": "^1.2.3"
}
}