Files
fressh/apps/web/package.json
EthanShoeDev f3c6992b0a website update
2025-10-10 02:30:15 -04:00

37 lines
1.0 KiB
JSON

{
"name": "@fressh/web",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"fmt": "cross-env SORT_IMPORTS=true prettier --write .",
"fmt:check": "cross-env SORT_IMPORTS=true prettier --check .",
"lint": "eslint --fix --max-warnings 0 --report-unused-disable-directives .",
"lint:check": "eslint --max-warnings 0 --report-unused-disable-directives .",
"typecheck": "tsc",
"build": "astro build",
"dev": "astro dev",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/vercel": "^8.2.9",
"@fressh/assets": "workspace:*",
"@tailwindcss/vite": "4.1.9",
"@vercel/analytics": "^1.5.0",
"astro": "^5.14.3",
"sharp": "^0.34.4",
"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"
}
}