-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
59 lines (59 loc) · 1.71 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
56
57
58
59
{
"name": "steam-art-manager",
"version": "3.10.6",
"private": true,
"type": "module",
"author": {
"email": "[email protected]",
"name": "Travis Lane (Tormak)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tormak9970/Steam-Art-Manager.git"
},
"bugs": {
"url": "https://github.com/Tormak9970/Steam-Art-Manager/issues"
},
"homepage": "https://github.com/Tormak9970/Steam-Art-Manager#readme",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"tauri": "tauri",
"prepare": "husky install"
},
"dependencies": {
"@petamoriken/float16": "^3.8.7",
"@tauri-apps/api": "2.0.0-rc.3",
"@tauri-apps/plugin-dialog": "2.0.0-rc.0",
"@tauri-apps/plugin-fs": "2.0.0-rc.1",
"@tauri-apps/plugin-http": "2.0.0-rc.1",
"@tauri-apps/plugin-process": "2.0.0-rc.0",
"@tauri-apps/plugin-shell": "2.0.0-rc.0",
"@tauri-apps/plugin-updater": "^2.0.0-rc.0",
"fast-xml-parser": "^4.5.0",
"markdown-it": "^13.0.2",
"svelte-lazy": "^1.2.7",
"svelte-splitpanes": "8.0.8",
"svelte-tippy": "^1.3.2",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tsconfig/svelte": "^5.0.4",
"@tauri-apps/cli": "2.0.0-beta.22",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.19.43",
"husky": "^8.0.3",
"svelte": "^4.2.18",
"svelte-awesome-color-picker": "^3.1.3",
"svelte-check": "^3.8.5",
"svelte-preprocess": "^5.1.4",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"vite": "^5.3.5"
}
}