-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 879 Bytes
/
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
{
"name": "RedModManager",
"private": true,
"version": "1.1.9",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^1.4.0",
"@types/lodash": "^4.17.15",
"lodash": "^4.17.21",
"semver": "^7.5.4",
"tauri-plugin-upload-api": "github:tauri-apps/tauri-plugin-upload#v1"
},
"devDependencies": {
"@iconify/json": "^2.2.302",
"@sveltejs/vite-plugin-svelte": "^2.5.3",
"@tauri-apps/cli": "^1.4.0",
"@tsconfig/svelte": "^5.0.0",
"@types/semver": "^7.5.0",
"svelte": "^4.0.5",
"svelte-check": "^3.4.6",
"svelte-preprocess": "^5.0.0",
"tslib": "^2.6.0",
"typescript": "^5.0.2",
"unplugin-icons": "^22.0.0",
"vite": "^4.4.4"
}
}