-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.86 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.86 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
{
"name": "flujo",
"version": "0.1.4",
"private": true,
"scripts": {
"dev": "next dev -p 4200",
"turbo": "next dev --turbopack -p 4200",
"build": "next build",
"start": "next start -p 4200",
"lint": "next lint",
"postinstall": "node scripts/conditional-postinstall.js"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@isomorphic-git/lightning-fs": "^4.6.0",
"@modelcontextprotocol/sdk": "^1.6.0",
"@mui/icons-material": "^6.4.5",
"@mui/material": "^6.4.5",
"@types/crypto-js": "^4.2.2",
"@types/uuid": "^10.0.0",
"@uiw/react-md-editor": "^4.0.5",
"@xenova/transformers": "^2.17.2",
"@xyflow/react": "^12.4.4",
"axios": "^1.8.4",
"crypto-js": "^4.2.0",
"isomorphic-git": "^1.29.0",
"jest": "^29.7.0",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"mcp-remote": "^0.1.18",
"next": "^15.3.1",
"node-fetch": "^3.3.2",
"openai": "^4.86.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"simple-git": "^3.27.0",
"slate": "^0.112.0",
"slate-history": "^0.110.3",
"slate-react": "^0.112.1",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/lodash": "^4.17.16",
"@types/node": "20.17.30",
"@types/react": "19.1.0",
"@types/react-dom": "^19",
"@typescript-eslint/parser": "^8.26.1",
"buffer": "^6.0.3",
"concurrently": "^9.1.2",
"eslint": "^9",
"eslint-config-next": "15.1.7",
"eslint-import-resolver-typescript": "^3.8.4",
"eslint-plugin-import": "^2.31.0",
"node-loader": "^2.1.0",
"postcss": "^8",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^10.1.5",
"process": "^0.11.10",
"typescript": "5.8.3",
"wait-on": "^8.0.2",
"webpack": "^5.98.0"
}
}