-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.17 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.17 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "spotlite",
"description": "Astro Personal Web Site Template",
"type": "module",
"version": "2.2.6",
"scripts": {
"dev": "astro dev",
"clean": "rm -rf node_modules .astro coverage dist",
"start": "astro dev",
"postinstall": "pnpm dlx puppeteer browsers install chrome",
"pdf": "node scripts/generate-pdf.js",
"build": "astro build && pnpm run search:index",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"search:index": "pagefind --site dist",
"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,astro}\"",
"refresh": "pnpm dlx @astrojs/upgrade; pnpm up -L"
},
"dependencies": {
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@iconify-json/heroicons": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.82",
"@mermaid-js/layout-elk": "^0.2.1",
"@unocss/astro": "^66.6.8",
"astro": "^6.3.3",
"astro-mermaid": "^2.0.1",
"d3": "^7.9.0",
"mermaid": "^11.15.0",
"photoswipe": "^5.4.4",
"sharp": "^0.34.5",
"unocss": "^66.6.8"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@eslint/js": "^10.0.1",
"@testing-library/dom": "^10.4.1",
"@types/d3": "^7.4.3",
"@types/node": "^25.8.0",
"@typescript-eslint/parser": "^8.59.3",
"@unocss/eslint-config": "^66.6.8",
"@vitest/coverage-v8": "^4.1.6",
"eslint": "^10.4.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "^1.7.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"globals": "^17.6.0",
"gray-matter": "^4.0.3",
"jsdom": "^29.1.1",
"md-to-pdf": "^5.2.5",
"pagefind": "^1.5.2",
"prettier": "^3.8.3",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.3",
"vitest": "^4.1.6"
},
"packageManager": "pnpm@11.0.8+sha512.4c4097e1dd2d42372c4e7fa5a791ff28fc75a484c7ac192e64b1df0fdef17594ba982f9b4fed9adfb3c757846f565b799b2763fb3733d1de1bcb82cf46684912"
}