-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.24 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 2.24 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
65
66
67
68
{
"name": "spotlite",
"description": "Astro CV and portfolio template",
"type": "module",
"version": "2.2.6",
"scripts": {
"dev": "astro dev",
"clean": "rm -rf node_modules .astro coverage dist",
"start": "astro dev",
"postinstall": "pnpm exec puppeteer browsers install chrome",
"pdf": "pnpm run build && 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 .",
"lint:eslint": "eslint --fix .",
"refresh": "pnpm dlx @astrojs/upgrade; pnpm up -L"
},
"dependencies": {
"@astrojs/markdown-satteri": "^0.3.4",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"@iconify-json/heroicons": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.92",
"@mermaid-js/layout-elk": "^0.2.2",
"@unocss/astro": "^66.7.5",
"astro": "^7.1.3",
"astro-mermaid": "^2.1.0",
"d3": "^7.9.0",
"katex": "^0.18.1",
"mermaid": "^11.16.0",
"photoswipe": "^5.4.4",
"satteri": "^0.9.5",
"sharp": "^0.35.3",
"unocss": "^66.7.5"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@eslint/js": "^10.0.1",
"@eslint/markdown": "^8.0.3",
"@testing-library/dom": "^10.4.1",
"@types/d3": "^7.4.3",
"@types/node": "^26.1.1",
"@typescript-eslint/parser": "^8.65.0",
"@unocss/eslint-config": "^66.7.5",
"@vitest/coverage-v8": "^4.1.10",
"eslint": "^10.8.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "^3.0.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"globals": "^17.7.0",
"jsdom": "^29.1.1",
"pagefind": "^1.5.2",
"prettier": "^3.9.6",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-astro": "^0.14.1",
"puppeteer": "^25.3.0",
"shiki": "^4.3.1",
"typescript": "^6.0.3",
"typescript-eslint": "^8.65.0",
"vitest": "^4.1.10"
},
"packageManager": "pnpm@11.17.0+sha512.cca3cea332ad254bb84145f966d19f4879615210346fc92c79a047f23a0d7b3cca3c3792f0076ba1f1831d277efbcf0a9119b31a9a60eca7fb3d6231f331ef72"
}