2019-03-18 16:35:13 +00:00
|
|
|
{
|
|
|
|
"name": "halo-admin",
|
2022-05-09 07:26:13 +00:00
|
|
|
"version": "1.6.0-SNAPSHOT",
|
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",
|
2022-02-22 08:33:59 +00:00
|
|
|
"build": "vue-cli-service build --no-module",
|
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": {
|
2022-04-08 06:55:59 +00:00
|
|
|
"@codemirror/basic-setup": "^0.19.3",
|
2022-01-21 08:50:23 +00:00
|
|
|
"@codemirror/lang-html": "^0.19.4",
|
2021-09-15 13:44:00 +00:00
|
|
|
"@codemirror/lang-java": "^0.19.1",
|
2022-08-05 13:16:14 +00:00
|
|
|
"@halo-dev/admin-api": "^1.1.0",
|
2022-07-06 13:22:13 +00:00
|
|
|
"@halo-dev/editor": "^3.0.5",
|
2021-09-14 12:45:30 +00:00
|
|
|
"ant-design-vue": "^1.7.8",
|
2022-03-19 14:29:52 +00:00
|
|
|
"dayjs": "^1.11.0",
|
2019-03-20 12:22:52 +00:00
|
|
|
"enquire.js": "^2.1.6",
|
2021-10-29 14:35:56 +00:00
|
|
|
"filepond": "^4.30.3",
|
2021-04-08 07:53:38 +00:00
|
|
|
"filepond-plugin-file-validate-type": "^1.2.6",
|
2022-04-08 06:55:59 +00:00
|
|
|
"filepond-plugin-image-preview": "^4.6.11",
|
2022-02-20 14:38:25 +00:00
|
|
|
"lodash.debounce": "^4.0.8",
|
2022-03-08 05:57:36 +00:00
|
|
|
"lodash.throttle": "^4.1.1",
|
2022-04-08 06:55:59 +00:00
|
|
|
"marked": "^4.0.13",
|
2022-01-21 08:50:23 +00:00
|
|
|
"md5.js": "^1.3.5",
|
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",
|
2021-09-26 14:56:55 +00:00
|
|
|
"vue-clipboard2": "^0.3.3",
|
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",
|
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-10-29 14:35:56 +00:00
|
|
|
"vue-router": "^3.5.3",
|
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": {
|
2022-04-08 06:55:59 +00:00
|
|
|
"@ant-design/colors": "3.2.2",
|
|
|
|
"@babel/core": "^7.17.9",
|
2022-02-22 06:23:57 +00:00
|
|
|
"@babel/eslint-parser": "^7.17.0",
|
2022-06-16 07:04:13 +00:00
|
|
|
"@tailwindcss/aspect-ratio": "^0.4.0",
|
2022-04-08 06:55:59 +00:00
|
|
|
"@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",
|
2022-04-11 14:49:42 +00:00
|
|
|
"compression-webpack-plugin": "^9.2.0",
|
2022-01-21 08:50:23 +00:00
|
|
|
"eslint": "^7.32.0",
|
2022-03-19 14:29:52 +00:00
|
|
|
"eslint-config-prettier": "^8.5.0",
|
2022-01-21 08:50:23 +00:00
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
2022-04-08 06:55:59 +00:00
|
|
|
"eslint-plugin-vue": "^8.6.0",
|
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",
|
2022-01-21 08:50:23 +00:00
|
|
|
"lint-staged": "^11.2.6",
|
2022-04-08 06:55:59 +00:00
|
|
|
"prettier": "^2.6.2",
|
2022-02-22 06:23:57 +00:00
|
|
|
"tailwindcss": "^3.0.23",
|
2022-04-08 06:55:59 +00:00
|
|
|
"vue-template-compiler": "^2.6.14",
|
|
|
|
"webpack-theme-color-replacer": "^1.3.26"
|
2021-03-06 10:38:10 +00:00
|
|
|
}
|
2020-11-02 15:11:01 +00:00
|
|
|
}
|