Files

23 lines
475 B
JSON
Raw Permalink Normal View History

2026-05-22 12:14:27 +00:00
{
"name": "zeavis-edu",
"private": true,
2026-05-22 13:06:43 +00:00
"scripts": {
"dev": "moon run :dev",
"build": "moon run shared:build api:build web:build",
2026-05-22 13:06:43 +00:00
"typecheck": "moon run :typecheck"
},
"devDependencies": {
"@moonrepo/cli": "^2.2.5",
"typescript": "^6.0.3"
},
2026-05-22 12:14:27 +00:00
"workspaces": [
"apps/*",
"packages/*"
],
"dependencies": {
"@tauri-apps/api": "2.11.0",
"@tauri-apps/plugin-deep-link": "2.4.9",
"@tauri-apps/plugin-opener": "2.5.4"
}
2026-05-22 12:14:27 +00:00
}