-
Notifications
You must be signed in to change notification settings - Fork 607
/
package.json
53 lines (53 loc) · 1.61 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
46
47
48
49
50
51
52
53
{
"name": "la-velada-iv-web-oficial",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev --remote",
"build": "astro build --remote",
"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 install && bash -c 'chmod ug+x .husky/*'"
},
"dependencies": {
"@astrojs/db": "0.11.7",
"@auth/core": "^0.32.0",
"@fontsource-variable/jost": "5.0.19",
"@vercel/analytics": "1.3.1",
"astro": "4.11.5",
"auth-astro": "4.1.2",
"valibot": "0.35.0"
},
"devDependencies": {
"@antfu/eslint-config": "0.43.1",
"@astrojs/check": "0.7.0",
"@astrojs/sitemap": "3.1.6",
"@astrojs/tailwind": "5.1.0",
"@astrojs/vercel": "7.7.2",
"@midudev/tailwind-animations": "0.0.7",
"@types/dom-view-transitions": "1.0.4",
"@typescript-eslint/parser": "7.15.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-astro": "1.2.2",
"eslint-plugin-jsx-a11y": "6.9.0",
"husky": "9.0.11",
"lightningcss": "1.25.1",
"lint-staged": "15.2.7",
"postcss-import": "16.1.0",
"postcss-nesting": "12.1.5",
"prettier": "3.3.2",
"prettier-plugin-astro": "0.14.0",
"prettier-plugin-astro-organize-imports": "0.4.9",
"prettier-plugin-tailwindcss": "0.6.5",
"tailwindcss": "3.4.4",
"typescript": "5.5.3",
"vite-plugin-pwa": "0.20.0"
}
}