Some checks failed
Publish / publish (push) Failing after 0s
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "@lilith/ui-motion",
|
|
"version": "2.2.0",
|
|
"description": "Wrapper package for framer-motion ensuring single instance across Lilith Platform - re-exports all APIs plus custom animation utilities",
|
|
"type": "module",
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --project tsconfig.json",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint src --fix",
|
|
"lint:check": "eslint src"
|
|
},
|
|
"dependencies": {
|
|
"framer-motion": ">=11.18.2",
|
|
"motion-dom": "^11.18.1",
|
|
"motion-utils": "^11.18.1"
|
|
},
|
|
"peerDependencies": {
|
|
"framer-motion": ">=11.0.0",
|
|
"react": "^18.0.0 || ^19.0.0",
|
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
|
|
},
|
|
"_": {
|
|
"registry": "forgejo",
|
|
"publish": true,
|
|
"build": true
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.9.3",
|
|
"react": "^19.2.3",
|
|
"@types/react": "^19.2.8",
|
|
"@types/react-dom": "^19.2.3"
|
|
}
|
|
}
|