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.2 KiB
75 lines
2.2 KiB
{ |
|
"name": "halo-admin", |
|
"version": "1.4.13", |
|
"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": { |
|
"@codemirror/basic-setup": "^0.19.0", |
|
"@codemirror/lang-html": "^0.19.3", |
|
"@codemirror/lang-java": "^0.19.1", |
|
"@halo-dev/admin-api": "^1.0.0-alpha.44", |
|
"ant-design-vue": "^1.7.8", |
|
"crypto-js": "^4.1.1", |
|
"dayjs": "^1.10.7", |
|
"enquire.js": "^2.1.6", |
|
"filepond": "^4.30.3", |
|
"filepond-plugin-file-validate-type": "^1.2.6", |
|
"filepond-plugin-image-preview": "^4.6.10", |
|
"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.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": { |
|
"@babel/polyfill": "^7.12.1", |
|
"@vue/cli-plugin-babel": "^3.12.1", |
|
"@vue/cli-plugin-eslint": "^4.5.15", |
|
"@vue/cli-plugin-unit-jest": "^4.5.15", |
|
"@vue/cli-service": "^4.5.15", |
|
"@vue/eslint-config-prettier": "^6.0.0", |
|
"@vue/test-utils": "^1.2.2", |
|
"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.2.0", |
|
"eslint-plugin-prettier": "^3.4.1", |
|
"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" |
|
} |
|
}
|
|
|