-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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
{
"name": "@onedoes/ragdollmasters",
"version": "0.0.0",
"private": true,
"description": "Remediation of www.ragdollsoft.com/ragdollmasters/",
"license": "WTFPL",
"author": "One Does <onedoes.inc@gmail.com> (https://onedoes.github.io/)",
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@xstate/react": "^3.2.1",
"color-string": "^1.9.1",
"debug": "^4.3.4",
"defaults": "^3.0.0",
"eases": "^1.0.8",
"matter-js": "^0.20.0",
"netplayjs": "^0.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.4.0",
"xstate": "^4.37.1"
},
"devDependencies": {
"@tsconfig/strictest": "^2.0.0",
"@tsconfig/vite-react": "^3.0.0",
"@types/color-string": "^1",
"@types/debug": "^4.1.7",
"@types/eases": "^1",
"@types/matter-js": "^0.19.0",
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
"@unocss/preset-web-fonts": "^0.62.0",
"@vitejs/plugin-react": "^4.0.0",
"@xstate/inspect": "^0.8.0",
"ts-toolbelt": "^9.6.0",
"typescript": "^5.0.4",
"unocss": "^0.62.0",
"vite": "^5.0.0",
"vitest": "^2.0.0"
},
"packageManager": "yarn@4.4.1"
}