-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
129 lines (129 loc) · 4.51 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
{
"name": "@deep-foundation/deep",
"title": "deep",
"appId": "com.deep_foundation.deep.app",
"macCategory": "public.app-category.developer-tools",
"version": "7.0.0-alpha.8",
"description": "Universal solution for working with any meaning",
"license": "Unlicense",
"main": "dist/cli.js",
"bin": {
"deep": "dist/cli.js"
},
"serverPath": "server",
"clientPath": "client",
"watch": {},
"scripts": {
"gh-actions": "gh extension exec act",
"env": "npm run prepublish;",
"test": "npm run build && node --stack-trace-limit=100 -r source-map-support/register ./dist/test.js",
"build": "tsc --project tsconfig.node.json",
"build-test": "npm run test",
"cli": "node --stack-trace-limit=100 -r source-map-support/register ./dist/cli.js",
"next": "next dev --turbo",
"server": "next build",
"client": "CLIENT=1 npm run server && rm -rf ./electron/app && cp -R client ./electron/app;",
"start": "next start",
"ios": "npx cap sync && npx cap open ios",
"android": "npx cap sync && npx cap open android",
"electron": "(cd electron; npm ci; npm run build); npx cap open @capacitor-community/electron",
"assets": "npx @capacitor/assets generate --iconBackgroundColor 'transparent' --iconBackgroundColorDark 'transparent' --splashBackgroundColor 'transparent' --splashBackgroundColorDark 'transparent'; cp ./android/app/src/main/res/drawable-port-hdpi/splash.png ./electron/assets/splash.png; cp ./assets/logo.png ./electron/assets/appIcon.png; png-to-ico ./assets/logo.png > ./public/favicon.ico; cp ./public/favicon.ico./electron/assets/appIcon.ico.ico; cp ./assets/logo.png ./public/logo.png",
"typedoc": "npm run build && npx typedoc && node dist/typedoc.js",
"prepare": "husky",
"langchain": "npm run build; node -r source-map-support/register ./dist/langchain.js",
"wiki": "git clone https://github.com/deep-foundation/deep.wiki.git wiki"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deep-fiundation/deep.git"
},
"keywords": [
"associativity",
"deep",
"links"
],
"author": "Everyone",
"bugs": {
"url": "https://github.com/deep-fiundation/deep/issues"
},
"homepage": "https://github.com/deep-fiundation/deep#readme",
"dependencies": {
"@capacitor-community/electron": "^5.0.1",
"@capacitor/android": "^6.1.2",
"@capacitor/core": "^6.1.2",
"@capacitor/ios": "^6.1.2",
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@gullerya/object-observer": "^6.1.3",
"@inquirer/expand": "^4.0.0",
"@inquirer/prompts": "^7.0.0",
"@inquirer/search": "^3.0.0",
"@langchain/community": "^0.3.16",
"@langchain/core": "^0.3.19",
"@llama-node/core": "^0.1.6",
"@llama-node/llama-cpp": "^0.1.6",
"@mui/material": "^6.1.8",
"@mui/material-nextjs": "^6.1.8",
"@react-hook/debounce": "^4.0.0",
"@types/node": "^20.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"axios": "^1.7.7",
"benchmark": "^2.1.4",
"chokidar": "~3.5.3",
"cytoscape": "^3.30.2",
"cytoscape-cola": "^2.5.1",
"cytoscape-d3-force": "^1.1.4",
"cytoscape-euler": "^1.2.3",
"cytoscape-lasso": "^1.1.4",
"debug": "^4.3.7",
"echarts": "^5.5.1",
"echarts-for-react": "^3.0.2",
"echarts-gl": "^2.0.9",
"electron-is-dev": "~2.0.0",
"electron-serve": "~1.1.0",
"electron-unhandled": "~4.0.1",
"electron-updater": "^5.3.0",
"electron-window-state": "^5.0.3",
"express": "^4.21.1",
"fuzzbunny": "^1.0.1",
"jsonwebtoken": "^9.0.2",
"langchain": "^0.3.6",
"microtime": "^3.1.1",
"monaco-editor": "^0.52.0",
"next": "^15.0.3",
"next-themes": "^0.3.0",
"node-llama-cpp": "^3.2.0",
"react": "^18.3.1",
"react-cytoscapejs": "^2.0.0",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-resize-detector": "^11.0.1",
"ts-node": "^10.9.2",
"use-m": "^8.10.17",
"web-worker": "^1.3.0"
},
"devDependencies": {
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^6.1.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"electron": "^26.2.2",
"electron-builder": "~23.6.0",
"electron-rebuild": "^3.2.9",
"husky": "^9.1.7",
"png-to-ico": "^2.1.8",
"postcss": "^8",
"source-map-support": "^0.5.21",
"tailwindcss": "^3.4.1",
"typedoc": "^0.25.4",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "5.4"
},
"engines": {
"node": "23"
},
"type": "module"
}