-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
154 lines (154 loc) · 5.3 KB
/
package.json
File metadata and controls
154 lines (154 loc) · 5.3 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "gitary-app",
"private": true,
"version": "0.0.0",
"license": "MIT",
"description": "Notion-like editing + Professional diagramming (Excalidraw & Draw.io) for your Git repositories - Bring Notion-style powerful editing experience and professional diagramming capabilities to your GitHub/Gitee/GitCode repositories",
"keywords": [
"notion-like",
"notion-style",
"notion-alternative",
"git",
"github",
"gitee",
"gitcode",
"markdown",
"editor",
"knowledge-management",
"version-control",
"note-taking",
"git-repository"
],
"type": "module",
"scripts": {
"test": "jest",
"dev": "vite",
"typecheck": "NODE_OPTIONS=--max-old-space-size=8192 tsc --noEmit",
"build": "NODE_OPTIONS=--max-old-space-size=8192 tsc && NODE_OPTIONS=--max-old-space-size=8192 vite build",
"build:fast": "NODE_OPTIONS=--max-old-space-size=8192 vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives",
"lint:fix": "eslint . --ext ts,tsx --report-unused-disable-directives --fix",
"verify": "yarn lint:fix && yarn build",
"preview": "vite preview",
"git:update": "git add . && git commit -m \" update somthing \" && git push",
"deploy": "yarn build && yarn oss:upload",
"update": "yarn deploy && yarn git:update",
"oss:upload": "ossutil cp -r -u dist/ oss://write-dimstack-com/ -c ./.ossutilconfig.local",
"deploy:pages": "pnpm run build && gh-pages -d dist -b deploy",
"ext:gitary:build": "pnpm -C browser-extension/gitary-companion run pack",
"ext:gitary:watch": "pnpm -C browser-extension/gitary-companion run build:watch",
"ext:gitary:pack": "pnpm -C browser-extension/gitary-companion run pack"
},
"dependencies": {
"@ag-ui/client": "^0.0.41",
"@agent-labs/agent-chat": "^1.21.0",
"@agent-labs/agent-toolkit": "^0.1.3",
"@babel/standalone": "^7.26.2",
"@chakra-ui/icons": "^2.1.0",
"@chakra-ui/react": "^2.8.0",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@excalidraw/excalidraw": "^0.18.0",
"@monaco-editor/react": "^4.6.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.3",
"@types/react-syntax-highlighter": "^15.5.13",
"@vue/reactivity": "^3.5.12",
"@zenfs/core": "^1.0.5",
"@zenfs/dom": "^1.0.0",
"add": "^2.0.6",
"ahooks": "^3.9.6",
"ali-oss": "^6.21.0",
"app-toolkit": "workspace:*",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"dnd-core": "^16.0.1",
"framer-motion": "^10.16.1",
"history": "^5.3.0",
"i18next": "^25.6.2",
"i18next-browser-languagedetector": "^8.2.0",
"js-base64": "^3.7.5",
"jsep": "^1.3.9",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lucide-react": "^0.407.0",
"monaco-editor": "^0.50.0",
"nanoid": "^5.0.7",
"octokit": "^4.0.2",
"openai": "^4.75.0",
"path-browserify": "^1.0.1",
"pinyin": "4.0.0",
"pouchdb-browser": "^8.0.1",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd-touch-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-i18next": "^16.3.3",
"react-icons": "^4.10.1",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^16.1.0",
"react-to-print": "^3.0.2",
"reactflow": "^11.11.4",
"redaxios": "^0.5.1",
"remark-gfm": "^4.0.1",
"rx-bean": "workspace:*",
"rx-nested-bean": "workspace:*",
"rxjs": "^7.8.1",
"simplebar-react": "^3.2.4",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"tinykeys": "^2.1.0",
"usehooks-ts": "^2.9.1",
"yarn": "^1.22.22",
"zenmark-editor": "^0.1.26",
"zustand": "^5.0.8"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.5.6",
"@types/path-browserify": "^1.0.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^5.1.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.45.0",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-unused-imports": "^4.3.0",
"gh-pages": "^6.1.1",
"jest": "^29.7.0",
"postcss": "^8.4.39",
"sass": "^1.66.1",
"tailwindcss": "^3.4.4",
"ts-jest": "^29.2.5",
"typescript": "^5.0.2",
"vite": "npm:rolldown-vite@latest",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-monaco-editor": "^1.1.0",
"vscode": "^1.1.37"
}
}