-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.34 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.34 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "astro-paper",
"type": "module",
"version": "5.5.0",
"engines": {
"node": ">=22.0.0"
},
"packageManager": "pnpm@10.11.1",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build && pagefind --site dist && cp -r dist/pagefind public/",
"preview": "astro preview",
"sync": "astro sync",
"astro": "astro",
"typecheck": "astro check",
"format:check": "prettier --check .",
"format": "prettier --write .",
"lint": "eslint .",
"test": "playwright test",
"test:ui": "playwright test --ui",
"test:debug": "playwright test --debug"
},
"dependencies": {
"@astrojs/react": "^5.0.3",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@giscus/react": "^3.1.0",
"@tailwindcss/vite": "^4.2.2",
"astro": "^6.1.8",
"astro-icon": "^1.1.5",
"clsx": "^2.1.1",
"dayjs": "^1.11.20",
"es-toolkit": "^1.45.1",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"remark-collapse": "^0.1.2",
"remark-toc": "^9.0.0",
"satori": "^0.26.0",
"sharp": "^0.34.5",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@iconify-json/ph": "^1.2.2",
"@pagefind/default-ui": "^1.5.2",
"@playwright/test": "^1.59.1",
"@shikijs/transformers": "^4.0.2",
"@tailwindcss/typography": "^0.5.19",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/parser": "^8.58.2",
"eslint": "^10.2.1",
"eslint-plugin-astro": "^1.7.0",
"globals": "^17.5.0",
"pagefind": "^1.5.2",
"prettier": "^3.8.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.58.2"
},
"pnpm": {
"overrides": {
"astro>svgo": "4.0.1",
"@iconify/tools>svgo": "3.3.3",
"tar": "^7.5.8",
"axios": "^1.13.5",
"minimatch@<3.1.4": "3.1.4",
"rollup": "^4.59.0",
"flatted": "^3.4.0",
"anymatch>picomatch": "2.3.2",
"micromatch>picomatch": "2.3.2",
"tinyglobby>picomatch": "4.0.4",
"vite>picomatch": "4.0.4",
"astro>picomatch": "4.0.4",
"lodash": "^4.17.23",
"h3": "^1.15.9",
"fast-xml-parser": "^5.5.7",
"smol-toml": "^1.6.1",
"yaml": "^2.8.3"
}
}
}