-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1 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
{
"name": "node-deployment-server",
"private": false,
"scripts": {
"dev": "node app.js --dev",
"build": "next build",
"start": "node app.js",
"lint": "next lint",
"update-config": "node ./.update_config/update.js",
"generate-release-file": "node release.js",
"update": "node ./UPDATE_SERVER.js"
},
"dependencies": {
"ansi-to-react": "^6.1.6",
"archiver": "^5.3.0",
"dockerode": "3.3.1",
"express": "^4.17.3",
"extract-zip": "^2.0.1",
"formidable": "^2.0.1",
"istextorbinary": "^6.0.0",
"next": "12.1.4",
"nextjs-progressbar": "0.0.14",
"node-os-utils": "^1.3.6",
"react": "17.0.2",
"react-ace": "^9.5.0",
"react-dom": "17.0.2",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.1.2",
"unescape-js": "^1.1.4",
"volume-explorer": "^1.1.3",
"xterm": "^4.18.0",
"xterm-addon-fit": "^0.5.0",
"zip-to-tar": "^3.0.0"
},
"devDependencies": {
"eslint": "8.12.0",
"eslint-config-next": "12.1.4"
}
}