mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 10:01:38 -04:00
* ⬆️ Update root pnpm depdendencies * ⬆️ Update common pnpm dependencies * ⬆️ Upgrade docs pnpm dependencies * ⬆️ Upgrade pnpm deps on library * ⬆️ Upgrade plugins pnpm dependencies * ⬆️ Update pnpm dependencies on mcp * ⬆️ Update pnpm dependencies on frontend * ⬆️ Update exporter pnpm dependencies * ⬆️ Update jvm/clojure deps * ⬆️ Update docker dependencies (jvm and node) * 📎 Add minor fixes
99 lines
4.2 KiB
JSON
99 lines
4.2 KiB
JSON
{
|
|
"name": "penpot-plugins",
|
|
"version": "0.6.0",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@11.18.0+sha512.33d83c77da82f49fba836925c6f1b841181ec3132b670639bd012f7075f5c7cf634c5f870147c19aae7478fac01df09d8892e880454896edd23ee9b33757563c",
|
|
"scripts": {
|
|
"start": "pnpm run start:app:runtime",
|
|
"start:app:runtime": "concurrently --kill-others --names build,server \"pnpm --filter @penpot/plugins-runtime run build:watch\" \"pnpm --filter @penpot/plugins-runtime run preview\"",
|
|
"start:app:styles-example": "pnpm --filter example-styles dev",
|
|
"start:plugin:poc-state": "pnpm --filter poc-state-plugin run init",
|
|
"start:plugin:contrast": "pnpm --filter contrast-plugin run init",
|
|
"start:plugin:icons": "pnpm --filter icons-plugin run init",
|
|
"start:plugin:loremipsum": "pnpm --filter lorem-ipsum-plugin run init",
|
|
"start:plugin:palette": "pnpm --filter create-palette-plugin run init",
|
|
"start:plugin:table": "pnpm --filter table-plugin run init",
|
|
"start:plugin:renamelayers": "pnpm --filter rename-layers-plugin run init",
|
|
"start:plugin:colors-to-tokens": "pnpm --filter colors-to-tokens-plugin run init",
|
|
"start:plugin:poc-tokens": "pnpm --filter poc-tokens-plugin run init",
|
|
"start:plugin:api-test-suite": "pnpm --filter plugin-api-test-suite run init",
|
|
"start:plugin:composable-test-suite": "pnpm --filter composable-test-suite run init",
|
|
"build:runtime": "pnpm --filter @penpot/plugins-runtime build",
|
|
"build:plugins": "pnpm --parallel --filter './apps/*-plugin' --filter './apps/*-test-suite' --filter '!poc-state-plugin' build",
|
|
"build:styles-example": "pnpm --filter example-styles build",
|
|
"lint": "pnpm -r --parallel lint",
|
|
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md,html,css}\"",
|
|
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,json,md,html,css}\"",
|
|
"test": "pnpm --filter @penpot/plugins-runtime --filter lorem-ipsum-plugin --filter colors-to-tokens-plugin test",
|
|
"test:e2e": "pnpm --filter e2e test",
|
|
"build:doc": "typedoc --tsconfig libs/plugins-runtime/tsconfig.lib.json --customCss ./tools/typedoc.css --out dist/doc",
|
|
"release": "tsx ./tools/scripts/publish.ts"
|
|
},
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@angular-devkit/core": "22.1.0",
|
|
"@angular-devkit/schematics": "22.1.0",
|
|
"@angular-eslint/eslint-plugin": "22.1.0",
|
|
"@angular-eslint/eslint-plugin-template": "22.1.0",
|
|
"@angular-eslint/template-parser": "22.1.0",
|
|
"@angular/build": "22.1.0",
|
|
"@angular/cli": "22.1.0",
|
|
"@angular/compiler-cli": "22.1.0",
|
|
"@angular/language-service": "22.1.0",
|
|
"@eslint/js": "10.0.1",
|
|
"@schematics/angular": "22.1.0",
|
|
"@types/feather-icons": "^4.29.4",
|
|
"@types/node": "26.0.1",
|
|
"@types/yargs": "^17.0.35",
|
|
"@typescript-eslint/eslint-plugin": "8.65.0",
|
|
"@typescript-eslint/parser": "8.65.0",
|
|
"@typescript-eslint/utils": "^8.65.0",
|
|
"@vitest/coverage-v8": "4.1.10",
|
|
"@vitest/ui": "4.1.10",
|
|
"concurrently": "^10.0.4",
|
|
"dotenv": "^17.4.2",
|
|
"esbuild": "^0.28.1",
|
|
"eslint": "10.6.0",
|
|
"eslint-config-prettier": "10.1.8",
|
|
"eslint-plugin-import": "2.32.0",
|
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
"eslint-plugin-react": "7.37.5",
|
|
"eslint-plugin-react-hooks": "7.1.1",
|
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
"fs-extra": "^11.4.0",
|
|
"globals": "^17.8.0",
|
|
"happy-dom": "^20.11.1",
|
|
"jiti": "2.7.0",
|
|
"jsdom": "~30.0.1",
|
|
"jsonc-eslint-parser": "^3.1.0",
|
|
"prettier": "^3.9.6",
|
|
"tsx": "^4.23.1",
|
|
"typedoc": "^0.28.20",
|
|
"typescript": "6.0.3",
|
|
"typescript-eslint": "^8.65.0",
|
|
"vite": "8.1.5",
|
|
"vite-plugin-checker": "^0.14.5",
|
|
"vite-plugin-dts": "5.0.3",
|
|
"vite-plugin-static-copy": "^4.1.1",
|
|
"vitest": "4.1.10",
|
|
"yargs": "^18.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@angular/common": "22.1.0",
|
|
"@angular/compiler": "22.1.0",
|
|
"@angular/core": "22.1.0",
|
|
"@angular/forms": "22.1.0",
|
|
"@angular/platform-browser": "22.1.0",
|
|
"@angular/router": "22.1.0",
|
|
"axios": "^1.19.0",
|
|
"feather-icons": "^4.29.2",
|
|
"puppeteer": "^25.4.0",
|
|
"rxjs": "~7.8.2",
|
|
"ses": "^2.2.0",
|
|
"tslib": "^2.8.1",
|
|
"zod": "^4.4.3",
|
|
"zone.js": "0.16.2"
|
|
}
|
|
}
|