mirror of
https://github.com/penxio/penx.git
synced 2026-04-19 03:03:06 -04:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "@penx/editor-plugins",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"module": "index.ts",
|
|
"main": "index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
"./tailwind.css": "./src/styles/tailwind.css",
|
|
"./settings": "./src/settings.tsx",
|
|
"./*": "./src/*.ts",
|
|
"./hooks/*": "./src/hooks/*.tsx",
|
|
"./plugins/*": "./src/plugins/*.tsx",
|
|
"./plate-ui/*": "./src/plate-ui/*.tsx"
|
|
},
|
|
"scripts": {
|
|
"brl": "barrelsby --delete -d ./src",
|
|
"lint": "eslint . --max-warnings 0",
|
|
"check-types": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@penx/typescript-config": "workspace:*"
|
|
},
|
|
"dependencies": {
|
|
"@penx/types": "workspace:*",
|
|
"@penx/constants": "workspace:*",
|
|
"@penx/query-client": "workspace:*",
|
|
"@penx/editor-custom-plugins": "workspace:*",
|
|
"@penx/editor-transforms": "workspace:*",
|
|
"@penx/services": "workspace:*",
|
|
"@penx/contexts": "workspace:*",
|
|
"@penx/uikit": "workspace:*",
|
|
"@penx/unique-id": "workspace:*",
|
|
"@penx/trpc-client": "workspace:*",
|
|
"@penx/session": "workspace:*",
|
|
"@penx/utils": "workspace:*",
|
|
"@penx/libs": "workspace:*"
|
|
}
|
|
}
|