mirror of
https://github.com/moeru-ai/airi.git
synced 2026-05-22 11:27:59 +00:00
98 lines
3.3 KiB
JSON
98 lines
3.3 KiB
JSON
{
|
|
"name": "@proj-airi/root",
|
|
"type": "module",
|
|
"version": "0.6.1",
|
|
"private": true,
|
|
"packageManager": "pnpm@10.12.4",
|
|
"description": "LLM powered virtual character",
|
|
"author": {
|
|
"name": "Moeru AI Project AIRI Team",
|
|
"email": "airi@moeru.ai",
|
|
"url": "https://github.com/moeru-ai"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"postinstall": "npx simple-git-hooks && pnpm run build:packages",
|
|
"dev": "pnpm -r -F @proj-airi/stage-web dev",
|
|
"dev:docs": "pnpm -rF @proj-airi/docs run dev",
|
|
"dev:ui": "pnpm -rF @proj-airi/stage-ui run story:dev",
|
|
"dev:web": "pnpm -rF @proj-airi/stage-web run dev",
|
|
"dev:tamagotchi": "pnpm -rF @proj-airi/stage-tamagotchi run app:dev",
|
|
"dev:apps": "pnpm -rF=\"./apps/*\" run --parallel dev",
|
|
"dev:packages": "pnpm -rF=\"./packages/*\" --parallel run dev",
|
|
"build": "turbo run build -F=\"./packages/*\" -F=\"./apps/*\"",
|
|
"build:web": "turbo run build -F @proj-airi/stage-web",
|
|
"build:tamagotchi": "pnpm -rF @proj-airi/stage-tamagotchi run app:build",
|
|
"build:apps": "turbo run build -F=\"./apps/*\"",
|
|
"build:packages": "turbo run build -F=\"./packages/*\"",
|
|
"build:crates": "cargo build --workspace",
|
|
"test": "vitest --coverage",
|
|
"test:run": "vitest run",
|
|
"lint": "eslint --cache .",
|
|
"lint:fix": "eslint --cache --fix .",
|
|
"lint:rust": "cargo fmt --check && cargo clippy --workspace",
|
|
"typecheck": "pnpm -rF=\"./packages/*\" -F=\"./apps/*\" -F=\"./docs\" --parallel typecheck",
|
|
"up": "taze -w -r -I -f && pnpm prune && pnpm dedupe",
|
|
"sizecheck": "npx vite-bundle-visualizer",
|
|
"nolyfill": "pnpm dlx nolyfill"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^4.16.2",
|
|
"@antfu/ni": "^25.0.0",
|
|
"@arethetypeswrong/core": "^0.18.2",
|
|
"@iconify/utils": "^2.3.0",
|
|
"@proj-airi/unocss-preset-chromatic": "^1.0.0",
|
|
"@types/node": "^24.0.10",
|
|
"@unocss/eslint-config": "^66.3.3",
|
|
"@unocss/eslint-plugin": "^66.3.3",
|
|
"@unocss/preset-mini": "^66.3.3",
|
|
"@vitest/coverage-v8": "^3.2.4",
|
|
"bumpp": "^10.2.0",
|
|
"eslint": "^9.30.1",
|
|
"execa": "^9.6.0",
|
|
"lint-staged": "^16.1.2",
|
|
"rollup": "^4.44.2",
|
|
"simple-git-hooks": "^2.13.0",
|
|
"smol-toml": "^1.4.1",
|
|
"taze": "^19.1.0",
|
|
"tsdown": "^0.12.9",
|
|
"tsx": "^4.20.3",
|
|
"turbo": "^2.5.4",
|
|
"typescript": "~5.8.3",
|
|
"unocss": "^66.3.3",
|
|
"unocss-preset-scrollbar": "^3.2.0",
|
|
"unplugin-lightningcss": "^0.4.1",
|
|
"unplugin-raw": "^0.5.0",
|
|
"unplugin-unused": "^0.5.1",
|
|
"unplugin-vue": "^6.2.0",
|
|
"vite": "^6.3.5",
|
|
"vite-plugin-inspect": "^11.3.0",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"workspaces": [
|
|
"packages/**",
|
|
"services/**",
|
|
"examples/**",
|
|
"docs/**",
|
|
"apps/**"
|
|
],
|
|
"pnpm": {
|
|
"neverBuiltDependencies": [],
|
|
"overrides": {
|
|
"array-flatten": "npm:@nolyfill/array-flatten@^1.0.44",
|
|
"axios": "npm:feaxios@^0.0.23",
|
|
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
|
|
"isarray": "npm:@nolyfill/isarray@^1.0.44",
|
|
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.44",
|
|
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.44",
|
|
"side-channel": "npm:@nolyfill/side-channel@^1.0.44",
|
|
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@^1.0.44"
|
|
}
|
|
},
|
|
"simple-git-hooks": {
|
|
"pre-commit": "pnpm lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*": "eslint --fix"
|
|
}
|
|
}
|