-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.02 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
{
"name": "root",
"version": "0.1.1",
"description": "GxJS: Scheme runtime for Gerbil/Gambit",
"main": "dist/gxjs.js",
"private": true,
"workspaces": ["packages/*"],
"repository": "[email protected]:drewc/gxjs.git",
"author": "Drew Crampsie <[email protected]>",
"license": "MIT",
"dependencies": {
"child_process": "^1.0.2",
"fs": "^0.0.1-security",
"lodash": "^4.17.20",
"os": "^0.1.1",
"process": "^0.11.10",
"vm": "^0.1.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"acorn": "^8.0.4",
"acorn-walk": "^8.0.1",
"astring": "^1.6.0",
"babel-loader": "^8.2.2",
"babel-plugin-minify-mangle-names": "^0.5.0",
"babel-preset-minify": "^0.5.1",
"file-loader": "^6.2.0",
"html-loader": "^1.3.2",
"imports-loader": "^1.2.0",
"lerna": "^3.22.1",
"webpack": "^5.15.0",
"webpack-cli": "^4.3.1",
"webpack-defaults": "^4.0.0",
"webpack-dev-server": "^3.11.1"
}
}