Files
penx/extensions/list/package.json
2023-11-12 17:51:13 +08:00

50 lines
1.4 KiB
JSON

{
"name": "@penx/list",
"version": "0.0.0",
"main": "./src/index.ts",
"types": "./src/index.ts",
"scripts": {
"lint": "eslint \"**/*.ts*\""
},
"devDependencies": {
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"eslint": "^8.42.0",
"eslint-config-custom": "workspace:*",
"react": "^18.2.0",
"tsconfig": "workspace:*",
"typescript": "^5.2.2"
},
"dependencies": {
"@bone-ui/utils": "^0.37.0",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.1.0",
"@floating-ui/react": "^0.26.1",
"@fower/react": "^2.0.0",
"@penx/autoformat": "workspace:*",
"@penx/constants": "workspace:*",
"@penx/context-menu": "workspace:*",
"@penx/editor-common": "workspace:*",
"@penx/editor-queries": "workspace:*",
"@penx/extension-typings": "*",
"@penx/local-db": "workspace:*",
"@penx/remark-slate": "workspace:*",
"@penx/serializer": "workspace:*",
"@penx/dnd-projection": "workspace:*",
"@penx/store": "workspace:*",
"@penx/types": "workspace:*",
"date-fns": "^2.30.0",
"lucide-react": "^0.289.0",
"mitt": "^3.0.0",
"nanoid": "^4.0.2",
"remark-parse": "^11.0.0",
"slate": "0.94.1",
"slate-history": "0.93.0",
"slate-lists": "workspace:*",
"slate-react": "^0.98.3",
"uikit": "workspace:*",
"unified": "^11.0.4"
}
}