21 lines
606 B
JSON
21 lines
606 B
JSON
|
|
{
|
||
|
|
"name": "@lilith/config",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"private": true,
|
||
|
|
"type": "module",
|
||
|
|
"description": "Shared configuration for Vite, TypeScript, ESLint, and testing",
|
||
|
|
"exports": {
|
||
|
|
"./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"
|
||
|
|
}
|
||
|
|
}
|