mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-09-12 07:00:42 +00:00
feat(task): replace built-in task adaptors with a sandboxed JS plugin system (#7076)
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
"typecheck": "tsgo -b",
|
||||
"lint": "oxlint -c .oxlintrc.json .",
|
||||
"lint:fix": "oxlint -c .oxlintrc.json . --fix",
|
||||
"lint:plugins": "cd ../plugins && oxlint -c .oxlintrc.json .",
|
||||
"format:plugins": "cd ../plugins && oxfmt -c .oxfmtrc.json --write .",
|
||||
"format:plugins:check": "cd ../plugins && oxfmt -c .oxfmtrc.json --check .",
|
||||
"preview": "rsbuild preview",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
@@ -22,6 +25,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@base-ui/react": "^1.6.0",
|
||||
"@codemirror/lang-javascript": "^6.2.5",
|
||||
"@codemirror/lang-markdown": "^6.5.0",
|
||||
"@codemirror/language": "^6.12.4",
|
||||
"@codemirror/state": "^6.7.0",
|
||||
|
||||
Reference in New Issue
Block a user