57 lines
1.1 KiB
JSON
57 lines
1.1 KiB
JSON
{
|
|
"name": "@lilith/vite-config-react",
|
|
"version": "1.0.0",
|
|
"description": "Vite configuration preset for React applications",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"typecheck": "tsc --noEmit",
|
|
"clean": "rm -rf dist"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-react": "^4.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"vite": ">=5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@lilith/dev-console": {
|
|
"optional": true
|
|
},
|
|
"@lilith/vite-plugin-pnpm-resolve": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"tsup": "^8.5.1",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^6.4.1"
|
|
},
|
|
"keywords": [
|
|
"vite",
|
|
"config",
|
|
"react",
|
|
"lilith"
|
|
],
|
|
"author": "Lilith Platform",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"registry": "http://forge.black.local/api/packages/lilith/npm/"
|
|
},
|
|
"_": {
|
|
"registry": "forgejo",
|
|
"publish": true,
|
|
"build": true
|
|
}
|
|
}
|