mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-04 14:46:42 +00:00

* refactor: more packages moved to use catalog * chore: version update * refactor: fix a import path
37 lines
846 B
JSON
37 lines
846 B
JSON
{
|
|
"name": "kunkun",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "turbo build",
|
|
"dev": "turbo dev",
|
|
"check-types": "turbo check-types",
|
|
"test": "turbo run test",
|
|
"prepare": "turbo run prepare",
|
|
"lint": "turbo lint",
|
|
"format": "prettier --write \"**/*.{ts,tsx,md,svelte}\""
|
|
},
|
|
"devDependencies": {
|
|
"@changesets/cli": "^2.27.11",
|
|
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-svelte": "^3.3.2",
|
|
"prettier-plugin-tailwindcss": "^0.6.9",
|
|
"turbo": "^2.3.3",
|
|
"valibot": "catalog:",
|
|
"typescript": "5.7.2"
|
|
},
|
|
"packageManager": "pnpm@9.15.3",
|
|
"engines": {
|
|
"node": ">=22"
|
|
},
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*",
|
|
"packages/extensions/*",
|
|
"packages/templates/*",
|
|
"packages/tauri-plugins/*",
|
|
"vendors/tauri-plugin-network",
|
|
"vendors/tauri-plugin-system-info"
|
|
]
|
|
}
|