Files
fressh/apps/web/package.json
EthanShoeDev 41d18ca898 xtermjs init
2025-09-16 21:05:11 -04:00

37 lines
1.0 KiB
JSON

{
"name": "@fressh/web",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"fmt": "cross-env SORT_IMPORTS=true prettier --write .",
"fmt:check": "cross-env SORT_IMPORTS=true prettier --check .",
"typecheck": "tsc",
"lint:fix": "eslint --fix --max-warnings 0 --report-unused-disable-directives .",
"eslint:check": "eslint --max-warnings 0 --report-unused-disable-directives ."
},
"dependencies": {
"@astrojs/vercel": "^8.2.7",
"@fressh/assets": "workspace:*",
"@tailwindcss/vite": "4.1.9",
"@vercel/analytics": "^1.5.0",
"astro": "^5.13.7",
"tailwindcss": "4.1.10"
},
"devDependencies": {
"@epic-web/config": "^1.21.3",
"@typescript-eslint/parser": "^8.44.0",
"eslint": "^9.35.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"prettier": "^3.6.2",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "^0.6.14",
"vite": "6.3.6"
}
}