1 Star 1 Fork 5

rosydawn/core

forked from nxshell/core 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1008 Bytes
一键复制 编辑 原始数据 按行查看 历史
tc 提交于 2022-09-21 20:39 . Add NxShell core source code
{
"name": "powertools-core",
"version": "1.1.0",
"description": "NxShell Core for PC.",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development electron .",
"build": "webpack --config webpack.conf.js"
},
"repository": {
"type": "git",
"url": "https://gitee.com/powertools/powertools-core.git"
},
"keywords": [
"tools",
"NxShell",
"Shell"
],
"author": "NxShell Team",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.12.7",
"@babel/core": "^7.12.7",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-syntax-class-properties": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"babel-loader": "^8.2.1",
"cross-env": "^7.0.2",
"electron": "17.4.1",
"@electron/remote": "2.0.8",
"webpack": "^5.6.0",
"webpack-cli": "^4.2.0",
"semver": "^7.3.5"
},
"dependencies": {
"lodash": "^4.17.15",
"axios": "^0.21.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rosy_dawn/core.git
git@gitee.com:rosy_dawn/core.git
rosy_dawn
core
core
main

搜索帮助