Initial TrueGrowth source import
This commit is contained in:
42
packages/drawnix/package.json
Normal file
42
packages/drawnix/package.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "@aitu/drawnix",
|
||||
"version": "0.2.1",
|
||||
"main": "./index.js",
|
||||
"types": "./index.d.ts",
|
||||
"private": false,
|
||||
"scripts": {
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"test:ui": "vitest --ui"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aitu/utils": "workspace:*",
|
||||
"@floating-ui/react": "^0.26.24",
|
||||
"@milkdown/crepe": "^7.18.0",
|
||||
"@milkdown/kit": "^7.18.0",
|
||||
"@milkdown/react": "^7.18.0",
|
||||
"@plait-board/markdown-to-drawnix": "^0.0.6",
|
||||
"@plait-board/mermaid-to-drawnix": "^0.0.7",
|
||||
"@tanstack/react-virtual": "^3.13.13",
|
||||
"is-hotkey": "^0.2.0",
|
||||
"jotai": "^2.18.0",
|
||||
"katex": "^0.16.27",
|
||||
"localforage": "^1.10.0",
|
||||
"mermaid": "10.9.3",
|
||||
"postmessage-duplex": "^1.2.0",
|
||||
"pptxgenjs": "^4.0.1",
|
||||
"web-vitals": "^5.1.0"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./index.d.ts",
|
||||
"import": "./index.mjs",
|
||||
"require": "./index.js"
|
||||
},
|
||||
"./runtime": {
|
||||
"types": "./runtime.d.ts",
|
||||
"import": "./runtime.mjs",
|
||||
"require": "./runtime.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user