-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "fit-launcher",
"version": "2.1.4",
"description": "",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"tauri": "tauri"
},
"license": "GPL-3.0-only",
"dependencies": {
"@fontsource-variable/lexend": "^5.1.1",
"@fontsource-variable/mulish": "^5.1.0",
"@fontsource-variable/overpass": "^5.1.1",
"@solid-primitives/i18n": "^2.1.1",
"@solid-primitives/storage": "^4.2.1",
"@solid-primitives/workers": "^0.3.0",
"@solidjs/router": "^0.14.1",
"@tanstack/solid-virtual": "^3.0.4",
"@tauri-apps/api": "2.1.1",
"@tauri-apps/plugin-updater": "^2.3.0",
"@thisbeyond/solid-dnd": "^0.7.5",
"@thisbeyond/solid-select": "^0.15.0",
"chart.js": "4.4.4",
"solid-js": "^1.7.8",
"sweetalert2": "^11.12.4",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@tauri-apps/cli": "^2.1.0",
"@tauri-apps/plugin-dialog": "^2.0.1",
"@tauri-apps/plugin-fs": "2.0.3",
"vite": "5.4.2",
"vite-plugin-solid": "^2.8.0",
"vite-plugin-static-copy": "^1.0.6"
}
}