-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.19 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
{
"name": "wp-cms",
"type": "module",
"version": "0.1.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && pagefind --site dist",
"preview": "astro preview",
"astro": "astro",
"ncu:check": "ncu",
"ncu:update": "ncu -u -i"
},
"dependencies": {
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "3.7.3",
"@fontsource-variable/noto-sans-jp": "^5.2.10",
"@fontsource/turret-road": "^5.2.7",
"@iconify-json/fa-brands": "^1.2.2",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.87",
"@pagefind/component-ui": "^1.5.2",
"@pagefind/default-ui": "^1.5.2",
"@tailwindcss/vite": "^4.3.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vercel/og": "^0.11.1",
"astro": "^7.0.3",
"astro-icon": "^1.1.5",
"cheerio": "^1.2.0",
"microcms-js-sdk": "^3.4.0",
"pagefind": "^1.5.2",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"sass": "^1.101.0",
"sharp": "^0.35.2",
"tailwindcss": "^4.3.1"
},
"devDependencies": {
"npm-check-updates": "^22.2.7",
"prettier": "^3.8.4",
"prettier-plugin-astro": "^0.14.1",
"shiki": "^4.3.0"
}
}