mirror of
https://github.com/penxio/penx.git
synced 2026-04-19 03:03:06 -04:00
86 lines
2.5 KiB
JSON
86 lines
2.5 KiB
JSON
{
|
|
"name": "@penx/editor",
|
|
"version": "0.0.0",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"scripts": {
|
|
"gen": "tsx generator.ts",
|
|
"lint": "eslint \"**/*.ts*\""
|
|
},
|
|
"devDependencies": {
|
|
"@types/is-hotkey": "^0.1.7",
|
|
"@types/lodash": "^4.14.195",
|
|
"@types/node": "^20.5.0",
|
|
"@types/prismjs": "^1.26.0",
|
|
"@types/react": "^18.2.22",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@types/uuid": "^9.0.2",
|
|
"eslint": "^8.42.0",
|
|
"eslint-config-custom": "workspace:*",
|
|
"react": "^18.2.0",
|
|
"tsconfig": "workspace:*",
|
|
"typescript": "^5.1.3"
|
|
},
|
|
"dependencies": {
|
|
"@bone-ui/checkbox": "^0.37.0",
|
|
"@bone-ui/iconify": "^0.37.0",
|
|
"@bone-ui/utils": "^0.37.0",
|
|
"@dnd-kit/core": "^6.0.8",
|
|
"@dnd-kit/modifiers": "^6.0.1",
|
|
"@dnd-kit/sortable": "^7.0.2",
|
|
"@dnd-kit/utilities": "^3.1.0",
|
|
"@floating-ui/react": "^0.25.4",
|
|
"@fower/react": "^2.0.0",
|
|
"@penx/autoformat": "workspace:*",
|
|
"@penx/model": "workspace:*",
|
|
"@penx/service": "workspace:*",
|
|
"@penx/dnd-projection": "workspace:*",
|
|
"@penx/editor-leaf": "workspace:*",
|
|
"@penx/editor-common": "workspace:*",
|
|
"@penx/editor-queries": "workspace:*",
|
|
"@penx/editor-shared": "workspace:*",
|
|
"@penx/editor-transforms": "workspace:*",
|
|
"@penx/editor-types": "workspace:*",
|
|
"@penx/extension-typings": "*",
|
|
"@penx/types": "workspace:*",
|
|
"@penx/heading": "workspace:*",
|
|
"@penx/blockquote": "workspace:*",
|
|
"@penx/list": "workspace:*",
|
|
"@penx/code-block": "workspace:*",
|
|
"@penx/hooks": "workspace:*",
|
|
"@penx/icons": "workspace:*",
|
|
"@penx/local-db": "workspace:*",
|
|
"@penx/paragraph": "workspace:*",
|
|
"@penx/shared": "workspace:*",
|
|
"@penx/store": "workspace:*",
|
|
"@penx/table": "workspace:*",
|
|
"@udecode/plate-common": "^24.3.6",
|
|
"date-fns": "^2.30.0",
|
|
"framer-motion": "^10.12.16",
|
|
"immer": "^10.0.2",
|
|
"is-hotkey": "^0.2.0",
|
|
"jotai": "^2.4.2",
|
|
"lodash": "^4.17.21",
|
|
"lucide-react": "^0.284.0",
|
|
"mitt": "^3.0.0",
|
|
"nanoid": "^4.0.2",
|
|
"next": "13.3.1",
|
|
"prismjs": "^1.29.0",
|
|
"re-resizable": "^6.9.9",
|
|
"react": "^18.2.0",
|
|
"react-device-detect": "^2.2.3",
|
|
"react-dom": "^18.2.0",
|
|
"react-fast-compare": "^3.2.2",
|
|
"react-hook-form": "^7.44.3",
|
|
"react-intersection-observer": "^9.5.2",
|
|
"react-merge-refs": "^2.0.2",
|
|
"slate": "0.94.1",
|
|
"slate-history": "0.93.0",
|
|
"slate-lists": "workspace:*",
|
|
"slate-react": "^0.98.3",
|
|
"stook": "^1.17.0",
|
|
"uikit": "workspace:*",
|
|
"uuid": "^9.0.0"
|
|
}
|
|
}
|