-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.38 KB
/
package.json
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
{
"name": "documents.liria.work",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"package-check": "npx npm-check-updates",
"package-update": "npx npm-check-updates -u && npm i"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.5",
"@astrojs/react": "^4.1.4",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/vercel": "^8.0.2",
"@astrojs/vue": "^5.0.4",
"@iconify-json/lucide": "^1.2.22",
"@iconify-json/simple-icons": "^1.2.19",
"@types/react": "^19.0.6",
"@types/react-dom": "^19.0.3",
"@vercel/analytics": "^1.4.1",
"@vercel/og": "^0.6.4",
"astro": "^5.1.6",
"astro-compressor": "^1.0.0",
"astro-font": "^0.1.81",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^0.8.4",
"microcms-js-sdk": "^3.1.2",
"radix-vue": "^1.9.12",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"remark-breaks": "^4.0.0",
"remark-toc": "^9.0.0",
"typescript": "^5.7.3",
"vue": "^3.5.13"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@unocss/preset-attributify": "^65.4.0",
"unocss": "^65.4.0"
}
}