mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
3df9bc73f8
* chore(deps): update dependency rollup to v4.6.1 * dedupe --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: FabianLars <fabianlars@fabianlars.de>
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "plugins-workspace",
|
|
"private": true,
|
|
"license": "MIT or APACHE-2.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "pnpm run -r --parallel --filter !plugins-workspace --filter !\"./plugins/*/examples/**\" build",
|
|
"lint": "eslint .",
|
|
"format": "prettier --write .",
|
|
"format-check": "prettier --check ."
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
"@rollup/plugin-terser": "0.4.4",
|
|
"@rollup/plugin-typescript": "11.1.5",
|
|
"@typescript-eslint/eslint-plugin": "6.13.1",
|
|
"@typescript-eslint/parser": "6.13.1",
|
|
"eslint": "8.54.0",
|
|
"eslint-config-prettier": "9.0.0",
|
|
"eslint-config-standard-with-typescript": "40.0.0",
|
|
"eslint-plugin-import": "2.29.0",
|
|
"eslint-plugin-n": "16.3.1",
|
|
"eslint-plugin-promise": "6.1.1",
|
|
"eslint-plugin-security": "1.7.1",
|
|
"prettier": "3.1.0",
|
|
"rollup": "4.6.1",
|
|
"typescript": "5.3.2"
|
|
},
|
|
"resolutions": {
|
|
"semver": ">=7.5.2",
|
|
"optionator": ">=0.9.3"
|
|
},
|
|
"engines": {
|
|
"pnpm": ">=7.33.1"
|
|
},
|
|
"pnpm": {
|
|
"auditConfig": {
|
|
"ignoreCves": [
|
|
"CVE-2023-46115"
|
|
]
|
|
}
|
|
}
|
|
}
|