-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) 路 995 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) 路 995 Bytes
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
{
"name": "-",
"version": "0.0.1",
"private": true,
"type": "module",
"imports": {
"#/*": "./src/*"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"favicons": "node scripts/generate-favicons.mjs",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check"
},
"dependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/compiler-rs": "^0.1.10",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.3",
"@paper-design/shaders": "^0.0.76",
"@tailwindcss/vite": "^4.3.0",
"@web-kits/audio": "^0.1.0",
"astro": "^6.4.4",
"clsx": "^2.1.1",
"sharp": "^0.34.3",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.0",
"typescript": "^6.0.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"oxfmt": "^0.53.0",
"oxlint": "^1.68.0"
},
"engines": {
"node": ">=22.12.0"
}
}