mirror of https://github.com/opensumi/core
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "@opensumi/ide-dev-tool",
|
|
"version": "3.9.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:opensumi/core.git"
|
|
},
|
|
"bin": {
|
|
"sumi": "./cli/index.js"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@types/koa": "^2.14.0",
|
|
"@types/koa-bodyparser": "^4.3.7",
|
|
"@types/koa-router": "^7.4.2",
|
|
"copy-webpack-plugin": "^12.0.2",
|
|
"css-loader": "^6.9.1",
|
|
"fork-ts-checker-webpack-plugin": "^9.0.2",
|
|
"html-webpack-plugin": "^5.6.0",
|
|
"koa": "^2.15.0",
|
|
"koa-bodyparser": "^4.3.0",
|
|
"koa-router": "^12.0.1",
|
|
"koa-static": "^5.0.0",
|
|
"less": "^3.9.0",
|
|
"less-loader": "^12.1.0",
|
|
"mini-css-extract-plugin": "^2.7.7",
|
|
"null-loader": "^4.0.1",
|
|
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
|
"react-dom": "^18.2.0",
|
|
"style-loader": "^3.3.4",
|
|
"ts-loader": "^9.5.1",
|
|
"tsconfig-paths": "^4.2.0",
|
|
"tsconfig-paths-webpack-plugin": "^4.1.0",
|
|
"typescript": "^5.6.3",
|
|
"webpack": "^5.90.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-merge": "^5.10.0"
|
|
}
|
|
}
|