2019-03-18 16:35:13 +00:00
|
|
|
{
|
|
|
|
"name": "halo-admin",
|
2021-07-24 04:20:03 +00:00
|
|
|
"version": "1.4.11",
|
2020-08-30 09:46:45 +00:00
|
|
|
"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": {
|
2021-07-03 07:20:00 +00:00
|
|
|
"ant-design-vue": "^1.7.6",
|
2021-01-06 03:54:47 +00:00
|
|
|
"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",
|
2020-05-18 13:27:13 +00:00
|
|
|
"flv.js": "^1.5.0",
|
2021-06-27 07:55:17 +00:00
|
|
|
"halo-editor": "^2.8.3",
|
2021-07-03 07:20:00 +00:00
|
|
|
"marked": "^2.1.3",
|
2020-12-08 01:59:25 +00:00
|
|
|
"nprogress": "^0.2.0",
|
2021-01-24 04:55:24 +00:00
|
|
|
"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",
|
2019-06-26 11:58:08 +00:00
|
|
|
"vue-count-to": "^1.0.13",
|
2019-11-18 09:15:56 +00:00
|
|
|
"vue-dplayer": "0.0.10",
|
2020-09-13 02:29:23 +00:00
|
|
|
"vue-filepond": "^6.0.3",
|
2021-03-05 10:54:45 +00:00
|
|
|
"vue-ls": "^3.2.2",
|
2021-07-03 07:20:00 +00:00
|
|
|
"vue-router": "^3.5.2",
|
2021-01-24 04:55:24 +00:00
|
|
|
"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",
|
2021-03-06 10:38:10 +00:00
|
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
2021-07-03 07:20:00 +00:00
|
|
|
"@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",
|
2020-05-07 05:35:15 +00:00
|
|
|
"eslint": "^6.8.0",
|
2021-04-08 07:53:38 +00:00
|
|
|
"eslint-plugin-html": "^6.1.2",
|
2021-04-29 15:56:04 +00:00
|
|
|
"eslint-plugin-prettier": "^3.4.0",
|
2020-04-28 05:51:51 +00:00
|
|
|
"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"
|
2021-03-06 10:38:10 +00:00
|
|
|
}
|
2020-11-02 15:11:01 +00:00
|
|
|
}
|