-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.62 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
{
"name": "astro-paper-v6",
"type": "module",
"version": "6.1.0",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build && pagefind --site dist && node -e \"require('fs').cpSync('dist/pagefind','public/pagefind',{recursive:true})\"",
"preview": "astro preview",
"sync": "astro sync",
"astro": "astro",
"format:check": "prettier --check .",
"format": "prettier --write .",
"lint": "eslint ."
},
"dependencies": {
"@astrojs/markdown-remark": "7.2.1",
"@astrojs/mdx": "7.0.3",
"@astrojs/rss": "4.0.19",
"@astrojs/sitemap": "3.7.3",
"@tailwindcss/vite": "4.3.2",
"astro": "7.1.0",
"dayjs": "1.11.21",
"gray-matter": "4.0.3",
"lodash.kebabcase": "4.1.1",
"marked": "18.0.6",
"rehype-callouts": "2.2.0",
"remark-collapse": "0.1.2",
"remark-toc": "9.0.0",
"satori": "0.26.0",
"sharp": "0.35.2",
"slugify": "1.6.9",
"tailwindcss": "4.3.2"
},
"devDependencies": {
"@astrojs/check": "0.9.9",
"@pagefind/default-ui": "1.5.2",
"@shikijs/transformers": "4.3.1",
"@tailwindcss/typography": "0.5.20",
"@types/lodash.kebabcase": "4.1.9",
"@typescript-eslint/parser": "8.62.0",
"eslint": "10.6.0",
"eslint-plugin-astro": "2.1.1",
"pagefind": "1.5.2",
"prettier": "3.9.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.8.0",
"typescript": "6.0.3"
},
"packageManager": "pnpm@11.15.1+sha512.81350b07e53c9538a02f1f2303b4290fa2d7be04e56e2a970c4cc4b417dc761de196edabd49d55c7dc9580db81007c44143e4e3d7e462b3000d23c255122d065"
}