Package: @lilith/ui-dev-content Split from: lilith/ui.git or lilith/build.git Publish workflow: calls lilith/workflows/.forgejo/workflows/publish-npm.yml@main
38 lines
1,018 B
JSON
38 lines
1,018 B
JSON
{
|
|
"name": "@lilith/ui-dev-content",
|
|
"version": "1.0.4-dev.1769950500",
|
|
"description": "WYSIWYG dev-time content editor with concurrent operations and progress tracking",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/ui-data": "^1.1.1",
|
|
"@lilith/ui-feedback": "^1.3.7",
|
|
"@lilith/ui-forms": "^1.1.4",
|
|
"@lilith/ui-icons": "^1.1.2",
|
|
"@lilith/ui-primitives": "^1.2.10",
|
|
"@lilith/ui-zname": "^1.1.2",
|
|
"framer-motion": "^12.26.2",
|
|
"lucide-react": "^0.562.0",
|
|
"@lilith/ui-styled-components": "^6.3.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.0.8",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"typescript": "^5.0.0",
|
|
"vite": "^5.0.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "http://forge.black.local/api/packages/lilith/npm/"
|
|
}
|
|
}
|