-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
131 lines (131 loc) · 4.46 KB
/
package.json
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
{
"name": "dynaboard-ai-studio",
"author": {
"name": "Dynaboard",
"email": "ai-studio@dynaboard.com"
},
"description": "Dynaboard AI Studio",
"version": "1.0.0-beta.2",
"main": "./out/main/index.js",
"private": true,
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:3000/"
}
},
"scripts": {
"start": "electron-vite preview",
"dev": "electron-vite dev --watch",
"build": "npm run typecheck && electron-vite build",
"postinstall": "electron-builder install-app-deps",
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
"typecheck:web": "tsc --noEmit -p tsconfig.web.json --composite false",
"typecheck": "npm run typecheck:node && npm run typecheck:web",
"build:win": "npm run build && electron-builder --win --config",
"build:mac": "env-cmd electron-vite build && env-cmd electron-builder --mac --config",
"build:linux": "electron-vite build && electron-builder --linux --config",
"electron-rebuild": "$(pnpm bin)/electron-rebuild",
"open-local-models": "open ~/Library/Application\\ Support/dynaboard-ai-studio/models",
"build-llamacpp": "./scripts/compile-llamacpp.sh",
"ui": "shadcn-ui"
},
"dependencies": {
"@mozilla/readability": "^0.4.4",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@tailwindcss/typography": "^0.5.10",
"@xenova/transformers": "^2.9.0",
"autoprefixer": "^10.4.16",
"better-sqlite3": "^9.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"electron-updater": "^6.1.1",
"framer-motion": "^10.16.5",
"fuse.js": "^7.0.0",
"inter-ui": "^3.19.3",
"langchain": "^0.0.198",
"lodash": "^4.17.21",
"lucide-react": "^0.292.0",
"pdf-parse": "^1.1.1",
"pidusage": "^3.0.2",
"postcss": "^8.4.31",
"pretty-bytes": "^6.1.1",
"react": "^18.2.0",
"react-arborist": "3.3.0-rc.1",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-pro-sidebar": "1.1.0-alpha.1",
"react-router-dom": "^6.18.0",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.5.3",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"signia": "^0.1.4",
"signia-react": "^0.1.4",
"sonner": "^1.2.4",
"suspend-react": "^0.1.3",
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.3.5",
"tailwindcss-animate": "^1.0.7",
"use-resize-observer": "^9.1.0",
"vectra": "^0.4.4",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.21.4"
},
"devDependencies": {
"@electron-toolkit/eslint-config-prettier": "^1.0.1",
"@electron-toolkit/eslint-config-ts": "^1.0.0",
"@electron-toolkit/tsconfig": "^1.0.1",
"@electron-toolkit/utils": "^2.0.1",
"@electron/rebuild": "^3.3.1",
"@swc/core": "^1.3.100",
"@types/better-sqlite3": "^7.6.8",
"@types/lodash": "^4.14.202",
"@types/node": "^20.9.0",
"@types/pdf-parse": "^1.1.4",
"@types/pidusage": "^2.0.5",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react-syntax-highlighter": "^15.5.10",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.16",
"dotenv": "^16.3.1",
"electron": "^27.0.0",
"electron-builder": "^24.9.1",
"electron-vite": "^1.0.29",
"env-cmd": "^10.1.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-tailwindcss": "^3.12.0",
"eslint-plugin-unused-imports": "^3.0.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"shadcn-ui": "^0.4.1",
"tailwindcss": "^3.3.5",
"tree-kill": "^1.2.2",
"typescript": "^5.0.2",
"vite": "^4.5.1",
"vite-plugin-top-level-await": "^1.3.1"
}
}