mirror of https://github.com/halo-dev/halo-admin
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.
77 lines
2.3 KiB
77 lines
2.3 KiB
{
|
|
"name": "halo-admin",
|
|
"version": "1.6.0-SNAPSHOT",
|
|
"author": "halo-dev",
|
|
"description": "Halo admin client.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/halo-dev/halo-admin.git"
|
|
},
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/halo-dev/halo-admin/issues"
|
|
},
|
|
"homepage": "https://github.com/halo-dev/halo-admin#readme",
|
|
"scripts": {
|
|
"prepare": "husky install",
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build --no-module",
|
|
"lint": "vue-cli-service lint",
|
|
"test:unit": "vue-cli-service test:unit"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/basic-setup": "^0.19.3",
|
|
"@codemirror/lang-html": "^0.19.4",
|
|
"@codemirror/lang-java": "^0.19.1",
|
|
"@halo-dev/admin-api": "^1.1.0",
|
|
"@halo-dev/editor": "^3.0.5",
|
|
"ant-design-vue": "^1.7.8",
|
|
"dayjs": "^1.11.0",
|
|
"enquire.js": "^2.1.6",
|
|
"filepond": "^4.30.3",
|
|
"filepond-plugin-file-validate-type": "^1.2.6",
|
|
"filepond-plugin-image-preview": "^4.6.11",
|
|
"lodash.debounce": "^4.0.8",
|
|
"lodash.throttle": "^4.1.1",
|
|
"marked": "^4.0.13",
|
|
"md5.js": "^1.3.5",
|
|
"nprogress": "^0.2.0",
|
|
"tiny-pinyin": "^1.3.2",
|
|
"verte": "^0.0.12",
|
|
"vue": "^2.6.14",
|
|
"vue-clipboard2": "^0.3.3",
|
|
"vue-contextmenujs": "^1.3.13",
|
|
"vue-count-to": "^1.0.13",
|
|
"vue-filepond": "^6.0.3",
|
|
"vue-ls": "^3.2.2",
|
|
"vue-router": "^3.5.3",
|
|
"vuedraggable": "^2.24.3",
|
|
"vuejs-logger": "^1.10.2",
|
|
"vuex": "^3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@ant-design/colors": "3.2.2",
|
|
"@babel/core": "^7.17.9",
|
|
"@babel/eslint-parser": "^7.17.0",
|
|
"@tailwindcss/aspect-ratio": "^0.4.0",
|
|
"@vue/cli-plugin-babel": "~5.0.4",
|
|
"@vue/cli-plugin-eslint": "~5.0.4",
|
|
"@vue/cli-plugin-router": "~5.0.4",
|
|
"@vue/cli-plugin-vuex": "~5.0.4",
|
|
"@vue/cli-service": "~5.0.4",
|
|
"compression-webpack-plugin": "^9.2.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-vue": "^8.6.0",
|
|
"husky": "^6.0.0",
|
|
"less": "^3.13.1",
|
|
"less-loader": "^5.0.0",
|
|
"lint-staged": "^11.2.6",
|
|
"prettier": "^2.6.2",
|
|
"tailwindcss": "^3.0.23",
|
|
"vue-template-compiler": "^2.6.14",
|
|
"webpack-theme-color-replacer": "^1.3.26"
|
|
}
|
|
}
|