-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 960 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 960 Bytes
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
{
"name": "900invoice",
"private": true,
"version": "1.0.0",
"type": "module",
"engines": {
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --workspace src --tsconfig ../tsconfig.json",
"lint": "eslint . --ext .ts,.svelte",
"perf:smoke": "./scripts/verify-performance-smoke.sh"
},
"overrides": {
"aria-query": "5.3.2",
"esrap": "2.2.2"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "6.0.0",
"@sveltejs/vite-plugin-svelte-inspector": "5.0.0",
"@tauri-apps/api": "^2.11.1",
"@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-fs": "^2.5.1",
"@tauri-apps/plugin-notification": "^2",
"@tauri-apps/plugin-shell": "^2",
"@tsconfig/svelte": "^5.0.0",
"svelte": "^5.53.0",
"svelte-check": "^4.1.0",
"typescript": "^5.5.0",
"vite": "^6.0.0"
}
}