-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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
{
"name": "jsgui3-server",
"main": "module.js",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.23.2",
"@babel/generator": "^7.23.0",
"@babel/parser": "7.23.0",
"cookies": "^0.8.0",
"esbuild": "^0.19.5",
"fnl": "^0.0.34",
"fnlfs": "^0.0.30",
"jsgui3-client": "^0.0.109",
"jsgui3-html": "^0.0.147",
"jsgui3-webpage": "^0.0.8",
"jsgui3-website": "^0.0.8",
"lang-tools": "^0.0.29",
"multiparty": "^4.2.3",
"ncp": "^2.0.0",
"obext": "^0.0.30",
"rimraf": "^3.0.2",
"stream-to-array": "^2.3.0",
"url-parse": "^1.5.10"
},
"commentDeps": {
"babel-plugin-minify-dead-code-elimination": "^0.5.0",
"babel-plugin-remove-comments": "^2.0.0",
"babel-plugin-transform-class": "^0.3.0",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-plugin-transform-es2015-object-super": "^6.24.1"
},
"engines": {
"node": ">=15.0.0"
},
"description": "ES6 JSGUI Server. Delivers the client to the browser.",
"author": "James Vickers <james@metabench.com>",
"repository": {
"type": "git",
"url": "https://github.com/metabench/jsgui3-server.git"
},
"version": "0.0.120"
}