platform-codebase/features/landing/frontend-admin/package.json

35 lines
774 B
JSON

{
"name": "@lilith/landing-admin",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"dev": "vite",
"build": "tsup",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@lilith/cms-admin": "*",
"@lilith/ui-styled-components": "^6.3.8",
"@lilith/ui-theme": "^1.3.6",
"styled-components": "6.3.8",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"@lilith/lix-configs": "^1.0.1",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
},
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}