forked from tact-lang/web-ide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 4.03 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 4.03 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
{
"name": "ton-web-ide",
"version": "0.1.0",
"author": {
"name": "Rahul Yadav",
"url": "https://github.com/rahulyadav-57/"
},
"scripts": {
"dev": "NODE_ENV=development NODE_OPTIONS='--max-old-space-size=4096' webpack serve --config webpack/webpack.dev.mjs --mode development --hot",
"build": "webpack --config webpack/webpack.prod.mjs --mode production --progress",
"serve": "serve -c ../serve.json -s dist -p ${PORT:-3000}",
"lint": "eslint 'src/**/*.{ts,tsx}' ",
"format:check": "prettier --check --ignore-path .prettierignore --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .prettierignore --ignore-path .gitignore ."
},
"dependencies": {
"@codingame/monaco-jsonrpc": "^0.3.1",
"@codingame/monaco-languageclient": "^0.17.0",
"@isomorphic-git/lightning-fs": "^4.6.0",
"@minoru/react-dnd-treeview": "^3.4.1",
"@monaco-editor/react": "^4.5.1",
"@nowarp/misti": "0.9.0",
"@orbs-network/ton-access": "^2.3.0",
"@tact-lang/compiler": "^1.6.13",
"@ton-community/func-js": "^0.9.1",
"@ton/core": "^0.60.1",
"@ton/sandbox": "^0.20.0",
"@ton/ton": "^13.11.1",
"@tonconnect/ui-react": "1.0.0-beta.4",
"@types/node": "18.14.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@webcontainer/api": "^1.5.3",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-search": "^0.15.0",
"@xterm/xterm": "^5.5.0",
"@zip.js/zip.js": "^2.7.6",
"antd": "^5.2.3",
"axios": "^1.13.2",
"bn.js": "^5.2.1",
"change-case": "^5.4.4",
"clsx": "^1.2.1",
"dexie": "^3.2.3",
"dexie-react-hooks": "^1.1.3",
"eslint": "^8.56.0",
"eventemitter3": "^5.0.1",
"isomorphic-git": "^1.27.1",
"jsonwebtoken": "^9.0.0",
"lodash.clonedeep": "^4.5.0",
"mixpanel-browser": "^2.47.0",
"moment": "^2.29.4",
"monaco-editor": "^0.45.0",
"monaco-editor-textmate": "^4.0.0",
"monaco-textmate": "^3.0.1",
"monaco-vim": "^0.4.1",
"onigasm": "^2.2.5",
"react": "18.2.0",
"react-dnd": "^16.0.1",
"react-dom": "18.2.0",
"react-icons": "^5.4.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^7.5.3",
"react-split": "^2.0.14",
"react-use": "^17.5.1",
"recoil": "^0.7.7",
"recoil-persist": "^4.2.0",
"reconnecting-websocket": "^4.4.0",
"rollup": "^4.22.4",
"serve": "^14.2.5",
"shiki": "^3.2.1",
"ts-browser-eval": "^0.0.1",
"uuid": "^9.0.0",
"web-tree-sitter": "^0.20.7",
"zod": "^3.24.1"
},
"devDependencies": {
"@babel/core": "^7.26.8",
"@babel/preset-env": "^7.26.8",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@types/bn.js": "^5.1.1",
"@types/jsonwebtoken": "^9.0.1",
"@types/lodash.clonedeep": "^4.5.7",
"@types/mixpanel-browser": "^2.47.1",
"@types/react-syntax-highlighter": "^15.5.10",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"babel-loader": "^9.2.1",
"buffer": "^6.0.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"detect-port": "^2.1.0",
"dotenv-webpack": "^8.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-webpack-plugin": "^4.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.3",
"lint-staged": "^15.2.10",
"mini-css-extract-plugin": "^2.9.2",
"monaco-editor-webpack-plugin": "^7.1.0",
"node-polyfill-webpack-plugin": "^4.1.0",
"prettier": "^3.3.3",
"process": "^0.11.10",
"react-refresh": "^0.16.0",
"sass": "^1.84.0",
"sass-loader": "^16.0.4",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.11",
"ts-loader": "^9.5.2",
"typescript": "5.5.4",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2",
"webpack-merge": "^6.0.1",
"worker-loader": "^3.0.8"
}
}