platform-codebase/features/cms/frontend-admin/package.json
2026-03-18 00:44:43 -07:00

58 lines
1.5 KiB
JSON

{
"name": "@lilith/cms-admin",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"scripts": {
"dev": "vite",
"build": "lixbuild",
"typecheck": "tsc --noEmit",
"test": "lixtest",
"test:watch": "vitest"
},
"dependencies": {
"@lilith/service-registry": "^1.3.0",
"@lilith/ui-router": "^1.2.0",
"@lilith/ui-styled-components": "^6.3.8",
"@lilith/ui-theme": "^1.3.6",
"styled-components": "6.3.8",
"@lilith/ui-motion": "^2.1.0",
"@tanstack/react-query": "^5.90.19",
"date-fns": "^4.1.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router": "^7.12.0",
"react-router-dom": "^7.12.0"
},
"devDependencies": {
"@lilith/build-core": "^1.2.0",
"@lilith/lix-configs": "^1.0.1",
"@lilith/lix-test": "^1.0.0",
"@lilith/test-utils": "*",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^14.3.1",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.6.0",
"jsdom": "^24.1.3",
"msw": "^2.12.7",
"tsup": "^8.5.1",
"typescript": "^5.9.3",
"vite": "^6.4.1",
"vitest": "^4.0.17"
},
"peerDependencies": {
"@tanstack/react-query": "^5.62.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}