## [1.2.3](https://github.com/perfect-panel/frontend/compare/v1.2.2...v1.2.3) (2025-12-16) ### 🐛 Bug Fixes / 问题修复 * add success message for sorting in subscription table and update device limit terminology to "IP限制" for consistency ([d22919b](d22919bf57)) * Add the VITE_SHOW_LANDING_PAGE configuration to control the landing page display logic. ([a8a3d18](a8a3d18061)) * Added a scroll wheel event handler to improve the scrolling experience of the combo box option list. ([7648175](76481755ea)) * comment out favicon links in admin and user HTML files for clarity; update icon type to support all image formats in route files ([033af5c](033af5c01a)) * enhance logout functionality to support hash-based routing and improve redirect logic ([69a89e0](69a89e0c39)) * update device limit terminology to "IP Limit" for consistency in English and Chinese locales ([4b868b0](4b868b0c1d)) * update email validation to use z.email for consistency in login and reset forms ([11a0df6](11a0df67b7)) * Update the import path and use empty spaces in the composite component to maintain consistency. ([25d95c7](25d95c792f)) * update user agent placeholders in subscription configuration for consistency ([7f06f76](7f06f76056))
95 lines
2.5 KiB
JSON
95 lines
2.5 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "1.2.3",
|
|
"private": true,
|
|
"homepage": "https://github.com/perfect-panel/frontend",
|
|
"bugs": {
|
|
"url": "https://github.com/perfect-panel/frontend/issues/new"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/perfect-panel/frontend.git"
|
|
},
|
|
"license": "GUN",
|
|
"scripts": {
|
|
"build": "turbo build",
|
|
"dev": "turbo dev",
|
|
"docs:dev": "turbo docs:dev",
|
|
"docs:build": "turbo docs:build",
|
|
"lint": "turbo lint",
|
|
"check": "turbo check",
|
|
"test": "turbo test",
|
|
"openapi": "turbo openapi",
|
|
"i18n:extract": "turbo i18n:extract",
|
|
"i18n:sync": "turbo i18n:sync",
|
|
"i18n:status": "turbo i18n:status",
|
|
"prepare": "husky && npx gitmoji -i",
|
|
"release": "semantic-release"
|
|
},
|
|
"overrides": {
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"@types/react": "^19.2.0",
|
|
"@types/react-dom": "^19.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.3.6",
|
|
"@semantic-release/changelog": "^6.0.3",
|
|
"@semantic-release/exec": "^7.0.3",
|
|
"@semantic-release/git": "^10.0.1",
|
|
"@semantic-release/github": "^11.0.3",
|
|
"@types/react-copy-to-clipboard": "^5.0.7",
|
|
"@workspace/typescript-config": "workspace:*",
|
|
"commitlint": "^20.1.0",
|
|
"commitlint-config-gitmoji": "^2.3.1",
|
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
"gitmoji-cli": "^9.7.0",
|
|
"husky": "^9.1.7",
|
|
"i18next-cli": "^1.24.20",
|
|
"lefthook": "^2.0.4",
|
|
"lint-staged": "^16.2.7",
|
|
"semantic-release": "^24.2.5",
|
|
"turbo": "^2.5.8",
|
|
"typescript": "^5.9.3",
|
|
"ultracite": "^6.3.4"
|
|
},
|
|
"packageManager": "bun@1.3.1",
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*",
|
|
"docs"
|
|
],
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx,json,jsonc,css,scss,md,mdx}": [
|
|
"bun x ultracite fix"
|
|
]
|
|
},
|
|
"gitmoji": {
|
|
"autoAdd": false,
|
|
"emojiFormat": "emoji",
|
|
"scopePrompt": false,
|
|
"messagePrompt": false,
|
|
"capitalizeTitle": false,
|
|
"gitmojisUrl": "https://gitmoji.dev/api/gitmojis"
|
|
},
|
|
"commitlint": {
|
|
"extends": [
|
|
"gitmoji"
|
|
],
|
|
"parserPreset": {
|
|
"parserOpts": {
|
|
"headerPattern": "^(?:(\\u00a9|\\u00ae|[\\u2000-\\u3300]|\\ud83c[\\ud000-\\udfff]|\\ud83d[\\ud000-\\udfff]|\\ud83e[\\ud000-\\udfff])\\s*)?(\\w*)(?:\\((.*)\\))?!?:\\s*(.*)$",
|
|
"headerCorrespondence": [
|
|
"emoji",
|
|
"type",
|
|
"scope",
|
|
"subject"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|