-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 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
{
"name": "waystone",
"private": true,
"version": "0.0.47",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "node --trace-warnings .\\node_modules\\jest\\bin\\jest.js",
"test-debug": "node --inspect-brk --experimental-vm-modules .\\node_modules\\jest\\bin\\jest.js",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2.0.3",
"@tauri-apps/plugin-fs": "^2.0.1",
"@tauri-apps/plugin-http": "^2.0.1",
"@tauri-apps/plugin-shell": "^2.0.1",
"@tauri-apps/plugin-websocket": "^2.0.0",
"@types/jest": "^29.5.3",
"antd": "^5.3.2",
"classnames": "^2.3.2",
"comlink": "^4.4.1",
"gsap": "^3.11.4",
"jest": "^29",
"moonlands": "https://github.com/kurokikaze/moonlands/archive/refs/tags/v0.23.6.tar.gz",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"redux": "^4.2.1",
"redux-observable": "^2.0.0",
"redux-thunk": "^2.4.2",
"rxjs": "^7.8.0",
"socket.io-client": "^4.8.1",
"ts-jest": "^29"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.4",
"@types/node": "^18.7.10",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^3.0.0",
"typescript": "^4.6.4",
"vite": "^4.0.0",
"vite-plugin-comlink": "^3.0.5"
}
}