generated from avior/template-web-astro
43 lines
1.1 KiB
JSON
43 lines
1.1 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": {
|
|
"@tauri-apps/api": "^2",
|
|
"@tauri-apps/plugin-shell": "^2"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0",
|
|
"@astrojs/svelte": "^7",
|
|
"@astrojs/tailwind": "^6",
|
|
"@dzeio/logger": "^3",
|
|
"@dzeio/object-util": "^1",
|
|
"@dzeio/url-manager": "^1",
|
|
"@playwright/test": "^1",
|
|
"@tauri-apps/cli": "^2",
|
|
"@types/node": "^22",
|
|
"@vitest/coverage-v8": "^3",
|
|
"astro": "^5",
|
|
"lucide-astro": "^0",
|
|
"sharp": "^0",
|
|
"simple-icons-astro": "^14",
|
|
"tailwindcss": "^3",
|
|
"typescript": "^5",
|
|
"vitest": "^3"
|
|
}
|
|
}
|