-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.57 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.57 KB
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": "spotlite",
"description": "Astro Personal Web Site Template",
"type": "module",
"version": "1.0.1",
"scripts": {
"dev": "astro dev",
"clean": "rm -rf node_modules .astro dist",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"lint": "pnpm run lint:prettier && pnpm run lint:eslint",
"lint:prettier": "prettier --write \"src/**/*.{js,jsx,ts,tsx,md,astro}\"",
"lint:eslint": "eslint --fix \"src/**/*.{js,ts,jsx,tsx,md,mdx,astro}\"",
"refresh": "pnpm dlx @astrojs/upgrade; pnpm up -L"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.9",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.6.0",
"alpinejs": "^3.15.0",
"astro": "^5.14.1",
"sharp": "^0.34.4"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@eslint/markdown": "^7.3.0",
"@iconify-json/heroicons": "^1.2.3",
"@iconify-json/logos": "^1.2.9",
"@types/alpinejs": "^3.13.11",
"@types/node": "^24.6.2",
"@typescript-eslint/parser": "^8.45.0",
"@unocss/eslint-config": "^66.5.2",
"eslint": "^9.37.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.4",
"prettier": "^3.6.2",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.45.0",
"unocss": "^66.5.2"
},
"packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa"
}