1 Star 4 Fork 4

Dove/track

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
dafu0719 提交于 2023-04-10 08:21 . update: 服务端文件接收测试
{
"name": "track",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"type": "module",
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,vue}": [
"eslint --fix",
"git add"
]
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@commitlint/cli": "17.2.0",
"@commitlint/config-conventional": "17.2.0",
"@rollup/plugin-babel": "^6.0.3",
"core-js": "^3.29.0",
"eslint": "^8.36.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"husky": "4.3.8",
"lint-staged": "8.1.5",
"rollup": "^3.17.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript": "^1.0.1",
"tslib": "^2.5.0",
"typescript": "^4.9.5"
},
"dependencies": {
"error-stack-parser": "^2.1.4",
"fflate": "^0.7.4",
"rrweb": "^2.0.0-alpha.4",
"source-map-js": "^1.0.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dafu204/track.git
git@gitee.com:dafu204/track.git
dafu204
track
track
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385