-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.57 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
{
"name": "alineacion-indebida",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"check": "astro check && tsc --noEmit",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write src",
"format:check": "prettier --check src",
"prepare": "husky"
},
"dependencies": {
"@fontsource-variable/jost": "5.1.0",
"@vercel/analytics": "1.3.1",
"@vercel/speed-insights": "1.0.12",
"astro": "4.15.9",
"astro-decap-cms-oauth": "0.3.1",
"decap-cms-app": "3.3.3"
},
"devDependencies": {
"@antfu/eslint-config": "2.17.0",
"@astrojs/check": "0.9.4",
"@astrojs/partytown": "2.1.2",
"@astrojs/rss": "4.0.7",
"@astrojs/sitemap": "3.2.0",
"@astrojs/tailwind": "5.1.1",
"@astrojs/vercel": "7.8.1",
"@fontsource-variable/jost": "5.1.0",
"@tailwindcss/typography": "0.5.15",
"@typescript-eslint/parser": "8.8.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-astro": "0.31.4",
"eslint-plugin-jsx-a11y": "6.10.0",
"husky": "9.1.6",
"lightningcss": "1.27.0",
"lint-staged": "15.2.10",
"postcss-import": "16.1.0",
"postcss-nesting": "13.0.0",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.13.0",
"prettier-plugin-astro-organize-imports": "0.4.10",
"prettier-plugin-tailwindcss": "0.6.8",
"tailwindcss": "3.4.13",
"typescript": "5.6.2",
"vite-plugin-pwa": "0.20.5"
}
}