-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
61 lines (61 loc) · 1.75 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
60
61
{
"name": "svunes",
"private": true,
"version": "1.0.0",
"type": "module",
"author": {
"email": "[email protected]",
"name": "Travis Lane"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tormak9970/Svunes.git"
},
"bugs": {
"url": "https://github.com/Tormak9970/Svunes/issues"
},
"homepage": "https://svunes.org",
"scripts": {
"dev": "vite",
"build": "vite build",
"tauri": "tauri",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tsconfig/svelte": "^5.0.2",
"@tauri-apps/cli": "2.0.3",
"@types/markdown-it": "^12.2.3",
"husky": "^8.0.3",
"svelte": "^4.2.12",
"svelte-awesome-color-picker": "^3.1.0",
"svelte-check": "^3.6.7",
"svelte-preprocess": "^5.1.4",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"internal-ip": "^7.0.0"
},
"dependencies": {
"@iconify/types": "^2.0.0",
"@ktibow/iconset-material-symbols": "^0.0.1715672497",
"@material/material-color-utilities": "^0.2.7",
"@tauri-apps/api": "2.0.3",
"@tauri-apps/plugin-dialog": "2.0.1",
"@tauri-apps/plugin-fs": "2.0.1",
"@tauri-apps/plugin-http": "2.0.1",
"@tauri-apps/plugin-process": "2.0.0",
"@tauri-apps/plugin-shell": "2.0.1",
"@tauri-apps/plugin-store": "2.1.0",
"@tauri-apps/plugin-updater": "2.0.0",
"markdown-it": "^13.0.2",
"svelte-dnd-action": "github:Tormak9970/svelte-dnd-action#build",
"svelte-gesture": "^0.1.4",
"svelte-spa-router": "^4.0.1",
"svelte-splitpanes": "^8.0.8"
}
}