-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 815 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 815 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
{
"name": "doesitcli",
"version": "0.1.0",
"description": "doesitcli.com — Mac CLI 软件管家,专为 Agent 与 Agent 用户打造",
"private": true,
"packageManager": "pnpm@10.12.1",
"engines": {
"node": ">=20",
"pnpm": "^10.*"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@astrojs/vue": "^6.0.0",
"@fontsource/inter": "^5.0.0",
"astro": "^6.0.4",
"fuse.js": "^7.3.0",
"vue": "^3.5.30"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/tailwind": "^6.0.2",
"autoprefixer": "^10.4.0",
"js-yaml": "^4.1.0",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.7.3"
}
}