-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 2.19 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 2.19 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
{
"name": "metaclean",
"private": true,
"version": "0.4.2",
"author": "Moresyl <85490079+Moresyl@users.noreply.github.com>",
"license": "MIT",
"repository": "https://github.com/Moresyl/metaclean",
"homepage": "https://github.com/Moresyl/metaclean#readme",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"build:e2e": "tsc -b && vite build --mode e2e",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:formats": "node scripts/verify-format-manifests.mjs",
"test:security": "node scripts/verify-csp.mjs",
"test:release": "node --test scripts/collect-release-assets.test.mjs scripts/collect-updater-assets.test.mjs scripts/generate-checksums.test.mjs scripts/generate-updater-manifest.test.mjs scripts/load-release-notes.test.mjs scripts/prepare-appimage-zsync.test.mjs scripts/verify-appimage-update.test.mjs scripts/verify-windows-gui-subsystem.test.mjs scripts/version-consistency.test.mjs",
"test:supply-chain": "node scripts/verify-extract-zip-patch.mjs",
"test:e2e:build": "tauri build --debug --no-bundle --features e2e --config src-tauri/tauri.e2e.conf.json",
"test:e2e": "wdio run ./wdio.conf.mjs",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-dialog": "^2.6.0",
"@tauri-apps/plugin-opener": "^2.5.0",
"@tauri-apps/plugin-updater": "^2.10.1",
"lucide-react": "^0.577.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@tauri-apps/cli": "^2.10.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/coverage-v8": "4.1.10",
"@wdio/cli": "^9.30.1",
"@wdio/local-runner": "^9.30.1",
"@wdio/mocha-framework": "^9.30.1",
"@wdio/spec-reporter": "^9.30.1",
"@wdio/tauri-plugin": "^1.3.0",
"@wdio/tauri-service": "^1.3.0",
"archiver": "^7.0.1",
"deepmerge-ts": "8.0.0",
"extract-zip": "workspace:*",
"jsdom": "^29.1.0",
"typescript": "^5.9.3",
"vite": "^6.4.1",
"vitest": "^4.1.5"
},
"packageManager": "pnpm@10.32.1"
}