mirror of https://github.com/1Panel-dev/1Panel
appstorecrontabdatabasedockerdocker-composedocker-containerdocker-imagedocker-uifilemanagerlamplnmppanel
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
104 lines
3.9 KiB
104 lines
3.9 KiB
{ |
|
"name": "panel", |
|
"private": true, |
|
"version": "0.0.1", |
|
"description": "1Panel 前端", |
|
"scripts": { |
|
"dev": "vite", |
|
"serve": "vite", |
|
"build:dev": "vite build --mode development", |
|
"build:test": "vue-tsc --noEmit && vite build --mode test", |
|
"build:pro": "vue-tsc --noEmit && vite build --mode production", |
|
"preview": "vite preview", |
|
"lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src", |
|
"lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"", |
|
"lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/", |
|
"lint:lint-staged": "lint-staged", |
|
"release": "standard-version", |
|
"commit": "git pull && git add -A && git-cz && git push", |
|
"prettier:comment": "自动格式化当前目录下的所有文件", |
|
"prettier": "prettier --write ." |
|
}, |
|
"dependencies": { |
|
"@codemirror/lang-javascript": "^6.1.0", |
|
"@codemirror/language": "^6.3.2", |
|
"@codemirror/legacy-modes": "^6.3.1", |
|
"@codemirror/theme-one-dark": "^6.1.0", |
|
"@element-plus/icons-vue": "^1.1.4", |
|
"@kangc/v-md-editor": "^2.3.15", |
|
"@vueuse/core": "^8.0.1", |
|
"axios": "^0.27.2", |
|
"echarts": "^5.3.0", |
|
"echarts-liquidfill": "^3.1.0", |
|
"element-plus": "^2.2.13", |
|
"fit2cloud-ui-plus": "^1.0.4", |
|
"js-base64": "^3.7.2", |
|
"js-md5": "^0.7.3", |
|
"md-editor-v3": "^2.7.2", |
|
"monaco-editor": "^0.34.0", |
|
"nprogress": "^0.2.0", |
|
"pinia": "^2.0.12", |
|
"pinia-plugin-persistedstate": "^1.6.1", |
|
"qs": "^6.10.3", |
|
"sass-loader": "^13.0.2", |
|
"screenfull": "^6.0.2", |
|
"unplugin-vue-define-options": "^0.7.3", |
|
"vite-plugin-monaco-editor": "^1.1.0", |
|
"vue": "^3.2.25", |
|
"vue-clipboard3": "^2.0.0", |
|
"vue-codemirror": "^6.1.1", |
|
"vue-i18n": "^9.1.9", |
|
"vue-router": "^4.0.12", |
|
"vue3-seamless-scroll": "^1.2.0", |
|
"xterm": "^4.19.0", |
|
"xterm-addon-attach": "^0.6.0", |
|
"xterm-addon-fit": "^0.5.0" |
|
}, |
|
"devDependencies": { |
|
"@commitlint/cli": "^17.0.1", |
|
"@commitlint/config-conventional": "^17.0.0", |
|
"@types/node": "^17.0.31", |
|
"@typescript-eslint/eslint-plugin": "^5.22.0", |
|
"@typescript-eslint/parser": "^5.22.0", |
|
"@vitejs/plugin-vue": "^2.2.0", |
|
"@vitejs/plugin-vue-jsx": "^1.3.10", |
|
"autoprefixer": "^10.4.7", |
|
"commitizen": "^4.2.4", |
|
"cz-git": "^1.3.2", |
|
"driver.js": "^0.9.8", |
|
"eslint": "^8.14.0", |
|
"eslint-config-prettier": "^8.5.0", |
|
"eslint-plugin-prettier": "^4.0.0", |
|
"eslint-plugin-vue": "^8.7.1", |
|
"lint-staged": "^12.4.2", |
|
"postcss": "^8.4.14", |
|
"postcss-html": "^1.4.1", |
|
"prettier": "^2.6.2", |
|
"rollup-plugin-visualizer": "^5.5.4", |
|
"sass": "^1.49.7", |
|
"standard-version": "^9.5.0", |
|
"stylelint": "^14.8.5", |
|
"stylelint-config-html": "^1.0.0", |
|
"stylelint-config-prettier": "^9.0.3", |
|
"stylelint-config-recess-order": "^3.0.0", |
|
"stylelint-config-recommended-scss": "^6.0.0", |
|
"stylelint-config-recommended-vue": "^1.4.0", |
|
"stylelint-config-standard": "^25.0.0", |
|
"stylelint-config-standard-scss": "^3.0.0", |
|
"typescript": "^4.5.4", |
|
"unplugin-auto-import": "^0.6.0", |
|
"unplugin-vue-components": "^0.17.18", |
|
"vite": "^2.8.0", |
|
"vite-plugin-cdn-import": "^0.3.5", |
|
"vite-plugin-compression": "^0.5.1", |
|
"vite-plugin-eslint": "^1.6.0", |
|
"vite-plugin-html": "^3.2.0", |
|
"vite-plugin-vue-setup-extend": "^0.4.0", |
|
"vue-tsc": "^0.29.8" |
|
}, |
|
"config": { |
|
"commitizen": { |
|
"path": "node_modules/cz-git" |
|
} |
|
} |
|
}
|
|
|