Skip to content

Commit 639ceac

Browse files
committed
Push release
1 parent d8de4c8 commit 639ceac

File tree

1 file changed

+181
-181
lines changed

1 file changed

+181
-181
lines changed

apps/fluster/package.json

Lines changed: 181 additions & 181 deletions
Original file line numberDiff line numberDiff line change
@@ -1,187 +1,187 @@
11
{
2-
"name": "fluster",
3-
"version": "0.3.18",
4-
"funding": [
5-
{
6-
"type": "paypal",
7-
"url": "https://www.paypal.com/ncp/payment/D6S6NP4AHJD6Y"
8-
},
9-
{
10-
"type": "patreon",
11-
"url": "https://www.patreon.com/uhlittlelessdum/about"
12-
},
13-
{
14-
"type": "github",
15-
"url": "https://github.com/flusterIO/fluster"
16-
}
17-
],
18-
"type": "module",
19-
"private": true,
20-
"scripts": {
21-
"apply_python_binary_path": "wireit",
22-
"build": "wireit",
23-
"build:python": "wireit",
24-
"dev": "vite",
25-
"install:python": "wireit",
26-
"lint": "npx eslint",
27-
"lint:watch": "nodemon --exec 'npx eslint'",
28-
"manual_postinstall": "wireit",
29-
"preview": "vite preview",
30-
"tauri": "tauri",
31-
"typecheck": "tsc --noEmit -p ./tsconfig_dev.json"
2+
"name": "fluster",
3+
"version": "0.3.18",
4+
"funding": [
5+
{
6+
"type": "paypal",
7+
"url": "https://www.paypal.com/ncp/payment/D6S6NP4AHJD6Y"
328
},
33-
"wireit": {
34-
"build": {
35-
"command": "tsc && vite build",
36-
"dependencies": [
37-
"build:python"
38-
]
39-
},
40-
"build:python": {
41-
"command": "node ../../scripts/compile_python.mjs"
42-
},
43-
"copy:mathjax": {
44-
"command": "cp -r ../../node_modules/mathjax-full/es5/ ./public/mathjax"
45-
},
46-
"copy:pdf": {
47-
"command": "cp ../../node_modules/pdfjs-dist/build/pdf.worker.mjs ./public/pdf.worker.mjs"
48-
},
49-
"manual_postinstall": {
50-
"dependencies": [
51-
"copy:mathjax",
52-
"copy:pdf"
53-
]
54-
}
9+
{
10+
"type": "patreon",
11+
"url": "https://www.patreon.com/uhlittlelessdum/about"
5512
},
56-
"dependencies": {
57-
"@citation-js/plugin-bibtex": "0.7.18",
58-
"@citation-js/plugin-csl": "0.7.18",
59-
"@datalayer/jupyter-react": "^1.0.1",
60-
"@excalidraw/excalidraw": "^0.18.0",
61-
"@fluster.io/dev": "0.3.18",
62-
"@google/model-viewer": "^4.1.0",
63-
"@hookform/resolvers": "5.0.1",
64-
"@lancedb/lancedb": "^0.19.1",
65-
"@langchain/community": "^0.3.45",
66-
"@langchain/core": "^0.3.57",
67-
"@langchain/langgraph": "^0.2.74",
68-
"@langchain/ollama": "^0.2.1",
69-
"@langchain/openai": "^0.5.11",
70-
"@langchain/textsplitters": "^0.1.0",
71-
"@mdx-js/mdx": "3.1.0",
72-
"@mdx-js/react": "3.1.0",
73-
"@monaco-editor/react": "4.7.0-rc.0",
74-
"@reduxjs/toolkit": "2.8.2",
75-
"@shikijs/transformers": "3.4.2",
76-
"@tabler/icons-react": "3.31.0",
77-
"@tailwindcss/typography": "0.5.16",
78-
"@tanstack/match-sorter-utils": "^8.19.4",
79-
"@tanstack/react-table": "^8.21.3",
80-
"@tauri-apps/api": "^2.8.0",
81-
"@tauri-apps/plugin-dialog": "~2",
82-
"@tauri-apps/plugin-opener": "^2.2.7",
83-
"@tauri-apps/plugin-shell": "~2",
84-
"autoprefixer": "10.4.21",
85-
"axios": "^1.11.0",
86-
"bibtex": "0.9.0",
87-
"cheerio": "^1.0.0",
88-
"citation-js": "0.7.19",
89-
"clsx": "2.1.1",
90-
"cmdk": "1.1.1",
91-
"color": "^5.0.0",
92-
"date-fns": "4.1.0",
93-
"dayjs": "^1.11.13",
94-
"github-slugger": "^2.0.0",
95-
"langchain": "^0.3.27",
96-
"lucide-react": "0.510.0",
97-
"mathjax-full": "3.2.2",
98-
"monaco-editor": "0.52.2",
99-
"monaco-vim": "^0.4.2",
100-
"motion": "12.11.4",
101-
"next-themes": "0.4.6",
102-
"plotly": "^1.0.6",
103-
"plotly.js": "^3.0.1",
104-
"postcss": "8.5.3",
105-
"react": "^19.1.0",
106-
"react-big-calendar": "^1.19.4",
107-
"react-day-picker": "8.10.1",
108-
"react-dom": "^19.1.0",
109-
"react-error-boundary": "^6.0.0",
110-
"react-h5-audio-player": "^3.10.0",
111-
"react-hook-form": "7.56.3",
112-
"react-pdf": "^9.2.1",
113-
"react-plotly.js": "^2.6.0",
114-
"react-redux": "9.2.0",
115-
"react-resizable": "3.0.5",
116-
"react-resizable-panels": "3.0.2",
117-
"react-responsive": "10.0.1",
118-
"react-router": "7.6.0",
119-
"react-spinners": "^0.17.0",
120-
"react-virtualized": "^9.22.6",
121-
"recharts": "2.15.3",
122-
"redux-persist": "^6.0.0",
123-
"rehype-autolink-headings": "7.1.0",
124-
"rehype-mathjax": "7.1.0",
125-
"rehype-mermaid": "^3.0.0",
126-
"rehype-pretty-code": "0.14.1",
127-
"rehype-sanitize": "6.0.0",
128-
"rehype-slug": "6.0.0",
129-
"rehype-video": "2.3.0",
130-
"remark-emoji": "5.0.1",
131-
"remark-gfm": "4.0.1",
132-
"remark-math": "6.0.0",
133-
"remark-rehype": "11.1.2",
134-
"shiki": "3.3.0",
135-
"sonner": "2.0.3",
136-
"tailwind-merge": "3.3.0",
137-
"tauri-plugin-network-api": "^2.0.5",
138-
"tauri-plugin-python-api": "^0.3.4",
139-
"three": "^0.178.0",
140-
"ts-deepmerge": "^7.0.3",
141-
"typescript": "~5.8.3",
142-
"unified": "11.0.5",
143-
"uuid": "11.1.0",
144-
"vaul": "1.1.2",
145-
"zeromq": "^6.5.0",
146-
"zod": "3.24.4",
147-
"zod-to-json-schema": "^3.24.5"
13+
{
14+
"type": "github",
15+
"url": "https://github.com/flusterIO/fluster"
16+
}
17+
],
18+
"type": "module",
19+
"private": true,
20+
"scripts": {
21+
"apply_python_binary_path": "wireit",
22+
"build": "wireit",
23+
"build:python": "wireit",
24+
"dev": "vite",
25+
"install:python": "wireit",
26+
"lint": "npx eslint",
27+
"lint:watch": "nodemon --exec 'npx eslint'",
28+
"manual_postinstall": "wireit",
29+
"preview": "vite preview",
30+
"tauri": "tauri",
31+
"typecheck": "tsc --noEmit -p ./tsconfig_dev.json"
32+
},
33+
"wireit": {
34+
"build": {
35+
"command": "tsc && vite build",
36+
"dependencies": [
37+
"build:python"
38+
]
39+
},
40+
"build:python": {
41+
"command": "node ../../scripts/compile_python.mjs"
42+
},
43+
"copy:mathjax": {
44+
"command": "cp -r ../../node_modules/mathjax-full/es5/ ./public/mathjax"
45+
},
46+
"copy:pdf": {
47+
"command": "cp ../../node_modules/pdfjs-dist/build/pdf.worker.mjs ./public/pdf.worker.mjs"
14848
},
149-
"devDependencies": {
150-
"@eslint/js": "^9.25.0",
151-
"@faker-js/faker": "9.8.0",
152-
"@react-router/dev": "7.6.0",
153-
"@shikijs/monaco": "3.4.2",
154-
"@tailwindcss/container-queries": "0.1.1",
155-
"@tailwindcss/vite": "4.1.7",
156-
"@tanstack/react-query-devtools": "^5.79.0",
157-
"@tauri-apps/cli": "2",
158-
"@testing-library/jest-dom": "^6.6.3",
159-
"@testing-library/react": "^16.3.0",
160-
"@testing-library/user-event": "^14.6.1",
161-
"@types/mdx": "2.0.13",
162-
"@types/react": "^19.1.2",
163-
"@types/react-big-calendar": "^1.16.3",
164-
"@types/react-dom": "^19.1.2",
165-
"@types/react-resizable": "3.0.8",
166-
"@types/react-virtualized": "^9.22.2",
167-
"@types/redux-logger": "^3.0.13",
168-
"@vitejs/plugin-react": "^4.4.1",
169-
"@vitest/coverage-istanbul": "3.1.4",
170-
"@vitest/ui": "3.1.4",
171-
"eslint": "^9.25.0",
172-
"eslint-config-react-app": "7.0.1",
173-
"jsdom": "26.1.0",
174-
"nodemon": "3.1.10",
175-
"pg-mermaid": "0.2.1",
176-
"redux-logger": "^3.0.6",
177-
"sass-embedded": "1.89.0",
178-
"tailwindcss": "3.4.17",
179-
"tw-animate-css": "1.2.9",
180-
"typescript-eslint": "^8.30.1",
181-
"vite": "^6.3.5",
182-
"vite-plugin-static-copy": "^3.0.2",
183-
"vite-plugin-tauri": "4.0.0",
184-
"vite-tsconfig-paths": "5.1.4",
185-
"vitest": "3.1.2"
49+
"manual_postinstall": {
50+
"dependencies": [
51+
"copy:mathjax",
52+
"copy:pdf"
53+
]
18654
}
55+
},
56+
"dependencies": {
57+
"@citation-js/plugin-bibtex": "0.7.18",
58+
"@citation-js/plugin-csl": "0.7.18",
59+
"@datalayer/jupyter-react": "^1.0.1",
60+
"@excalidraw/excalidraw": "^0.18.0",
61+
"@fluster.io/dev": "0.3.18",
62+
"@google/model-viewer": "^4.1.0",
63+
"@hookform/resolvers": "5.0.1",
64+
"@lancedb/lancedb": "^0.19.1",
65+
"@langchain/community": "^0.3.45",
66+
"@langchain/core": "^0.3.57",
67+
"@langchain/langgraph": "^0.2.74",
68+
"@langchain/ollama": "^0.2.1",
69+
"@langchain/openai": "^0.5.11",
70+
"@langchain/textsplitters": "^0.1.0",
71+
"@mdx-js/mdx": "3.1.0",
72+
"@mdx-js/react": "3.1.0",
73+
"@monaco-editor/react": "4.7.0-rc.0",
74+
"@reduxjs/toolkit": "2.8.2",
75+
"@shikijs/transformers": "3.4.2",
76+
"@tabler/icons-react": "3.31.0",
77+
"@tailwindcss/typography": "0.5.16",
78+
"@tanstack/match-sorter-utils": "^8.19.4",
79+
"@tanstack/react-table": "^8.21.3",
80+
"@tauri-apps/api": "^2.8.0",
81+
"@tauri-apps/plugin-dialog": "~2",
82+
"@tauri-apps/plugin-opener": "^2.2.7",
83+
"@tauri-apps/plugin-shell": "~2",
84+
"autoprefixer": "10.4.21",
85+
"axios": "^1.11.0",
86+
"bibtex": "0.9.0",
87+
"cheerio": "^1.0.0",
88+
"citation-js": "0.7.19",
89+
"clsx": "2.1.1",
90+
"cmdk": "1.1.1",
91+
"color": "^5.0.0",
92+
"date-fns": "4.1.0",
93+
"dayjs": "^1.11.13",
94+
"github-slugger": "^2.0.0",
95+
"langchain": "^0.3.27",
96+
"lucide-react": "0.510.0",
97+
"mathjax-full": "3.2.2",
98+
"monaco-editor": "0.52.2",
99+
"monaco-vim": "^0.4.2",
100+
"motion": "12.11.4",
101+
"next-themes": "0.4.6",
102+
"plotly": "^1.0.6",
103+
"plotly.js": "^3.0.1",
104+
"postcss": "8.5.3",
105+
"react": "^19.1.0",
106+
"react-big-calendar": "^1.19.4",
107+
"react-day-picker": "8.10.1",
108+
"react-dom": "^19.1.0",
109+
"react-error-boundary": "^6.0.0",
110+
"react-h5-audio-player": "^3.10.0",
111+
"react-hook-form": "7.56.3",
112+
"react-pdf": "^9.2.1",
113+
"react-plotly.js": "^2.6.0",
114+
"react-redux": "9.2.0",
115+
"react-resizable": "3.0.5",
116+
"react-resizable-panels": "3.0.2",
117+
"react-responsive": "10.0.1",
118+
"react-router": "7.6.0",
119+
"react-spinners": "^0.17.0",
120+
"react-virtualized": "^9.22.6",
121+
"recharts": "2.15.3",
122+
"redux-persist": "^6.0.0",
123+
"rehype-autolink-headings": "7.1.0",
124+
"rehype-mathjax": "7.1.0",
125+
"rehype-mermaid": "^3.0.0",
126+
"rehype-pretty-code": "0.14.1",
127+
"rehype-sanitize": "6.0.0",
128+
"rehype-slug": "6.0.0",
129+
"rehype-video": "2.3.0",
130+
"remark-emoji": "5.0.1",
131+
"remark-gfm": "4.0.1",
132+
"remark-math": "6.0.0",
133+
"remark-rehype": "11.1.2",
134+
"shiki": "3.3.0",
135+
"sonner": "2.0.3",
136+
"tailwind-merge": "3.3.0",
137+
"tauri-plugin-network-api": "^2.0.5",
138+
"tauri-plugin-python-api": "^0.3.4",
139+
"three": "^0.178.0",
140+
"ts-deepmerge": "^7.0.3",
141+
"typescript": "~5.8.3",
142+
"unified": "11.0.5",
143+
"uuid": "11.1.0",
144+
"vaul": "1.1.2",
145+
"zeromq": "^6.5.0",
146+
"zod": "3.24.4",
147+
"zod-to-json-schema": "^3.24.5"
148+
},
149+
"devDependencies": {
150+
"@eslint/js": "^9.25.0",
151+
"@faker-js/faker": "9.8.0",
152+
"@react-router/dev": "7.6.0",
153+
"@shikijs/monaco": "3.4.2",
154+
"@tailwindcss/container-queries": "0.1.1",
155+
"@tailwindcss/vite": "4.1.7",
156+
"@tanstack/react-query-devtools": "^5.79.0",
157+
"@tauri-apps/cli": "2",
158+
"@testing-library/jest-dom": "^6.6.3",
159+
"@testing-library/react": "^16.3.0",
160+
"@testing-library/user-event": "^14.6.1",
161+
"@types/mdx": "2.0.13",
162+
"@types/react": "^19.1.2",
163+
"@types/react-big-calendar": "^1.16.3",
164+
"@types/react-dom": "^19.1.2",
165+
"@types/react-resizable": "3.0.8",
166+
"@types/react-virtualized": "^9.22.2",
167+
"@types/redux-logger": "^3.0.13",
168+
"@vitejs/plugin-react": "^4.4.1",
169+
"@vitest/coverage-istanbul": "3.1.4",
170+
"@vitest/ui": "3.1.4",
171+
"eslint": "^9.25.0",
172+
"eslint-config-react-app": "7.0.1",
173+
"jsdom": "26.1.0",
174+
"nodemon": "3.1.10",
175+
"pg-mermaid": "0.2.1",
176+
"redux-logger": "^3.0.6",
177+
"sass-embedded": "1.89.0",
178+
"tailwindcss": "3.4.17",
179+
"tw-animate-css": "1.2.9",
180+
"typescript-eslint": "^8.30.1",
181+
"vite": "^6.3.5",
182+
"vite-plugin-static-copy": "^3.0.2",
183+
"vite-plugin-tauri": "4.0.0",
184+
"vite-tsconfig-paths": "5.1.4",
185+
"vitest": "3.1.2"
186+
}
187187
}

0 commit comments

Comments
 (0)