-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.26 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
{
"name": "nextjs-tailwindcss-typescript-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@gltf-transform/core": "^2.5.1",
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.0.13",
"@mediapipe/camera_utils": "^0.3.1640029074",
"@mediapipe/drawing_utils": "^0.3.1620248257",
"@mediapipe/holistic": "^0.5.1635989137",
"@pixiv/three-vrm": "0.6.11",
"@pixiv/types-vrm-0.0": "^1.0.0",
"@pixiv/types-vrmc-vrm-1.0": "^1.0.0",
"@react-three/drei": "^9.54.0",
"@react-three/fiber": "^8.10.1",
"kalidokit": "icedTet/kalidokit",
"localforage": "^1.10.0",
"ls": "^0.2.1",
"media-stream-merger": "^1.0.0",
"next": "13.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-drag-drop-files": "^2.3.8",
"react-draggable": "^4.4.5",
"socket.io-client": "^4.5.4",
"three": "^0.148.0",
"video-stream-merger": "^4.0.1"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/three": "^0.148.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4"
}
}