forked from bajrangCoder/acode-plugin-acodex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.25 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
{
"name": "acode-plugin-acodex",
"version": "1.1.0",
"description": "Terminal support for Acode",
"main": "dist/main.js",
"repository": "https://github.com/bajrangCoder/acode-plugin-terminal.git",
"author": "Raunak Raj <bajrangcoders@gmail.com>",
"license": "MIT",
"dependencies": {
"html-tag-js": "^1.1.22",
"xterm": "^5.1.0",
"xterm-addon-fit": "^0.7.0",
"xterm-addon-serialize": "^0.9.0",
"xterm-addon-webgl": "^0.14.0"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.13",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.18.10",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.0",
"jszip": "^3.10.1",
"ip": "^1.1.8",
"live-server": "^1.2.2",
"postcss": "^8.4.21",
"postcss-loader": "^7.0.2",
"raw-loader": "^4.0.2",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.0"
},
"scripts": {
"build": "webpack",
"build-release": "webpack --mode production",
"start-dev": "node .vscode/start-dev"
},
"browserslist": [
"> 0.25%, not dead"
],
"resolutions": {
"terser": ">=5.14.2 ",
"glob-parent": ">=5.1.2"
}
}