forked from midudev/la-velada-web-oficial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.18 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
{
"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"
},
"dependencies": {
"@fontsource-variable/jost": "5.0.17",
"@vercel/analytics": "1.2.2",
"astro": "4.4.6",
"canvas-confetti": "1.9.2"
},
"devDependencies": {
"@antfu/eslint-config": "0.43.1",
"@astrojs/check": "0.5.6",
"@astrojs/tailwind": "5.1.0",
"@astrojs/vercel": "7.3.4",
"@midudev/tailwind-animations": "0.0.7",
"@types/canvas-confetti": "1.6.4",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-astro": "0.31.4",
"eslint-plugin-jsx-a11y": "6.8.0",
"lightningcss": "1.24.0",
"prettier": "3.2.5",
"prettier-plugin-astro": "0.13.0",
"prettier-plugin-tailwindcss": "0.5.11",
"tailwindcss": "3.4.1",
"typescript": "5.3.3"
}
}