tree-test-1770068050/apps/landing/package.json
jordan cac59379de
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add app-astro component: landing
2026-02-02 21:34:14 +00:00

28 lines
717 B
JSON

{
"name": "landing",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --port 3001",
"start": "astro dev --port 3001",
"build": "astro build",
"preview": "astro preview --port 3001",
"lint": "eslint . --ext .js,.mjs,.ts,.astro",
"format": "prettier --write ."
},
"dependencies": {
"@tree-test-1770068050/logger": "workspace:*",
"astro": "^4.0.0"
},
"devDependencies": {
"@astrojs/tailwind": "^5.0.0",
"@typescript-eslint/parser": "^7.13.1",
"astro-eslint-parser": "^0.16.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.34.0",
"prettier": "^3.2.0",
"prettier-plugin-astro": "^0.13.0",
"tailwindcss": "^3.4.0"
}
}