-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.39 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
{
"name": "astro-base",
"type": "module",
"version": "1.0.1",
"scripts": {
"astro": "astro",
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/sitemap": "3.1.6",
"@astrojs/tailwind": "^5.1.1",
"@astrojs/vercel": "8.0.0-beta.2",
"@fontsource-variable/inter": "^5.1.0",
"@fontsource/lilita-one": "^5.1.0",
"@fontsource/righteous": "^5.1.0",
"astro": "5.0.0-beta.2",
"astro-icon": "^1.1.1",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
},
"packageManager": "[email protected]",
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"@iconify-json/simple-icons": "^1.2.4",
"@iconify-json/solar": "^1.2.0",
"@stylistic/eslint-plugin": "^2.8.0",
"@tailwindcss/forms": "^0.5.9",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-astro-organize-imports": "^0.4.9",
"prettier-plugin-organize-attributes": "^1.0.0",
"prettier-plugin-packagejson": "^2.5.2",
"prettier-plugin-sort-imports": "^1.8.6",
"prettier-plugin-tailwindcss": "^0.6.8",
"typescript-eslint": "^8.7.0"
}
}