-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
78 lines (78 loc) · 2.21 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "virse",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@charlietango/use-focus-trap": "^1.4.0",
"@fleur/fleur": "^3.1.0-beta.7",
"@fleur/mordred": "^1.0.0-beta.6",
"@fleur/next": "^1.0.0",
"@fleur/react": "^5.0.2",
"@gltf-transform/core": "^2.0.5",
"@hanakla/arma": "^0.2.4",
"@mediapipe/camera_utils": "^0.3.1640029074",
"@mediapipe/drawing_utils": "^0.3.1620248257",
"@mediapipe/holistic": "^0.5.1635989137",
"@pixiv/three-vrm": "^2.1.0",
"@radix-ui/react-tooltip": "^1.0.5",
"@react-hook/mouse-position": "^4.1.3",
"@types/react-dom": "^18.0.11",
"blob-to-hash": "^0.0.1",
"core-js": "^3.21.1",
"escape-string-regexp": "^5.0.0",
"idb": "^7.0.1",
"kalidokit": "^1.1.5",
"klona": "^2.0.6",
"mitt": "^3.0.0",
"msgpackr": "^1.8.5",
"nanoid": "^3.3.1",
"next": "^14.1.0",
"next-translate": "^2.0.3",
"object-fit-math": "^1.0.0",
"polished": "^4.1.4",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-contexify": "^5.0.0",
"react-dom": "^18.2.0",
"react-hook-mousetrap": "^2.0.4",
"react-icons": "^4.3.1",
"react-use": "^17.4.0",
"react-use-event-hook": "^0.9.4",
"react-use-measure": "^2.1.1",
"styled-components": "^5.3.5",
"styled-reset": "^4.4.2",
"three": "^0.162.0",
"use-long-press": "^2.0.3",
"zustand": "^4.5.2"
},
"resolutions": {
"@types/react": "17.0.40"
},
"devDependencies": {
"@mdx-js/loader": "^2.3.0",
"@next/mdx": "^13.2.4",
"@types/dom-mediacapture-transform": "^0.1.2",
"@types/dom-webcodecs": "^0.1.3",
"@types/mousetrap": "^1.6.11",
"@types/node": "17.0.21",
"@types/react": "^18.0.28",
"@types/react-color": "^3.0.6",
"@types/react-hook-mousetrap": "^2.0.0",
"@types/styled-components": "^5.1.24",
"@types/three": "^0.162.0",
"debundle": "^0.5.4",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"file-loader": "^6.2.0",
"next-translate-plugin": "^2.0.3",
"typescript": "^5.3.3",
"url-loader": "^4.1.1"
},
"packageManager": "[email protected]"
}