mirror of
https://github.com/penpot/penpot.git
synced 2026-02-10 22:55:03 -05:00
102 lines
4.2 KiB
JSON
102 lines
4.2 KiB
JSON
{
|
|
"name": "penpot-plugins",
|
|
"version": "0.6.0",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.29.2+sha512.bef43fa759d91fd2da4b319a5a0d13ef7a45bb985a3d7342058470f9d2051a3ba8674e629672654686ef9443ad13a82da2beb9eeb3e0221c87b8154fff9d74b8",
|
|
"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 serve",
|
|
"start:plugin:contrast": "pnpm --filter contrast-plugin serve",
|
|
"start:plugin:icons": "pnpm --filter icons-plugin serve",
|
|
"start:plugin:loremipsum": "pnpm --filter lorem-ipsum-plugin serve",
|
|
"start:plugin:palette": "pnpm --filter create-palette-plugin build:watch & pnpm --filter create-palette-plugin preview",
|
|
"start:plugin:table": "pnpm --filter table-plugin serve",
|
|
"start:plugin:renamelayers": "pnpm --filter rename-layers-plugin serve",
|
|
"start:plugin:colors-to-tokens": "pnpm --filter colors-to-tokens-plugin serve",
|
|
"start:plugin:poc-tokens": "pnpm --filter poc-tokens-plugin serve",
|
|
"build:runtime": "pnpm --filter @penpot/plugins-runtime build",
|
|
"build:plugins": "pnpm --filter './apps/*-plugin' --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/build-angular": "21.1.1",
|
|
"@angular-devkit/core": "21.1.1",
|
|
"@angular-devkit/schematics": "21.1.1",
|
|
"@angular-eslint/eslint-plugin": "21.1.0",
|
|
"@angular-eslint/eslint-plugin-template": "21.1.0",
|
|
"@angular-eslint/template-parser": "21.1.0",
|
|
"@angular/cli": "21.1.1",
|
|
"@angular/compiler-cli": "21.1.1",
|
|
"@angular/language-service": "21.1.1",
|
|
"@eslint/js": "9.39.2",
|
|
"@schematics/angular": "21.1.1",
|
|
"@types/feather-icons": "^4.29.4",
|
|
"@types/node": "25.0.10",
|
|
"@types/yargs": "^17.0.35",
|
|
"@typescript-eslint/eslint-plugin": "8.53.1",
|
|
"@typescript-eslint/parser": "8.53.1",
|
|
"@typescript-eslint/utils": "^8.53.1",
|
|
"@vitest/coverage-v8": "4.0.17",
|
|
"@vitest/ui": "4.0.17",
|
|
"concurrently": "^9.2.1",
|
|
"dotenv": "^17.2.4",
|
|
"esbuild": "^0.27.2",
|
|
"eslint": "9.39.2",
|
|
"eslint-config-prettier": "10.1.8",
|
|
"eslint-plugin-deprecation": "^3.0.0",
|
|
"eslint-plugin-import": "2.31.0",
|
|
"eslint-plugin-jsx-a11y": "6.10.1",
|
|
"eslint-plugin-react": "7.35.0",
|
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
"eslint-plugin-unused-imports": "^4.3.0",
|
|
"fs-extra": "^11.3.3",
|
|
"globals": "^17.0.0",
|
|
"happy-dom": "^20.3.4",
|
|
"jiti": "2.6.1",
|
|
"jsdom": "~27.4.0",
|
|
"jsonc-eslint-parser": "^2.4.2",
|
|
"prettier": "^3.8.1",
|
|
"tsx": "^4.21.0",
|
|
"typedoc": "^0.28.16",
|
|
"typescript": "5.9.3",
|
|
"typescript-eslint": "^8.53.1",
|
|
"vite": "7.3.1",
|
|
"vite-plugin-checker": "^0.12.0",
|
|
"vite-plugin-dts": "4.5.4",
|
|
"vite-plugin-static-copy": "^3.1.5",
|
|
"vite-tsconfig-paths": "^6.0.5",
|
|
"vitest": "4.0.17",
|
|
"yargs": "^17.7.2"
|
|
},
|
|
"dependencies": {
|
|
"@angular/animations": "21.1.1",
|
|
"@angular/common": "21.1.1",
|
|
"@angular/compiler": "21.1.1",
|
|
"@angular/core": "21.1.1",
|
|
"@angular/forms": "21.1.1",
|
|
"@angular/platform-browser": "21.1.1",
|
|
"@angular/platform-browser-dynamic": "21.1.1",
|
|
"@angular/router": "21.1.1",
|
|
"axios": "^1.13.2",
|
|
"feather-icons": "^4.29.2",
|
|
"puppeteer": "^24.35.0",
|
|
"rxjs": "~7.8.2",
|
|
"ses": "^1.14.0",
|
|
"tslib": "^2.8.1",
|
|
"uuid": "^13.0.0",
|
|
"zod": "^4.3.5",
|
|
"zone.js": "0.16.0"
|
|
}
|
|
}
|