mirror of
https://github.com/apache/apisix-dashboard.git
synced 2025-12-08 20:12:51 +00:00
85 lines
2.2 KiB
JSON
85 lines
2.2 KiB
JSON
{
|
|
"name": "vue-typescript-admin-template",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"author": "Chong Guo <armourcy@gmail.com>",
|
|
"scripts": {
|
|
"serve": "concurrently \"vue-cli-service serve\"",
|
|
"lint": "vue-cli-service lint",
|
|
"build:prod": "vue-cli-service build"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.19.0",
|
|
"echarts": "^4.2.1",
|
|
"element-ui": "^2.9.2",
|
|
"fuse.js": "^3.4.5",
|
|
"js-cookie": "^2.2.0",
|
|
"normalize.css": "^8.0.1",
|
|
"nprogress": "^0.2.0",
|
|
"path-to-regexp": "^3.0.0",
|
|
"screenfull": "^4.2.0",
|
|
"uuid": "^3.3.2",
|
|
"vue": "^2.6.10",
|
|
"vue-class-component": "^7.1.0",
|
|
"vue-i18n": "^8.11.2",
|
|
"vue-property-decorator": "^8.2.1",
|
|
"vue-router": "^3.0.6",
|
|
"vue-svgicon": "^3.2.6",
|
|
"vuex": "^3.1.1",
|
|
"vuex-class": "^0.3.2",
|
|
"vuex-module-decorators": "^0.9.9"
|
|
},
|
|
"devDependencies": {
|
|
"@types/compression": "^0.0.36",
|
|
"@types/echarts": "^4.1.9",
|
|
"@types/js-cookie": "^2.2.2",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/webpack-env": "^1.13.9",
|
|
"@vue/cli-plugin-babel": "^3.8.0",
|
|
"@vue/cli-plugin-eslint": "^3.8.0",
|
|
"@vue/cli-plugin-typescript": "^3.8.1",
|
|
"@vue/cli-service": "^3.8.4",
|
|
"@vue/eslint-config-standard": "^4.0.0",
|
|
"@vue/eslint-config-typescript": "^4.0.0",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"babel-eslint": "^10.0.2",
|
|
"concurrently": "^4.1.0",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-vue": "^5.2.2",
|
|
"fibers": "^4.0.1",
|
|
"lint-staged": "^8.2.1",
|
|
"sass": "^1.21.0",
|
|
"sass-loader": "^7.1.0",
|
|
"style-resources-loader": "^1.2.1",
|
|
"ts-node-dev": "^1.0.0-pre.40",
|
|
"typescript": "3.5.2",
|
|
"vue-cli-plugin-element": "^1.0.1",
|
|
"vue-cli-plugin-style-resources-loader": "^0.1.3",
|
|
"vue-template-compiler": "^2.6.10",
|
|
"webpack": "^4.35.0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/armour/vue-typescript-admin-template/issues"
|
|
},
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"typescript",
|
|
"admin",
|
|
"template",
|
|
"element-ui"
|
|
],
|
|
"lint-staged": {
|
|
"*.{js,vue}": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/armour/vue-typescript-admin-template.git"
|
|
}
|
|
}
|