-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.68 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
{
"name": "gear",
"type": "module",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.0.9",
"@astrojs/tailwind": "^5.1.0",
"@fontsource/urbanist": "^5.0.18",
"@mediapipe/camera_utils": "^0.3.1675466862",
"@mediapipe/holistic": "^0.5.1675471629",
"@pixiv/three-vrm": "^2.0.7",
"@pixiv/types-vrmc-vrm-1.0": "^2.0.7",
"@react-three/drei": "^9.92.7",
"@react-three/fiber": "^8.15.12",
"@react-three/postprocessing": "^2.15.11",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/three": "^0.158.3",
"astro": "^3.6.4",
"framer-motion": "^10.16.16",
"handtrackjs": "^0.1.5",
"kalidokit": "^1.1.5",
"postprocessing": "^6.34.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-markdown": "^9.0.1",
"react-parallax-tilt": "^1.7.180",
"react-webcam": "^7.2.0",
"tailwindcss": "^3.4.0",
"three": "^0.158.0",
"zustand": "^4.4.7"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.16.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-valtio": "^0.6.2",
"prettier": "3.1.0",
"prettier-plugin-tailwindcss": "^0.5.10",
"typescript": "^5.3.3"
}
}