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.
75 lines
2.1 KiB
75 lines
2.1 KiB
{
|
|
"name": "halo-admin",
|
|
"version": "1.4.11",
|
|
"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",
|
|
"build:jsdelivr": "vue-cli-service build --mode jsdelivr",
|
|
"lint": "vue-cli-service lint",
|
|
"test:unit": "vue-cli-service test:unit"
|
|
},
|
|
"dependencies": {
|
|
"ant-design-vue": "^1.7.6",
|
|
"axios": "^0.21.1",
|
|
"dayjs": "^1.10.5",
|
|
"enquire.js": "^2.1.6",
|
|
"filepond": "^4.28.2",
|
|
"filepond-plugin-file-validate-type": "^1.2.6",
|
|
"filepond-plugin-image-preview": "^4.6.6",
|
|
"flv.js": "^1.5.0",
|
|
"halo-editor": "^2.8.3",
|
|
"marked": "^2.1.3",
|
|
"nprogress": "^0.2.0",
|
|
"tiny-pinyin": "^1.3.2",
|
|
"verte": "^0.0.12",
|
|
"vue": "^2.6.14",
|
|
"vue-clipboard2": "^0.3.1",
|
|
"vue-codemirror-lite": "^1.0.4",
|
|
"vue-contextmenujs": "^1.3.13",
|
|
"vue-count-to": "^1.0.13",
|
|
"vue-dplayer": "0.0.10",
|
|
"vue-filepond": "^6.0.3",
|
|
"vue-ls": "^3.2.2",
|
|
"vue-router": "^3.5.2",
|
|
"vuedraggable": "^2.24.3",
|
|
"vuejs-logger": "^1.10.2",
|
|
"vuex": "^3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/polyfill": "^7.12.1",
|
|
"@vue/cli-plugin-babel": "^3.12.1",
|
|
"@vue/cli-plugin-eslint": "^4.5.13",
|
|
"@vue/cli-plugin-unit-jest": "^4.5.13",
|
|
"@vue/cli-service": "^4.5.13",
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
"@vue/test-utils": "^1.2.1",
|
|
"babel-core": "7.0.0-bridge.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-jest": "^26.6.3",
|
|
"babel-plugin-import": "^1.13.3",
|
|
"eslint": "^6.8.0",
|
|
"eslint-plugin-html": "^6.1.2",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"husky": "^6.0.0",
|
|
"less": "^3.13.1",
|
|
"less-loader": "^5.0.0",
|
|
"lint-staged": "^10.5.4",
|
|
"prettier": "^1.19.1",
|
|
"tailwindcss": "^1.9.6",
|
|
"vue-template-compiler": "^2.6.14"
|
|
}
|
|
}
|