This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.9 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
{
"name": "pros-simulator-gui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"tauri": "tauri"
},
"dependencies": {
"@discordjs/collection": "^2.0.0",
"@fontsource/dejavu-mono": "^5.0.7",
"@fontsource/dejavu-sans": "^5.0.7",
"@tauri-apps/api": "^1.5.1",
"@xterm/addon-canvas": "0.6.0-beta.1",
"@xterm/addon-fit": "0.9.0-beta.1",
"@xterm/addon-webgl": "0.17.0-beta.1",
"@xterm/xterm": "5.4.0-beta.1",
"ansi-colors": "^4.1.3",
"autoprefixer": "^10.4.16",
"pako": "^2.1.0",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.7",
"svelte-lucide": "^0.8.2",
"svelte-splitpanes": "^0.8.0",
"tailwindcss": "^3.3.5",
"tarballjs": "github:ankitrohatgi/tarballjs",
"tauri-plugin-gamepad-api": "^0.0.2",
"tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql#v1",
"tauri-plugin-upload-api": "github:tauri-apps/tauri-plugin-upload#v1",
"type-fest": "^4.8.3",
"xterm-link-provider": "^1.3.1"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"@tauri-apps/cli": "^1.5.6",
"@tsconfig/svelte": "^5.0.0",
"@types/pako": "^2.0.3",
"sass": "^1.69.5",
"svelte": "^4.0.5",
"svelte-awesome-icons": "^0.6.6",
"svelte-check": "^3.4.6",
"svelte-feathers": "^0.8.4",
"tailwind-merge": "^2.0.0",
"tslib": "^2.6.0",
"typescript": "^5.0.2",
"vite": "^4.5.1"
},
"packageManager": "[email protected]+sha256.28ca61ece5a496148b73fabc9afb820f9c3fec4f55f04ce45a2cea0a5219f2e1"
}