-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.11 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "escuela.dev",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev --host",
"build": "astro build && cp _redirects dist",
"preview": "astro preview",
"sync": "astro sync",
"test": "vitest",
"test-coverage": "vitest --coverage",
"lint": "eslint src"
},
"dependencies": {
"@astrojs/mdx": "4.0.1",
"@astrojs/react": "^4.0.0",
"@astrojs/sitemap": "3.2.1",
"@astrojs/tailwind": "^5.1.3",
"@iconify-json/bxl": "^1.1.11",
"@iconify-json/devicon-plain": "^1.2.7",
"@iconify-json/line-md": "^1.2.2",
"@iconify-json/logos": "^1.2.3",
"@iconify-json/mdi": "^1.1.68",
"@radix-ui/react-accordion": "^1.2.1",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/typography": "^0.5.13",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "5.0.2",
"astro-compressor": "^0.4.1",
"astro-critters": "^2.1.10",
"astro-icon": "^1.1.0",
"astro-robots-txt": "^1.0.0",
"astro-seo-schema": "^4.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"flowbite": "^1.6.5",
"lucide-react": "^0.461.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"satori": "^0.10.14",
"sbd": "^1.0.19",
"schema-dts": "^1.1.2",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.6",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/sbd": "^1.0.5",
"@typescript-eslint/parser": "^7.16.1",
"@vitest/coverage-v8": "^2.0.3",
"astro-eslint-parser": "^1.0.2",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^1.2.3",
"eslint-plugin-jsx-a11y": "^6.10.2",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.5",
"typescript-eslint": "^7.6",
"vitest": "^2.1.5",
"wrangler": "^3.65.0"
},
"pnpm": {
"overrides": {
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"undici@<5.26.2": ">=5.26.2",
"undici@<=5.28.2": ">=5.28.3",
"undici@<5.28.4": ">=5.28.4",
"vite@>=5.1.0 <=5.1.6": ">=5.1.7",
"@iconify/tools": "^4.0.4"
}
}
}