-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.55 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
{
"name": "stayreal",
"version": "0.1.8",
"author": "Mikkel ALMONTE--RINGAUD <[email protected]>",
"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/otp-field": "^0.1.4",
"@fontsource-variable/inter": "^5.1.1",
"@kobalte/core": "^0.13.8",
"@noble/hashes": "^1.7.1",
"@scure/base": "^1.2.4",
"@solid-primitives/script-loader": "^2.3.0",
"@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.2.0",
"@tauri-apps/plugin-os": "~2.2.0",
"@tauri-apps/plugin-shell": "^2.2.0",
"@types/luxon": "^3.4.2",
"@unocss/reset": "^0.64.1",
"@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.4",
"solid-toast": "^0.5.0",
"uuid": "^11.0.5"
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/solar": "^1.2.2",
"@tauri-apps/cli": "^2.2.7",
"@tauri-apps/cli-darwin-arm64": "^2.2.7",
"@tauri-apps/cli-darwin-x64": "^2.2.7",
"@types/pulltorefreshjs": "^0.1.7",
"embla-carousel": "^8.5.2",
"typescript": "^5.7.3",
"unocss": "^0.64.1",
"unplugin-icons": "^0.20.2",
"vite": "^5.4.14",
"vite-plugin-solid": "^2.11.1"
}
}