-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
103 lines (103 loc) · 3.11 KB
/
package.json
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
{
"name": "ton-web-ide",
"version": "0.1.0",
"author": {
"name": "Rahul Yadav",
"url": "https://github.com/rahulyadav-57/"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format:check": "prettier --check --ignore-path .prettierignore --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .prettierignore --ignore-path .gitignore .",
"postinstall": "husky",
"commit": "git-cz"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"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",
"@orbs-network/ton-access": "^2.3.0",
"@tact-lang/compiler": "^1.5.3",
"@ton-community/func-js": "^0.5.0",
"@ton/core": "^0.56.3",
"@ton/sandbox": "^0.16.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.1.5",
"@xterm/addon-search": "^0.14.0-beta.1",
"@zip.js/zip.js": "^2.7.6",
"antd": "^5.2.3",
"axios": "^1.7.4",
"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",
"eslint-config-next": "13.1.6",
"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-textmate": "^4.0.0",
"monaco-textmate": "^3.0.1",
"monaco-vim": "^0.4.1",
"next": "13.0.7",
"onigasm": "^2.2.5",
"react": "18.2.0",
"react-dnd": "^16.0.1",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-markdown": "^9.0.1",
"react-split": "^2.0.14",
"react-syntax-highlighter": "^15.5.0",
"react-use": "^17.5.1",
"recoil": "^0.7.7",
"recoil-persist": "^4.2.0",
"reconnecting-websocket": "^4.4.0",
"rollup": "^4.22.4",
"sass": "^1.58.3",
"ts-browser-eval": "^0.0.1",
"typescript": "4.9.5",
"uuid": "^9.0.0",
"web-tree-sitter": "^0.20.7",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/types": "^19.5.0",
"@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.15.0",
"commitizen": "^4.3.1",
"conventional-changelog-atom": "^5.0.0",
"cz-conventional-changelog": "^3.3.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"monaco-editor-webpack-plugin": "^7.0.1",
"next-transpile-modules": "^10.0.0",
"prettier": "^3.3.3"
}
}