Files
fressh/apps/web/package.json
EthanShoeDev dd0bb7636d turbo tasks
2025-09-19 19:44:20 -04:00

36 lines
1009 B
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.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"
}
}