-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.06 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.06 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
{
"name": "rowicy-web",
"type": "module",
"version": "0.0.1",
"private": true,
"engines": {
"node": "24.12.0"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"check": "astro check",
"ls-lint": "npx ls-lint -debug",
"format": "prettier --write .",
"format:check": "prettier . --check",
"set-nodebrew": "nodebrew use $(cat .nvmrc)",
"set-nvm": "nvm use $(cat .nvmrc)"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/react": "^4.4.2",
"@astrojs/rss": "^4.0.14",
"@astrojs/sitemap": "^3.6.0",
"@astrojs/tailwind": "^6.0.2",
"@fontsource-variable/inter": "^5.0.18",
"@fontsource-variable/noto-sans-jp": "^5.0.19",
"@ls-lint/ls-lint": "^2.3.1",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.2.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"astro": "^5.16.4",
"astro-seo": "^0.8.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"gsap": "^3.12.5",
"lucide-react": "^0.378.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"remark-breaks": "^4.0.0",
"remark-link-card-plus": "^0.7.2",
"satori": "^0.10.13",
"sharp": "^0.33.4",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.4.5"
},
"devDependencies": {
"@astrojs/partytown": "^2.1.4",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"sass": "^1.77.4",
"unist-util-visit": "^5.0.0"
},
"pnpm": {
"overrides": {
"rollup": "npm:@rollup/wasm-node@^4.41.1"
}
}
}