forked from GCWing/BitFun
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 5.48 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 5.48 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": "BitFun",
"private": true,
"version": "0.1.1",
"type": "module",
"scripts": {
"copy-monaco": "copyfiles -u 3 \"node_modules/monaco-editor/min/vs/**/*\" src/web-ui/public/monaco-editor",
"copy-icons": "copyfiles -f \"src/apps/desktop/icons/Logo-ICON.png\" \"src/web-ui/public/\"",
"copy-assets": "npm run copy-monaco && npm run copy-icons",
"generate-version": "node scripts/generate-version.cjs",
"generate-all": "npm run generate-version",
"postinstall": "npm run copy-assets",
"dev": "node scripts/dev.cjs web",
"dev:raw": "cd src/web-ui && vite",
"dev:web": "cd src/web-ui && vite",
"prebuild": "npm run copy-assets --silent && npm run generate-all --silent",
"prebuild:web": "npm run copy-assets --silent && npm run generate-all --silent",
"build": "cd src/web-ui && vite build",
"build:web": "cd src/web-ui && vite build",
"preview": "cd src/web-ui && vite preview",
"desktop:dev": "node scripts/dev.cjs desktop",
"desktop:dev:raw": "cd src/apps/desktop && npm exec -- tauri dev",
"desktop:build": "cd src/apps/desktop && npm exec -- tauri build",
"desktop:build:fast": "cd src/apps/desktop && npm exec -- tauri build --debug --no-bundle",
"desktop:build:release-fast": "cd src/apps/desktop && npm exec -- tauri build --no-bundle -- --profile release-fast",
"desktop:build:exe": "cd src/apps/desktop && npm exec -- tauri build --no-bundle",
"desktop:build:nsis": "cd src/apps/desktop && npm exec -- tauri build --bundles nsis",
"desktop:build:x86_64": "cd src/apps/desktop && npm exec -- tauri build --target x86_64-apple-darwin",
"installer:build": "npm --prefix BitFun-Installer run installer:build",
"installer:build:fast": "npm --prefix BitFun-Installer run installer:build:fast",
"installer:build:only": "npm --prefix BitFun-Installer run installer:build:only",
"installer:build:only:fast": "npm --prefix BitFun-Installer run installer:build:only:fast",
"installer:dev": "npm --prefix BitFun-Installer run installer:dev",
"cli:dev": "cd src/apps/cli && cargo run --",
"cli:build": "cd src/apps/cli && cargo build --release",
"cli:run": "cd src/apps/cli && cargo run --release --",
"cli:exec": "cd src/apps/cli && cargo run -- exec",
"cli:check": "cd src/apps/cli && cargo check",
"cli:test": "cd src/apps/cli && cargo test",
"preview-components": "cd src/web-ui && vite --config vite.config.preview.ts",
"build-components": "cd src/web-ui && vite build --config vite.config.preview.ts",
"website:dev": "cd website && npm run dev",
"website:build": "cd website && npm run build",
"website:preview": "cd website && npm run preview",
"website:install": "cd website && npm install",
"e2e:install": "cd tests/e2e && npm install",
"e2e:test": "cd tests/e2e && npm test",
"e2e:test:l0": "cd tests/e2e && npm run test:l0",
"e2e:test:smoke": "cd tests/e2e && npm run test:smoke",
"e2e:test:chat": "cd tests/e2e && npm run test:chat"
},
"dependencies": {
"@codemirror/autocomplete": "^6.18.7",
"@codemirror/commands": "^6.8.1",
"@codemirror/language": "^6.11.3",
"@codemirror/search": "^6.5.11",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.38.5",
"@lezer/highlight": "^1.2.1",
"@monaco-editor/react": "^4.6.0",
"@react-sigma/core": "^5.0.6",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-dialog": "^2.6",
"@tauri-apps/plugin-fs": "^2",
"@tauri-apps/plugin-log": "^2.8.0",
"@tauri-apps/plugin-opener": "^2.5",
"@types/diff": "^7.0.2",
"@types/path-browserify": "^1.0.3",
"@types/prismjs": "^1.26.5",
"@types/react-syntax-highlighter": "^15.5.13",
"@xterm/addon-fit": "^0.12.0-beta.103",
"@xterm/addon-web-links": "^0.13.0-beta.103",
"@xterm/addon-webgl": "^0.20.0-beta.100",
"@xterm/xterm": "^6.1.0-beta.101",
"anyhow": "^3.4.0",
"diff": "^8.0.3",
"elkjs": "^0.11.0",
"graphology": "^0.26.0",
"graphology-layout-forceatlas2": "^0.10.1",
"graphology-types": "^0.24.8",
"highlight.js": "^11.11.1",
"html-to-image": "^1.11.13",
"i18next": "^25.8.0",
"i18next-browser-languagedetector": "^8.2.0",
"immer": "^10.0.0",
"katex": "^0.16.25",
"lucide-react": "^0.541.0",
"mermaid": "^11.10.1",
"monaco-editor": "^0.52.2",
"partial-json": "^0.1.7",
"path-browserify": "^1.0.1",
"prismjs": "^1.30.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^16.5.3",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^15.6.6",
"react-virtuoso": "^4.14.1",
"reactflow": "^11.11.4",
"rehype-highlight": "^7.0.2",
"rehype-katex": "^7.0.1",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"sigma": "^3.0.2",
"three": "^0.182.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"yaml": "^2.8.2",
"zustand": "^5.0.8"
},
"devDependencies": {
"@tauri-apps/cli": "^2.10.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/three": "^0.182.0",
"@vitejs/plugin-react": "^4.6.0",
"copyfiles": "^2.4.1",
"png-to-ico": "^3.0.1",
"png2icons": "^2.0.1",
"sass": "^1.93.2",
"sharp": "^0.34.3",
"typescript": "~5.8.3",
"vite": "^7.0.4"
},
"packageManager": "pnpm@10.15.0+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b"
}