-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 4.47 KB
/
Copy pathpackage.json
File metadata and controls
129 lines (129 loc) · 4.47 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
{
"name": "local-llama",
"productName": "Local Llama",
"version": "1.0.3",
"description": "L³ or Local Llama is an electron app that runs Llama 3 models locally",
"author": {
"name": "Tib0",
"url": "https://github.com/tib0/local-chat.git"
},
"license": "CC-BY-NC-ND",
"main": ".vite/build/main.js",
"type": "module",
"keywords": [
"llama 3",
"node-llama-cpp",
"llama.cpp",
"electron",
"react",
"local",
"privacy",
"chat",
"chatbot",
"L³",
"gguf",
"AI"
],
"scripts": {
"foli": "npm run format && npm run lint && npm run typecheck",
"build": "npm run foli && electron-forge package",
"format": "prettier --write .",
"lint": "eslint . --ext .ts,.tsx,.cts,.mts --fix",
"make": "electron-forge make",
"package": "electron-forge package",
"package:all": "npm run foli && npm run package:mac-x64 && npm run package:mac-arm && npm run package:win-x64 && npm run package:linux-x64 && npm run package:linux-arm",
"package:mac-x64": "cross-env NODE_ENV=production electron-forge package --platform=darwin --arch=x64",
"package:mac-arm": "cross-env NODE_ENV=production electron-forge package --platform=darwin --arch=arm64",
"package:win-x64": "cross-env NODE_ENV=production electron-forge package --platform=win32 --arch=x64",
"package:linux-x64": "cross-env NODE_ENV=production electron-forge package --platform=linux --arch=x64",
"package:linux-arm": "cross-env NODE_ENV=production electron-forge package --platform=linux --arch=arm64",
"make:mac-x64": "cross-env NODE_ENV=production electron-forge make --platform=darwin --arch=x64",
"make:mac-arm": "cross-env NODE_ENV=production electron-forge make --platform=darwin --arch=arm64",
"make:win-x64": "cross-env NODE_ENV=production electron-forge make --platform=win32 --arch=x64",
"make:linux-x64": "cross-env NODE_ENV=production electron-forge make --platform=linux --arch=x64",
"make:linux-arm": "cross-env NODE_ENV=production electron-forge make --platform=linux --arch=arm64",
"start": "electron-forge start",
"typecheck": "tsc --noEmit -p tsconfig.json --composite false"
},
"optionalDependencies": {
"appdmg": "^0.6.6"
},
"devDependencies": {
"@electron-forge/cli": "^7.4.0",
"@electron-forge/maker-deb": "^7.4.0",
"@electron-forge/maker-dmg": "^7.4.0",
"@electron-forge/maker-rpm": "^7.4.0",
"@electron-forge/maker-squirrel": "^7.4.0",
"@electron-forge/maker-wix": "^7.4.0",
"@electron-forge/maker-zip": "^7.4.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.4.0",
"@electron-forge/plugin-vite": "github:fozziethebeat/electron-forge-plugin-vite-esm#plugin-vite-esm",
"@tailwindcss/typography": "^0.5.13",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.16",
"daisyui": "^4.12.2",
"electron": "^31.0.0",
"electron-log": "^5.1.6",
"electron-squirrel-startup": "^1.0.0",
"electron-store": "^8.1.0",
"electron-wix-msi": "^5.1.3",
"eslint": "^8.55.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"lodash.debounce": "^4.0.8",
"postcss": "^8.4.31",
"prettier": "^3.3.2",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.23.1",
"react-syntax-highlighter": "^15.5.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"tailwindcss": "^3.3.5",
"ts-node": "^10.9.1",
"typescript": "^5.3.2",
"uuid": "^10.0.0",
"vite-tsconfig-paths": "^4.2.1"
},
"dependencies": {
"node-llama-cpp": "3.9.0",
"officeparser": "^4.1.1"
},
"overrides": {
"axios": ">=1.8.2",
"asar": {
"@electron/asar": ">=3"
},
"body-parser": ">=1.20.3",
"cookie": ">=0.7.0",
"express": ">=4.20.0",
"path-to-regexp": ">=0.1.12",
"send": ">=0.19.0",
"vite": ">=4.5.4",
"micromatch": ">=4.0.8",
"xterm-addon-search": {
"@xterm/addon-search": ">=0"
},
"cross-spawn": ">=7.0.5",
"xterm-addon-fit": {
"@xterm/addon-fit": ">=0"
},
"xterm": {
"@xterm/xterm": ">=0"
},
"@humanwhocodes/config-array@": {
"@eslint/object-schema": ">=0"
},
"@npmcli/move-file": {
"@npmcli/fs": ">=0"
}
}
}