generated from avior/template-web-astro
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "@dzeio/template",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "node ./dist/server/entry.mjs",
|
|
"build": "astro 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": {
|
|
"@astrojs/mdx": "^1.1.0",
|
|
"@astrojs/tailwind": "^5",
|
|
"@dzeio/logger": "^3",
|
|
"@dzeio/object-util": "^1",
|
|
"@dzeio/url-manager": "^1",
|
|
"@fontsource-variable/lexend": "^5.0.12",
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"astro": "^3",
|
|
"astro-seo": "^0.8.0",
|
|
"easy-sitemap": "^1.2.0",
|
|
"lucide-astro": "^0",
|
|
"simple-icons-astro": "^9.16.0",
|
|
"tailwindcss": "^3"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.2.0",
|
|
"@playwright/test": "^1",
|
|
"@types/node": "^20",
|
|
"@vitest/coverage-v8": "^0",
|
|
"typescript": "^5.2.2",
|
|
"vitest": "^0"
|
|
}
|
|
}
|