-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.97 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.97 KB
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
{
"name": "potasko",
"version": "0.5.4",
"description": "",
"type": "module",
"scripts": {
"prepare": "pnpm run smui-theme-light && pnpm run smui-theme-dark",
"smui-theme-light": "smui-theme compile static/smui.css -i src/theme -i ./node_modules -i ./node_modules/.pnpm/node_modules",
"smui-theme-dark": "smui-theme compile static/smui-dark.css -i src/theme/dark -i ./node_modules -i ./node_modules/.pnpm/node_modules",
"dev": "pnpm run prepare && vite dev",
"build": "pnpm run prepare && vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"tauri": "tauri",
"test:e2e": "wdio run wdio.conf.js"
},
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-opener": "^2"
},
"devDependencies": {
"@smui/button": "8.0.3",
"@smui/card": "8.0.3",
"@smui/checkbox": "8.0.3",
"@smui/chips": "8.0.3",
"@smui/circular-progress": "8.0.3",
"@smui/common": "8.0.3",
"@smui/data-table": "8.0.3",
"@smui/dialog": "8.0.3",
"@smui/drawer": "8.0.3",
"@smui/fab": "8.0.3",
"@smui/form-field": "8.0.3",
"@smui/icon-button": "8.0.3",
"@smui/linear-progress": "8.0.3",
"@smui/list": "8.0.3",
"@smui/menu": "8.0.3",
"@smui/ripple": "8.0.3",
"@smui/select": "8.0.3",
"@smui/switch": "8.0.3",
"@smui/textfield": "8.0.3",
"@smui/tooltip": "8.0.3",
"@smui/top-app-bar": "8.0.3",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@tauri-apps/cli": "^2",
"@wdio/cli": "^9.19.0",
"@wdio/local-runner": "^9.19.0",
"@wdio/mocha-framework": "^9.19.0",
"@wdio/spec-reporter": "^9.19.0",
"sass": "^1.97.3",
"smui-theme": "8.0.3",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"typescript": "~5.6.2",
"vite": "^6.0.3"
}
}