29 lines
726 B
JSON
29 lines
726 B
JSON
{
|
|
"name": "@lilith/share-frontend-public",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"@lilith/ui-accessibility": "^1.1.4",
|
|
"@lilith/ui-styled-components": "^6.3.8",
|
|
"@lilith/ui-router": "^1.2.0",
|
|
"@lilith/ui-theme": "^1.3.6",
|
|
"styled-components": "6.3.8"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/build-core": "^1.2.0",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^6.4.1",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"vite-tsconfig-paths": "^5.1.4"
|
|
}
|
|
}
|