forked from nxshell/nxshell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 909 Bytes
/
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
{
"name": "Nxshell2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "electron ./app",
"rebuild": "electron-rebuild -f -m ./node_modules/node-pty",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitee.com/nxshell_2/main.git"
},
"author": "YaoSiHai",
"license": "GPL",
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"antd": "",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"electron": "^28.0.0",
"electron-rebuild": "^3.2.9",
"node-pty": "^1.0.0",
"style-loader": "^3.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}