-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.65 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.65 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
{
"name": "Meridia",
"private": true,
"version": "2.0.0-alpha.6",
"type": "module",
"author": "Ridit Jangra",
"keywords": [],
"description": "A powerful ide",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && electron-builder",
"preview": "vite preview",
"rebuild": "electron-rebuild",
"postinstall": "npm run rebuild"
},
"devDependencies": {
"@electron/rebuild": "^4.0.3",
"@types/node": "^25.3.0",
"@types/ws": "^8.5.13",
"electron": "^30.0.1",
"electron-builder": "^24.13.3",
"pyright": "^1.1.408",
"typescript": "^5.9.3",
"typescript-language-server": "^5.1.3",
"vite": "^5.1.6",
"vite-plugin-electron": "^0.28.6",
"vite-plugin-electron-renderer": "^0.14.5"
},
"main": "dist-electron/main.js",
"dependencies": {
"@reduxjs/toolkit": "^2.11.2",
"@ridit/relay": "^0.1.2",
"@tailwindcss/vite": "^4.1.18",
"@vscode/codicons": "^0.0.44",
"@xterm/addon-clipboard": "^0.2.0",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-image": "^0.9.0",
"@xterm/addon-search": "^0.16.0",
"@xterm/addon-unicode11": "^0.9.0",
"@xterm/addon-web-links": "^0.12.0",
"@xterm/addon-webgl": "^0.19.0",
"@xterm/xterm": "^6.0.0",
"chokidar": "^5.0.0",
"electron-updater": "^6.8.3",
"gsap": "^3.14.2",
"lucide-static": "^0.564.0",
"monaco-editor": "^0.52.2",
"node-pty": "^1.1.0",
"react-redux": "^9.2.0",
"split.js": "^1.6.5",
"tailwindcss": "^4.1.18",
"tailwindcss-animate": "^1.0.7",
"vscode-languageclient": "^9.0.1",
"vscode-languageserver-protocol": "^3.17.5",
"vscode-ws-jsonrpc": "^3.5.0",
"ws": "^8.18.0"
}
}