-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.08 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.08 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
{
"name": "@wucai/wucai-code",
"version": "0.0.17",
"description": "Wucai Code - AI命令行工具",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "pagefind --site out --output-path out/_pagefind"
},
"engines": {
"node": ">=20.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cystanford/wucai-code.git"
},
"license": "Apache-2.0",
"keywords": [
"ai",
"cli",
"wucai",
"wucai code",
"code-assistant",
"command-line"
],
"homepage": "https://github.com/cystanford/wucai-code#readme",
"bugs": {
"url": "https://github.com/cystanford/wucai-code/issues"
},
"dependencies": {
"next": "^14.0.0",
"next-themes": "^0.4.6",
"nextra": "^4.3.0",
"nextra-theme-docs": "^4.3.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.10",
"@types/node": "^20.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"autoprefixer": "^10.4.21",
"pagefind": "^1.4.0",
"typescript": "^5.0.0"
}
}