956e645144
Squashed commit of the following: commit66d0e5e94cAuthor: Sun <95302870@qq.com> Date: Thu Jan 25 13:20:34 2024 +0800 更新1.3.0-beta24-01-25 commit52a81e5f55Author: Sun <95302870@qq.com> Date: Thu Jan 25 13:13:08 2024 +0800 Squashed commit of the following: commit 908d87357c4e22868eff85f377bb8cd22f3785d7 Author: Sun <95302870@qq.com> Date: Thu Jan 25 13:12:14 2024 +0800 增加前端版本号 commit 8ed2b636476c7a14ae4e1761f7712949b7ce60fc Author: Sun <95302870@qq.com> Date: Thu Jan 25 12:29:49 2024 +0800 增加自动获取前端版本号的git tag commitba7d70f9caAuthor: Sun <95302870@qq.com> Date: Thu Jan 25 10:58:15 2024 +0800 优化代码 commit104543b96fAuthor: Sun <95302870@qq.com> Date: Wed Jan 24 21:28:31 2024 +0800 增加系统状态组件的部分样式 commit70c87c94c6Author: Sun <95302870@qq.com> Date: Wed Jan 24 20:55:05 2024 +0800 时间组件和搜索栏组件增加样式类型 commit6bab5a264fAuthor: Sun <95302870@qq.com> Date: Wed Jan 24 20:41:33 2024 +0800 将项目列表增加样式并优化减少dom嵌套 commit99d18df7f0Author: Sun <95302870@qq.com> Date: Wed Jan 24 20:11:07 2024 +0800 增加系统状态、logo等类名并简化部分组件dom commitbf1cc0cc00Author: Sun <95302870@qq.com> Date: Wed Jan 24 17:17:41 2024 +0800 更新关于页面 commitfceacf58b8Author: Sun <95302870@qq.com> Date: Wed Jan 24 14:54:37 2024 +0800 增加隐藏网络模式切换开关 commite0dcc49f5bAuthor: Sun <95302870@qq.com> Date: Wed Jan 24 13:55:28 2024 +0800 优化部分错误码 commit863cdf0fc1Author: Sun <95302870@qq.com> Date: Wed Jan 24 12:54:55 2024 +0800 声明暴露端口 commit5b25ef9c19Author: Sun <95302870@qq.com> Date: Wed Jan 24 12:38:48 2024 +0800 修改命令行所有的输出内容为英文
73 lines
2.0 KiB
JSON
73 lines
2.0 KiB
JSON
{
|
|
"name": "sun-panel",
|
|
"version": "0.0.0",
|
|
"private": false,
|
|
"description": "Sun-Panel Web",
|
|
"author": "BraisedHunter <95302870@qq.com>",
|
|
"keywords": [
|
|
"Sun-Panel",
|
|
"vue"
|
|
],
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p add-version type-check build-only",
|
|
"add-version": "node ./add-frontend-version.js",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --noEmit",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"bootstrap": "pnpm install && pnpm run common:prepare",
|
|
"common:cleanup": "rimraf node_modules && rimraf pnpm-lock.yaml",
|
|
"common:prepare": "husky install"
|
|
},
|
|
"dependencies": {
|
|
"@traptitech/markdown-it-katex": "^3.6.0",
|
|
"@vueuse/core": "^9.13.0",
|
|
"highlight.js": "^11.7.0",
|
|
"katex": "^0.16.4",
|
|
"markdown-it": "^13.0.1",
|
|
"moment": "^2.29.4",
|
|
"naive-ui": "^2.36.0",
|
|
"pinia": "^2.0.33",
|
|
"vue": "^3.2.47",
|
|
"vue-draggable-plus": "^0.2.6",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-router": "^4.1.6",
|
|
"vuedraggable": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.35.3",
|
|
"@commitlint/cli": "^17.4.4",
|
|
"@commitlint/config-conventional": "^17.4.4",
|
|
"@iconify/vue": "^4.1.0",
|
|
"@types/crypto-js": "^4.1.1",
|
|
"@types/katex": "^0.16.0",
|
|
"@types/markdown-it": "^12.2.3",
|
|
"@types/markdown-it-link-attributes": "^3.0.1",
|
|
"@types/node": "^18.14.6",
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"autoprefixer": "^10.4.13",
|
|
"axios": "^1.3.4",
|
|
"crypto-js": "^4.1.1",
|
|
"eslint": "^8.35.0",
|
|
"less": "^4.1.3",
|
|
"lint-staged": "^13.1.2",
|
|
"markdown-it-link-attributes": "^4.0.1",
|
|
"npm-run-all": "^4.1.5",
|
|
"postcss": "^8.4.21",
|
|
"rimraf": "^4.2.0",
|
|
"tailwindcss": "^3.2.7",
|
|
"typescript": "~4.9.5",
|
|
"vite": "^4.2.0",
|
|
"vite-plugin-pwa": "^0.14.4",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vue-tsc": "^1.2.0"
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,tsx,vue}": [
|
|
"pnpm lint:fix"
|
|
]
|
|
}
|
|
}
|