forked from StayRealHQ/Universal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.59 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.59 KB
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
{
"name": "stayreal",
"version": "0.3.0",
"author": "Mikkel ALMONTE--RINGAUD <contact@vexcited.com>",
"repository": "https://github.com/Vexcited/StayReal",
"type": "module",
"scripts": {
"dev:web": "vite",
"build:web": "vite build",
"tauri": "tauri"
},
"license": "GPL-3.0-or-later",
"dependencies": {
"@corvu/drawer": "^0.2.3",
"@corvu/otp-field": "^0.1.4",
"@fontsource-variable/inter": "^5.1.1",
"@iconify-json/mingcute": "^1.2.3",
"@kobalte/core": "^0.13.8",
"@noble/hashes": "^1.7.1",
"@scure/base": "^1.2.4",
"@solidjs/router": "^0.15.3",
"@stayreal/api": "link:internal-api",
"@tauri-apps/api": "^2.2.0",
"@tauri-apps/plugin-dialog": "~2.2.0",
"@tauri-apps/plugin-http": "~2.3.0",
"@tauri-apps/plugin-os": "~2.2.0",
"@tauri-apps/plugin-shell": "^2.2.0",
"@types/luxon": "^3.4.2",
"@unocss/reset": "66.1.0-beta.3",
"@use-gesture/vanilla": "^10.3.1",
"embla-carousel-solid": "^8.5.2",
"embla-carousel-wheel-gestures": "^8.0.1",
"luxon": "^3.5.0",
"pulltorefreshjs": "^0.1.22",
"solid-js": "^1.9.5",
"solid-toast": "^0.5.0",
"uuid": "^11.0.5"
},
"devDependencies": {
"@corvu/unocss": "^0.1.2",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/solar": "^1.2.2",
"@tauri-apps/cli": "^2.3.1",
"@types/pulltorefreshjs": "^0.1.7",
"embla-carousel": "^8.5.2",
"typescript": "^5.7.3",
"unocss": "66.1.0-beta.3",
"unplugin-icons": "^22.1.0",
"vite": "^6.2.1",
"vite-plugin-solid": "^2.11.6"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}