halo-admin/package.json

75 lines
2.1 KiB
JSON
Raw Normal View History

2019-03-18 16:35:13 +00:00
{
"name": "halo-admin",
2021-07-24 04:20:03 +00:00
"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",
2019-03-18 16:35:13 +00:00
"scripts": {
2021-04-09 06:53:03 +00:00
"prepare": "husky install",
2019-03-18 16:35:13 +00:00
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
2020-03-28 07:26:05 +00:00
"build:jsdelivr": "vue-cli-service build --mode jsdelivr",
2019-03-20 12:22:52 +00:00
"lint": "vue-cli-service lint",
2019-03-29 03:57:32 +00:00
"test:unit": "vue-cli-service test:unit"
2019-03-18 16:35:13 +00:00
},
"dependencies": {
"ant-design-vue": "^1.7.6",
"axios": "^0.21.1",
2021-06-12 04:24:52 +00:00
"dayjs": "^1.10.5",
2019-03-20 12:22:52 +00:00
"enquire.js": "^2.1.6",
2021-06-12 04:24:52 +00:00
"filepond": "^4.28.2",
2021-04-08 07:53:38 +00:00
"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",
2019-08-24 13:39:43 +00:00
"verte": "^0.0.12",
2021-06-12 04:24:52 +00:00
"vue": "^2.6.14",
2020-07-05 04:14:23 +00:00
"vue-clipboard2": "^0.3.1",
2019-04-01 14:26:55 +00:00
"vue-codemirror-lite": "^1.0.4",
2021-03-05 10:54:45 +00:00
"vue-contextmenujs": "^1.3.13",
"vue-count-to": "^1.0.13",
2019-11-18 09:15:56 +00:00
"vue-dplayer": "0.0.10",
"vue-filepond": "^6.0.3",
2021-03-05 10:54:45 +00:00
"vue-ls": "^3.2.2",
"vue-router": "^3.5.2",
"vuedraggable": "^2.24.3",
2021-04-08 07:53:38 +00:00
"vuejs-logger": "^1.10.2",
"vuex": "^3.6.2"
2019-03-18 16:35:13 +00:00
},
"devDependencies": {
2021-03-14 04:28:50 +00:00
"@babel/polyfill": "^7.12.1",
2021-04-08 07:53:38 +00:00
"@vue/cli-plugin-babel": "^3.12.1",
2021-05-15 04:30:04 +00:00
"@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",
2019-03-20 12:22:52 +00:00
"babel-core": "7.0.0-bridge.0",
2020-07-05 04:14:23 +00:00
"babel-eslint": "^10.1.0",
2021-03-05 10:54:45 +00:00
"babel-jest": "^26.6.3",
"babel-plugin-import": "^1.13.3",
"eslint": "^6.8.0",
2021-04-08 07:53:38 +00:00
"eslint-plugin-html": "^6.1.2",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^6.2.2",
2021-04-09 06:53:03 +00:00
"husky": "^6.0.0",
2021-03-05 10:54:45 +00:00
"less": "^3.13.1",
2019-05-29 05:41:18 +00:00
"less-loader": "^5.0.0",
2021-03-05 10:54:45 +00:00
"lint-staged": "^10.5.4",
2021-03-28 10:11:15 +00:00
"prettier": "^1.19.1",
2021-04-08 07:53:38 +00:00
"tailwindcss": "^1.9.6",
2021-06-12 04:24:52 +00:00
"vue-template-compiler": "^2.6.14"
}
2020-11-02 15:11:01 +00:00
}