-
Notifications
You must be signed in to change notification settings - Fork 839
/
Copy pathpackage.json
33 lines (33 loc) · 944 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "la-velada-del-ano-v-web-oficial",
"type": "module",
"version": "0.0.1",
"scripts": {
"predev": "pnpm generate:blur-images",
"dev": "astro dev",
"prebuild": "pnpm generate:blur-images",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint --ext .astro .",
"lint:fix": "eslint --ext .astro --fix .",
"generate:blur-images": "node scripts/generate-blur-placeholders.mjs"
},
"dependencies": {
"@astrojs/sitemap": "3.3.0",
"@astrojs/vercel": "8.1.3",
"@midudev/tailwind-animations": "0.2.0",
"@tailwindcss/vite": "4.0.17",
"astro": "5.5.5",
"tailwindcss": "4.0.17"
},
"devDependencies": {
"@typescript-eslint/parser": "8.28.0",
"eslint": "9.23.0",
"eslint-plugin-astro": "1.3.1",
"prettier": "3.5.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.11",
"sharp": "^0.33.5"
}
}