-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.42 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
{
"name": "daniel-wu-s-portfolio",
"version": "1.0.0",
"private": true,
"description": "daniel-wu-s-portfolio",
"author": "Daniel Wu",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"dependencies": {
"@chakra-ui/gatsby-plugin": "^3.0.1",
"@chakra-ui/icons": "^2.0.4",
"@chakra-ui/react": "^2.2.4",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@react-icons/all-files": "^4.1.0",
"@react-three/drei": "^9.17.1",
"@react-three/fiber": "^8.2.0",
"@react-three/postprocessing": "^2.5.4",
"@reduxjs/toolkit": "^1.8.3",
"dat.gui": "^0.7.9",
"framer-motion": "^6.5.1",
"gatsby": "^4.18.2",
"gatsby-plugin-manifest": "^4.20.0",
"leva": "^0.9.29",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.4.0",
"react-redux": "^8.0.2",
"react-spring": "^9.5.2",
"three": "^0.142.0",
"troika-three-text": "^0.46.4",
"zustand": "^4.0.0"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/three": "^0.141.0",
"gh-pages": "^4.0.0",
"typescript": "^4.7.4"
}
}