51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "@lilith/blog-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/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-markdown": "^9.0.1",
|
|
"react-router": "^7.12.0",
|
|
"react-router-dom": "^7.12.0",
|
|
"rehype-raw": "^7.0.0",
|
|
"remark-gfm": "^4.0.0",
|
|
"@lilith/tracked-changes": "^1.0.0",
|
|
"@lilith/ui-tracked-changes": "1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/build-core": "^1.2.0",
|
|
"@lilith/lix-configs": "^1.0.1",
|
|
"@lilith/vite-plugin-dependency-startup": "^1.1.1",
|
|
"@types/react": "^19.2.8",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^4.6.0",
|
|
"tsup": "^8.5.1",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^6.4.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@tanstack/react-query": "^5.62.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
}
|
|
}
|