-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.14 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
{
"name": "frixaco.com",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"format": "prettier --check .",
"format-fix": "prettier --write ."
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.8",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/vercel": "^7.8.2",
"@fontsource/manrope": "^5.1.0",
"@fontsource/plus-jakarta-sans": "^5.1.0",
"@tailwindcss/typography": "^0.5.15",
"@vercel/analytics": "^1.3.2",
"@vercel/speed-insights": "^1.0.14",
"astro": "^4.16.0",
"tailwindcss": "^3.4.13"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@types/eslint__js": "^8.42.3",
"@typescript-eslint/parser": "^8.8.1",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^1.2.4",
"eslint-plugin-tailwindcss": "^3.17.5",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.8",
"typescript": "^5.6.3",
"typescript-eslint": "^8.8.1"
}
}