mirror of
https://github.com/certd/certd.git
synced 2026-06-24 19:47:34 +08:00
9ffea32176
本次提交统一升级了多个包的依赖版本,包括: 1. 升级prettier到3.3.3、eslint及其相关插件到最新兼容版本 2. 更新rollup、typescript、typeorm等构建和运行时依赖 3. 调整部分包的依赖移除冗余依赖项,统一项目开发构建工具版本
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "@certd/plugin-cert",
|
|
"private": false,
|
|
"version": "1.41.4",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"before-build": "rimraf dist && rimraf tsconfig.tsbuildinfo && rimraf .rollup.cache",
|
|
"build": "tsc -p tsconfig.build.json --skipLibCheck",
|
|
"dev-build": "npm run build",
|
|
"build3": "rollup -c",
|
|
"build2": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"test:unit": "cross-env NODE_ENV=unittest echo no unit tests",
|
|
"pub": "npm publish",
|
|
"compile": "tsc --skipLibCheck --watch",
|
|
"format": "prettier --write src",
|
|
"lint": "eslint --fix"
|
|
},
|
|
"dependencies": {
|
|
"@certd/plugin-lib": "^1.41.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.3.12",
|
|
"@types/mocha": "^10.0.6",
|
|
"@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",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.4.2"
|
|
},
|
|
"gitHead": "bc731e4fb119787930e816a7d57c808b1b5cd66a"
|
|
}
|