2025-12-23 18:40:37 -08:00
|
|
|
{
|
|
|
|
|
"name": "@lilith/config",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
2025-12-28 20:03:53 -08:00
|
|
|
"description": "Shared configuration for Vite, TypeScript, ESLint, testing, and platform constants",
|
2025-12-23 18:40:37 -08:00
|
|
|
"exports": {
|
2025-12-28 20:03:53 -08:00
|
|
|
".": "./src/index.ts",
|
|
|
|
|
"./platform": "./src/index.ts",
|
2025-12-23 18:40:37 -08:00
|
|
|
"./vite.config.js": "./vite.config.js",
|
|
|
|
|
"./vitest": "./vitest.config.ts",
|
|
|
|
|
"./playwright": "./playwright.config.ts",
|
|
|
|
|
"./tsconfig.react.json": "./tsconfig.react.json",
|
|
|
|
|
"./eslint.base.cjs": "./eslint.base.cjs",
|
|
|
|
|
"./eslint.react.cjs": "./eslint.react.cjs"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@vitejs/plugin-react": "^4.0.0 || ^5.0.0",
|
|
|
|
|
"typescript": "^5.0.0",
|
|
|
|
|
"vite": "^4.0.0 || ^5.0.0"
|
|
|
|
|
}
|
|
|
|
|
}
|