66 lines
2.1 KiB
JSON
66 lines
2.1 KiB
JSON
{
|
|
"name": "@lilith/provider-website",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Personal portfolio website for providers — pilot feature for lilith-platform",
|
|
"author": {
|
|
"name": "QuinnFTW",
|
|
"email": "quinn@ftw.codes"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "lixbuild",
|
|
"build:analyze": "NODE_ENV=production ANALYZE=true vite build",
|
|
"analyze": "node tooling/analyze-bundle.js",
|
|
"audit": "bash tooling/audit-perf.sh",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "lixtest",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/provider-api-client": "workspace:*",
|
|
"@lilith/age-verification-react": "*",
|
|
"@lilith/ui-image": "1.2.0",
|
|
"@lilith/analytics-client": "*",
|
|
"@lilith/analytics-client-react": "*",
|
|
"@lilith/ui-backgrounds": "^1.1.7",
|
|
"@lilith/ui-feedback": "1.4.3-dev.1775354876",
|
|
"@lilith/ui-icons": "^1.2.2",
|
|
"@lilith/ui-layout": "^1.2.0",
|
|
"@lilith/ui-motion": "^2.2.0",
|
|
"@lilith/ui-forms": "^1.3.1",
|
|
"@lilith/ui-primitives": "1.2.19-dev.1775420334",
|
|
"@lilith/ui-router": "^1.3.2",
|
|
"@lilith/ui-styled-components": "^6.3.9",
|
|
"@lilith/ui-theme": "^1.3.6",
|
|
"@lilith/ui-themes": "^1.1.3",
|
|
"@lilith/ui-typography": "^1.1.7",
|
|
"@lilith/ui-effects-sound": "^1.2.0",
|
|
"@lilith/ui-zname": "^1.2.3",
|
|
"framer-motion": "^11.0.0",
|
|
"lucide-react": "^0.460.0",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"react-router": "^7.12.0",
|
|
"react-router-dom": "^7.12.0",
|
|
"react-simple-maps": "^3.0.0",
|
|
"styled-components": "^6.3.8"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/lix-build": "^1.0.7",
|
|
"@lilith/lix-test": "^1.0.0",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@types/react": "^19.2.8",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/react-simple-maps": "^3.0.6",
|
|
"@vitejs/plugin-react": "^4.7.0",
|
|
"happy-dom": "^20.0.0",
|
|
"rollup-plugin-visualizer": "^7.0.1",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^6.4.1",
|
|
"vitest": "^3.1.1"
|
|
}
|
|
}
|