mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-28 06:46:24 +00:00
37 lines
856 B
JSON
37 lines
856 B
JSON
{
|
|
"name": "@lifeforge/configs",
|
|
"version": "0.0.1",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"type": "module",
|
|
"module": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.js"
|
|
},
|
|
"./vite": {
|
|
"types": "./dist/vite.d.ts",
|
|
"import": "./dist/vite.js",
|
|
"require": "./dist/vite.js"
|
|
},
|
|
"./tsconfig/*": "./tsconfig/*",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build && tsgo --emitDeclarationOnly"
|
|
},
|
|
"peerDependencies": {
|
|
"@originjs/vite-plugin-federation": "^1.4.1",
|
|
"@vitejs/plugin-react": "^4.4.1",
|
|
"react": "^19.2.0",
|
|
"vite": "^7.1.9",
|
|
"zod": "4.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.0"
|
|
}
|
|
}
|