62 lines
1.5 KiB
JSON
62 lines
1.5 KiB
JSON
{
|
|
"name": "ppanel-web",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"homepage": "https://github.com/web-ppanel/ppanel-web",
|
|
"bugs": {
|
|
"url": "https://github.com/web-ppanel/ppanel-web/issues/new"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/web-ppanel/ppanel-web.git"
|
|
},
|
|
"license": "GUN",
|
|
"scripts": {
|
|
"build": "turbo build",
|
|
"clean": "turbo run clean",
|
|
"dev": "turbo dev",
|
|
"lint": "turbo lint",
|
|
"locale": "turbo locale",
|
|
"openapi": "turbo openapi",
|
|
"prepare": "./scripts/prepare.sh",
|
|
"prettier": "prettier -c --write \"**/**\"",
|
|
"release": "semantic-release",
|
|
"setup:components": "node ./scripts/setup-components.mjs",
|
|
"setup:lobehub": "./scripts/lobehub-setup.sh"
|
|
},
|
|
"lint-staged": {
|
|
"*.{json,md}": [
|
|
"prettier --write --no-error-on-unmatched-pattern"
|
|
],
|
|
"*.{js,jsx,cjs,mjs}": [
|
|
"prettier --write",
|
|
"eslint --fix"
|
|
],
|
|
"*.{ts,tsx}": [
|
|
"prettier --parser=typescript --write",
|
|
"eslint --fix"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@repo/commitlint-config": "workspace:*",
|
|
"@repo/prettier-config": "workspace:*",
|
|
"@repo/typescript-config": "workspace:*",
|
|
"@umijs/openapi": "^1.13.0",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^15.2.11",
|
|
"semantic-release": "^24.2.0",
|
|
"semantic-release-config-gitmoji": "^1.5.3",
|
|
"turbo": "^2.3.3",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"packageManager": "pnpm@9.12.3",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"react-is": "19.0.0"
|
|
}
|
|
}
|
|
}
|