5 Star 0 Fork 0

揣振中/HiSmartPerf_Host_Statistics

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "smartperf",
"version": "1.0.0",
"description": "Smart Perf Statistics",
"main": "index.js",
"scripts": {
"test": "jest -u",
"test-c": "jest --coverage -u",
"set-env": "set NODE_OPTIONS=\"--max-old-space-size=4096\"",
"build": "webpack --mode=production --node-env=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"watch": "webpack --watch",
"serve": "webpack serve",
"statics": "node ./statisticsCheck.js",
"lint": "npx eslint --ext .ts ./src/**"
},
"keywords": [],
"author": "",
"license": "Apache License",
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.17.2",
"@babel/preset-env": "*",
"@babel/preset-typescript": "*",
"@types/jest": "*",
"@types/node": "^17.0.10",
"jest": "*",
"jest-canvas-mock": "^2.3.1",
"typescript": "^4.2.3",
"jsdom-worker": "^0.2.1",
"jest-environment-jsdom": "^28.1.0",
"node-fetch": "^2.6.7",
"log4js": "^6.4.4",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"html-webpack-plugin": "^5.5.3",
"style-loader": "^3.3.3",
"ts-loader": "^9.4.4"
},
"dependencies": {
"echarts": "^5.5.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chuaizhzh/HiSmartPerf_Host_Statistics.git
[email protected]:chuaizhzh/HiSmartPerf_Host_Statistics.git
chuaizhzh
HiSmartPerf_Host_Statistics
HiSmartPerf_Host_Statistics
master

搜索帮助