-
-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 781 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 781 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
{
"name": "zephyr",
"private": true,
"version": "1.2.0",
"type": "module",
"packageManager": "pnpm@10.12.1",
"scripts": {
"dev": "pnpm --filter @zephyr/desktop tauri dev",
"build": "pnpm --filter @zephyr/desktop build:css && pnpm --filter @zephyr/desktop tauri build",
"build:css": "pnpm --filter @zephyr/desktop build:css",
"lint": "pnpm -r lint",
"test": "pnpm -r test",
"typecheck": "pnpm -r typecheck",
"tauri": "pnpm --filter @zephyr/desktop tauri",
"check:i18n": "node packages/scripts/check-i18n.js"
},
"devDependencies": {
"@tailwindcss/cli": "4.2.4",
"@tauri-apps/cli": "2.11.0",
"eslint": "10.3.0",
"happy-dom": "^20.9.0",
"tailwindcss": "4.2.4",
"typescript": "^6.0.2",
"vitest": "4.1.5"
}
}