mirror of
https://github.com/penxio/penx.git
synced 2026-05-12 03:03:12 -04:00
71 lines
2.1 KiB
JSON
71 lines
2.1 KiB
JSON
{
|
|
"name": "@penx/database",
|
|
"version": "0.0.0",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"scripts": {
|
|
"lint": "eslint \"**/*.ts*\""
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.202",
|
|
"@types/node": "^20.10.3",
|
|
"@types/react": "^18.2.42",
|
|
"@types/react-datepicker": "^4.19.4",
|
|
"@types/react-dom": "^18.2.17",
|
|
"eslint": "^8.55.0",
|
|
"eslint-config-custom": "workspace:*",
|
|
"react": "^18.2.0",
|
|
"tsconfig": "workspace:*",
|
|
"typescript": "^5.3.2"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.1.0",
|
|
"@dnd-kit/sortable": "^7.0.2",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@floating-ui/react": "^0.25.4",
|
|
"@fower/react": "^2.0.0",
|
|
"@fower/utils": "^2.0.0",
|
|
"@lingui/macro": "4.1.2",
|
|
"@penx/code-block": "workspace:*",
|
|
"@penx/constants": "workspace:*",
|
|
"@penx/context-menu": "workspace:*",
|
|
"@penx/editor-common": "workspace:*",
|
|
"@penx/editor-leaf": "workspace:*",
|
|
"@penx/editor-queries": "workspace:*",
|
|
"@penx/editor-shared": "workspace:*",
|
|
"@penx/editor-transforms": "workspace:*",
|
|
"@penx/extension-typings": "^0.0.0",
|
|
"@penx/hooks": "workspace:*",
|
|
"@penx/icons": "workspace:*",
|
|
"@penx/list": "workspace:*",
|
|
"@penx/local-db": "workspace:*",
|
|
"@penx/model-types": "workspace:*",
|
|
"@penx/paragraph": "workspace:*",
|
|
"@penx/shared": "workspace:*",
|
|
"@penx/store": "workspace:*",
|
|
"@penx/indexeddb": "workspace:*",
|
|
"@tanstack/react-query": "^4.36.1",
|
|
"@udecode/plate-common": "^25.0.1",
|
|
"date-fns": "^2.30.0",
|
|
"downshift": "^8.2.3",
|
|
"framer-motion": "^10.16.14",
|
|
"immer": "^10.0.3",
|
|
"lodash": "^4.17.21",
|
|
"lucide-react": "^0.295.0",
|
|
"mitt": "^3.0.1",
|
|
"react-datepicker": "^4.24.0",
|
|
"react-fast-compare": "^3.2.2",
|
|
"react-hook-form": "^7.48.2",
|
|
"react-intersection-observer": "^9.5.3",
|
|
"react-textarea-autosize": "^8.5.3",
|
|
"simplebar-react": "^3.2.4",
|
|
"slate": "0.101.1",
|
|
"slate-history": "0.100.0",
|
|
"slate-lists": "workspace:*",
|
|
"slate-react": "0.101.2",
|
|
"stook": "^1.17.0",
|
|
"uikit": "workspace:*",
|
|
"use-debounce": "^9.0.4"
|
|
}
|
|
}
|