mirror of
https://github.com/certd/certd.git
synced 2026-06-24 03:07:31 +08:00
9ffea32176
本次提交统一升级了多个包的依赖版本,包括: 1. 升级prettier到3.3.3、eslint及其相关插件到最新兼容版本 2. 更新rollup、typescript、typeorm等构建和运行时依赖 3. 调整部分包的依赖移除冗余依赖项,统一项目开发构建工具版本
35 lines
981 B
JSON
35 lines
981 B
JSON
{
|
|
"name": "@certd/lib-huawei",
|
|
"private": false,
|
|
"version": "1.41.4",
|
|
"main": "./dist/bundle.js",
|
|
"module": "./dist/bundle.js",
|
|
"types": "./dist/d/index.d.ts",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"before-build": "rimraf dist && rimraf tsconfig.tsbuildinfo && rimraf .rollup.cache",
|
|
"build": "npm run before-build && rollup -c ",
|
|
"dev-build": "npm run build",
|
|
"preview": "vite preview",
|
|
"test:unit": "cross-env NODE_ENV=unittest echo no unit tests",
|
|
"pub": "npm publish",
|
|
"compile": "npm run build",
|
|
"format": "prettier --write src",
|
|
"lint": "eslint --fix"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.9.0",
|
|
"rimraf": "^5.0.5",
|
|
"rollup": "4.50.0"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^8.26.1",
|
|
"@typescript-eslint/parser": "^8.26.1",
|
|
"cross-env": "^7.0.3",
|
|
"esmock": "^2.7.5",
|
|
"prettier": "3.3.3",
|
|
"tslib": "^2.8.1"
|
|
},
|
|
"gitHead": "bc731e4fb119787930e816a7d57c808b1b5cd66a"
|
|
}
|