-
-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7f37bdd
commit 85b6d52
Showing
11 changed files
with
1,505 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ | |
"dev:ui-play": "nr -C packages/ui-playground dev", | ||
"prepare:type": "pnpm -r --filter='./packages/**' run prepare:type", | ||
"dev": "NODE_OPTIONS=\"--max-old-space-size=8192\" nr prepare:type && nr build:ui && pnpm -r --parallel --filter='./packages/**' run stub", | ||
"build": "pnpm -r --filter='./packages/{schema,shared,core,ui,devtools-kit,vite}' run build && pnpm build:client && pnpm build:overlay && pnpm build:browser-extension & pnpm build:electron && pnpm build:devtools&& pnpm build:devtools-api", | ||
"build": "pnpm -r --filter='./packages/{schema,shared,core,ui,devtools-kit,vite}' run build && pnpm build:client && pnpm build:overlay && pnpm build:browser-extension & pnpm build:electron && pnpm build:devtools && pnpm build:devtools-api", | ||
"build:browser-extension": "nr -C packages/browser-extension build", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint . --fix", | ||
|
@@ -59,12 +59,14 @@ | |
"play": "nr -C packages/playground dev", | ||
"docs": "pnpm -C docs run docs:dev", | ||
"docs:build": "pnpm -C docs run docs:build", | ||
"zip": "tsx ./scripts/extension-zip.ts" | ||
"zip": "tsx ./scripts/extension-zip.ts", | ||
"gen:vue-apis": "tsx ./scripts/vue-api-manifest.ts" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "2.4.2", | ||
"@antfu/ni": "^0.21.12", | ||
"@types/chrome": "^0.0.254", | ||
"@types/degit": "^2.8.6", | ||
"@types/fs-extra": "^11.0.4", | ||
"@types/node": "^20.10.4", | ||
"@unocss/eslint-plugin": "^0.58.0", | ||
|
@@ -73,15 +75,18 @@ | |
"archiver": "^6.0.1", | ||
"bumpp": "^9.2.1", | ||
"cross-env": "^7.0.3", | ||
"degit": "^2.8.4", | ||
"eslint": "npm:[email protected]", | ||
"eslint-plugin-format": "^0.1.0", | ||
"eslint-ts-patch": "8.55.0-1", | ||
"fast-glob": "^3.3.2", | ||
"fs-extra": "^11.2.0", | ||
"lint-staged": "^15.2.0", | ||
"npm-run-all": "^4.1.5", | ||
"pnpm": "^8.12.1", | ||
"progress": "^2.0.3", | ||
"readdir-glob": "^1.1.3", | ||
"regex-extra": "^0.2.2", | ||
"simple-git-hooks": "^2.9.0", | ||
"taze": "^0.13.0", | ||
"tsup": "^8.0.1", | ||
|
Oops, something went wrong.