forked from midudev/la-velada-web-oficial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.28 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "la-velada-iv-web-oficial",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"check": "astro check && tsc --noEmit",
"lint": "eslint --ext .astro,.ts,.js,.tsx .",
"lint:fix": "eslint --ext .astro,.ts,.js,.tsx . --fix",
"format": "prettier --write src",
"format:check": "prettier --check src",
"prepare": "husky"
},
"dependencies": {
"@fontsource-variable/jost": "5.0.18",
"@vercel/analytics": "1.2.2",
"astro": "4.5.1"
},
"devDependencies": {
"@antfu/eslint-config": "0.43.1",
"@astrojs/check": "0.5.8",
"@astrojs/sitemap": "3.1.1",
"@astrojs/tailwind": "5.1.0",
"@astrojs/vercel": "7.3.6",
"@midudev/tailwind-animations": "0.0.7",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-astro": "0.31.4",
"eslint-plugin-jsx-a11y": "6.8.0",
"husky": "9.0.11",
"lightningcss": "1.24.0",
"lint-staged": "15.2.2",
"postcss-nesting": "12.1.0",
"prettier": "3.2.5",
"prettier-plugin-astro": "0.13.0",
"prettier-plugin-tailwindcss": "0.5.12",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"vite-plugin-pwa": "0.19.2"
}
}