-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.37 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.37 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
{
"name": "msigd-gui",
"version": "1.1.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"test": "playwright test",
"test:ui": "playwright test --ui",
"test:headed": "playwright test --headed",
"test:wdio": "wdio run ./wdio.conf.ts",
"test:wdio:build": "npm run tauri build && npm run test:wdio",
"test:hardware": "./tests/hardware/run-tests.sh",
"test:hardware:display": "./tests/hardware/run-tests.sh display",
"test:hardware:color": "./tests/hardware/run-tests.sh color",
"test:hardware:led": "./tests/hardware/run-tests.sh led"
},
"dependencies": {
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.0.0",
"@tauri-apps/plugin-store": "^2.4.2"
},
"devDependencies": {
"@playwright/test": "^1.57.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tauri-apps/cli": "^2.0.0",
"@types/mocha": "^10.0.10",
"@types/node": "^25.0.9",
"@wdio/cli": "^9.23.2",
"@wdio/globals": "^9.23.0",
"@wdio/local-runner": "^9.23.2",
"@wdio/mocha-framework": "^9.23.2",
"@wdio/spec-reporter": "^9.23.2",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.0",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tailwindcss": "^3.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.0",
"vite": "^5.4.0"
}
}