template-desktop/package.json

53 lines
1.4 KiB
JSON

{
"name": "@dzeio/template",
"type": "module",
"private": true,
"scripts": {
"dev": "tauri dev",
"front:dev": "astro dev",
"start": "bun ./dist/server/entry.mjs",
"front:build": "astro build",
"build": "tauri build",
"check": "npm run check:astro && npm run check:typescript",
"check:astro": "astro check",
"check:typescript": "tsc --noEmit",
"test": "npm run test:unit && npm run test:e2e",
"test:unit": "vitest --coverage --run",
"test:e2e": "playwright test",
"install:test": "playwright install --with-deps"
},
"dependencies": {
"@dzeio/schema": "^0.4.3",
"@lucide/astro": "^0.503.0",
"@sentry/node": "^9.13.0",
"@tauri-apps/api": "^2.5.0",
"@tauri-apps/plugin-shell": "^2.2.1",
"commantor": "^0.5.1"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/svelte": "^7.0.10",
"@astrojs/tailwind": "^6.0.2",
"@dzeio/logger": "^3.2.1",
"@dzeio/object-util": "^1.9.1",
"@dzeio/url-manager": "^1.1.2",
"@eslint/js": "^9.25.1",
"@playwright/test": "^1.52.0",
"@stylistic/eslint-plugin": "^4.2.0",
"@tauri-apps/cli": "^2.5.0",
"@types/node": "^22.14.1",
"@vitest/coverage-v8": "^3.1.2",
"astro": "^5.7.4",
"eslint": "^9.25.1",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"globals": "^16.0.0",
"sharp": "^0.34.1",
"simple-icons-astro": "^14.12.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3",
"typescript-eslint": "^8.31.0",
"vitest": "^3.1.2"
}
}