-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.69 KB
/
Copy pathpackage.json
File metadata and controls
94 lines (94 loc) · 2.69 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "@cyber-cat/source",
"version": "0.0.0",
"description": "CyberCat web and service control panel for personal scripts.",
"license": "MIT",
"scripts": {
"start": "nx run-many --target=serve --projects=@cyber-cat/service,@cyber-cat/web --parallel=2 --outputStyle=stream",
"start:web": "nx serve web",
"start:service": "nx serve service"
},
"private": true,
"dependencies": {
"@fastify/autoload": "~6.0.3",
"@fastify/sensible": "~6.0.2",
"antd": "^6.1.4",
"change-case": "^5.4.4",
"clsx": "^2.1.1",
"code-inspector-plugin": "^1.6.1",
"dayjs": "^1.11.19",
"fastify": "~5.2.1",
"fastify-plugin": "~5.0.1",
"ffplay-static": "^3.2.2",
"fs-extra": "^11.3.6",
"lucide-react": "^0.562.0",
"match-sorter": "^8.3.0",
"motion": "^12.26.2",
"openai": "^6.27.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hotkeys-hook": "^5.3.2",
"react-markdown": "^10.1.0",
"react-router-dom": "6.30.3",
"react-syntax-highlighter": "^16.1.1",
"react-use": "^17.6.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"sse.js": "^2.8.0",
"typescript": "~6.0.3",
"uiohook-napi": "^1.5.5",
"zustand": "^5.0.10"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@eslint/js": "^9.8.0",
"@nx/esbuild": "22.7.5",
"@nx/eslint": "22.7.5",
"@nx/eslint-plugin": "22.7.5",
"@nx/jest": "22.7.5",
"@nx/js": "22.7.5",
"@nx/node": "^22.7.5",
"@nx/react": "22.7.5",
"@nx/web": "22.7.5",
"@nx/webpack": "22.7.5",
"@nx/workspace": "22.7.5",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "~1.11.1",
"@swc/cli": "~0.8.0",
"@swc/core": "~1.15.5",
"@swc/helpers": "~0.5.18",
"@tailwindcss/postcss": "^4.3.3",
"@types/fs-extra": "^11.0.4",
"@types/node": "20.19.9",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"esbuild": "^0.27.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "5.0.0",
"nx": "22.7.5",
"postcss": "8.4.38",
"react-refresh": "^0.10.0",
"tailwindcss": "^4.3.3",
"tslib": "^2.3.0",
"typescript": "~5.9.2",
"typescript-eslint": "^8.40.0",
"webpack-cli": "^5.1.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zixiCat/scripts.git"
},
"bugs": {
"url": "https://github.com/zixiCat/scripts/issues"
},
"homepage": "https://github.com/zixiCat/scripts#readme",
"workspaces": [
"apps/*"
]
}