-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.44 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
{
"name": "astro-base",
"type": "module",
"version": "1.0.0",
"scripts": {
"clean": "rm -rf node_modules .astro dist",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build; prettier --write \"dist/**/*.{js,html,css}\"",
"preview": "astro preview",
"lint": "pnpm run lint:prettier && pnpm run lint:eslint",
"lint:prettier": "prettier --write \"src/**/*.{js,jsx,ts,tsx,md,mdx,astro}\"",
"lint:eslint": "eslint --fix \"src/**/*.{js,ts,jsx,tsx,astro}\""
},
"dependencies": {
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"astro": "^5.1.9"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@eslint/markdown": "^6.2.2",
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/logos": "^1.2.4",
"@julr/unocss-preset-forms": "^0.1.0",
"@types/node": "^22.10.10",
"@typescript-eslint/parser": "^8.21.0",
"@unocss/eslint-config": "^65.4.3",
"@unocss/reset": "^65.4.3",
"eslint": "^9.19.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-mdx": "^3.1.5",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"typescript": "^5.7.3",
"unocss": "^65.4.3",
"vite": "^6.0.11"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}