mirror of
https://github.com/certd/certd.git
synced 2026-06-24 11:17:30 +08:00
9ffea32176
本次提交统一升级了多个包的依赖版本,包括: 1. 升级prettier到3.3.3、eslint及其相关插件到最新兼容版本 2. 更新rollup、typescript、typeorm等构建和运行时依赖 3. 调整部分包的依赖移除冗余依赖项,统一项目开发构建工具版本
59 lines
1.8 KiB
JSON
59 lines
1.8 KiB
JSON
{
|
|
"name": "@certd/basic",
|
|
"private": false,
|
|
"version": "1.41.4",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"before-build": "rimraf dist && rimraf tsconfig.tsbuildinfo && rimraf .rollup.cache",
|
|
"build": "npm run before-build && tsc -p tsconfig.build.json --skipLibCheck",
|
|
"dev-build": "npm run build",
|
|
"preview": "vite preview",
|
|
"test": "mocha --loader=ts-node/esm",
|
|
"test:unit": "cross-env NODE_ENV=unittest mocha --node-option no-warnings --node-option loader=ts-node/esm \"src/**/*.test.ts\"",
|
|
"pub": "npm publish",
|
|
"compile": "tsc --skipLibCheck --watch",
|
|
"format": "prettier --write src",
|
|
"lint": "eslint --fix"
|
|
},
|
|
"dependencies": {
|
|
"async-lock": "^1.4.1",
|
|
"axios": "^1.9.0",
|
|
"dayjs": "^1.11.7",
|
|
"http-proxy-agent": "^7.0.2",
|
|
"https-proxy-agent": "^7.0.5",
|
|
"iconv-lite": "^0.6.3",
|
|
"lodash-es": "^4.17.21",
|
|
"log4js": "^6.9.1",
|
|
"lru-cache": "^11.0.1",
|
|
"mitt": "^3.0.1",
|
|
"nanoid": "^5.0.7",
|
|
"node-forge": "^1.3.1",
|
|
"nodemailer": "^6.9.16"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.3.12",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/mocha": "^10.0.6",
|
|
"@types/node-forge": "^1.3.2",
|
|
"@typescript-eslint/eslint-plugin": "^8.26.1",
|
|
"@typescript-eslint/parser": "^8.26.1",
|
|
"chai": "^5.1.0",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"esmock": "^2.7.5",
|
|
"mocha": "^10.6.0",
|
|
"prettier": "3.3.3",
|
|
"rimraf": "^5.0.5",
|
|
"ts-node": "^10.9.2",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.4.2"
|
|
},
|
|
"gitHead": "bc731e4fb119787930e816a7d57c808b1b5cd66a"
|
|
}
|