0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-20 05:39:58 -05:00
penpot-plugins/package.json

110 lines
4 KiB
JSON
Raw Normal View History

2024-01-29 12:39:21 +01:00
{
"name": "penpot-plugins",
2024-06-10 14:38:39 +02:00
"version": "0.6.0",
2024-05-07 10:28:40 +02:00
"type": "module",
2024-01-29 12:39:21 +01:00
"license": "MIT",
2024-02-01 14:08:51 +01:00
"scripts": {
"start": "npm run start:app:runtime",
"start:app:runtime": "concurrently --kill-others --names build,server \"npx nx run plugins-runtime:build --watch --mode development\" \"npx nx run plugins-runtime:preview\"",
"start:app:styles-example": "npx nx run example-styles:serve --host 0.0.0.0 --port 4201",
"start:plugin:all": "concurrently --kill-others \"npm:start:plugin:*(!all)\"",
2024-05-30 15:02:56 +02:00
"start:plugin:poc-state": "npx nx run poc-state-plugin:init",
"start:plugin:contrast": "npx nx run contrast-plugin:init",
"start:plugin:icons": "npx nx run icons-plugin:init",
"start:plugin:loremipsum": "npx nx run lorem-ipsum-plugin:init",
"start:plugin:palette": "npx nx run create-palette-plugin:build --watch & npx nx run create-palette-plugin:preview",
2024-05-30 15:02:56 +02:00
"start:plugin:table": "npx nx run table-plugin:init",
2024-05-31 09:21:08 +02:00
"start:plugin:renamelayers": "npx nx run rename-layers-plugin:init",
2024-02-05 14:24:32 +01:00
"build": "npx nx build plugins-runtime --emptyOutDir=true",
2024-06-05 09:19:29 +02:00
"build:plugins": "npx nx run-many -t build --parallel -p tag:type:plugin --exclude=poc-state-plugin",
2024-06-07 12:45:46 +02:00
"build:styles-example": "npx nx run example-styles:build",
2024-02-05 14:24:32 +01:00
"lint": "nx run-many --all --target=lint --parallel",
"lint:affected": "npx nx affected --target=lint",
2024-06-03 08:25:52 +02:00
"test": "nx run-many -t test --parallel -p plugins-runtime lorem-ipsum-plugin",
2024-03-27 13:57:02 +01:00
"publish": "nx run-many -t publish -p plugins-styles plugin-types --parallel=false --",
"registry": "nx local-registry",
2024-04-17 14:39:24 +02:00
"prepare": "husky",
"create:api-docs": "npx typedoc --tsconfig libs/plugins-runtime/tsconfig.lib.json --options typedoc.json"
2024-02-01 14:08:51 +01:00
},
2024-01-29 12:39:21 +01:00
"private": true,
"devDependencies": {
2024-06-03 08:25:52 +02:00
"@angular-devkit/build-angular": "18.0.2",
"@angular-devkit/core": "18.0.2",
"@angular-devkit/schematics": "18.0.2",
"@angular-eslint/eslint-plugin": "17.3.0",
"@angular-eslint/eslint-plugin-template": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/cli": "~18.0.0",
"@angular/compiler-cli": "18.0.1",
"@angular/language-service": "18.0.1",
2024-02-05 14:24:32 +01:00
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
2024-05-07 10:28:40 +02:00
"@eslint/eslintrc": "^2.1.1",
2024-06-03 08:25:52 +02:00
"@nx/angular": "19.1.1",
"@nx/esbuild": "19.1.1",
"@nx/eslint": "19.1.1",
"@nx/eslint-plugin": "19.1.1",
"@nx/js": "19.1.1",
"@nx/node": "19.1.1",
"@nx/vite": "19.1.1",
"@nx/web": "19.1.1",
"@schematics/angular": "18.0.2",
"@swc-node/register": "1.8.0",
2024-02-01 14:08:51 +01:00
"@swc/core": "~1.3.85",
"@swc/helpers": "~0.5.2",
2024-05-08 12:21:39 +02:00
"@types/feather-icons": "^4.29.4",
2024-02-01 14:08:51 +01:00
"@types/node": "20.11.16",
2024-06-03 08:25:52 +02:00
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"@vitest/coverage-v8": "1.6.0",
"@vitest/ui": "1.6.0",
2024-05-20 08:27:27 +02:00
"concurrently": "^8.2.2",
2024-02-22 14:40:18 +01:00
"esbuild": "^0.19.2",
2024-06-03 08:25:52 +02:00
"eslint": "8.57.0",
2024-02-01 14:08:51 +01:00
"eslint-config-prettier": "^9.0.0",
2024-03-11 14:57:11 +01:00
"eslint-plugin-deprecation": "^2.0.0",
2024-03-27 13:57:02 +01:00
"fs-extra": "^11.2.0",
2024-05-07 10:28:40 +02:00
"globals": "^15.1.0",
2024-03-05 11:36:56 +01:00
"happy-dom": "^13.6.2",
2024-02-05 14:24:32 +01:00
"husky": "^9.0.10",
2024-02-01 14:08:51 +01:00
"jsdom": "~22.1.0",
2024-04-23 12:33:38 +02:00
"jsonc-eslint-parser": "^2.1.0",
2024-06-03 08:25:52 +02:00
"nx": "19.1.1",
2024-02-01 14:08:51 +01:00
"prettier": "^2.6.2",
"swc-loader": "0.1.15",
2024-02-22 14:40:18 +01:00
"ts-node": "10.9.1",
2024-04-17 14:39:24 +02:00
"typedoc": "^0.25.13",
2024-06-03 08:25:52 +02:00
"typescript": "~5.4.5",
2024-03-27 13:57:02 +01:00
"verdaccio": "^5.0.4",
2024-02-01 14:08:51 +01:00
"vite": "^5.0.0",
"vite-plugin-checker": "^0.6.4",
2024-02-01 14:08:51 +01:00
"vite-plugin-dts": "~2.3.0",
2024-06-03 08:25:52 +02:00
"vitest": "1.6.0"
2024-01-29 12:39:21 +01:00
},
"workspaces": [
"packages/*"
2024-02-01 14:08:51 +01:00
],
"dependencies": {
2024-06-03 08:25:52 +02:00
"@angular/animations": "18.0.1",
"@angular/common": "18.0.1",
"@angular/compiler": "18.0.1",
"@angular/core": "18.0.1",
"@angular/forms": "18.0.1",
"@angular/platform-browser": "18.0.1",
"@angular/platform-browser-dynamic": "18.0.1",
"@angular/router": "18.0.1",
2024-02-22 14:40:18 +01:00
"axios": "^1.6.0",
2024-05-08 12:21:39 +02:00
"feather-icons": "^4.29.2",
2024-04-23 12:33:38 +02:00
"rxjs": "~7.8.0",
2024-06-03 08:25:52 +02:00
"ses": "^1.5.0",
2024-02-06 12:16:28 +01:00
"tslib": "^2.3.0",
2024-02-28 12:54:37 +01:00
"uuid": "^9.0.1",
2024-04-23 12:33:38 +02:00
"zod": "^3.22.4",
"zone.js": "~0.14.3"
2024-03-27 13:57:02 +01:00
},
"nx": {
"includedScripts": []
2024-02-01 14:08:51 +01:00
}
2024-01-29 12:39:21 +01:00
}