132 lines
3.7 KiB
JSON
132 lines
3.7 KiB
JSON
{
|
|
"name": "vuestic-admin",
|
|
"version": "2.0.0",
|
|
"private": false,
|
|
"description": "Vue.js admin template",
|
|
"author": "smartapant <smartapant@gmail.com>",
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve --mode development",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"lint:style": "stylelint --fix src/**/*.{vue,htm,html,css,sss,less,scss}",
|
|
"inspect": "vue-cli-service inspect > inspect.js",
|
|
"test:unit": "vue-cli-service test:unit"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/source-code-pro": "^4.5.0",
|
|
"@fontsource/source-sans-pro": "^4.5.1",
|
|
"@types/jest": "^24.0.11",
|
|
"amcharts3": "^3.21.14",
|
|
"ammap3": "^3.21.14",
|
|
"approximate-number": "^2.0.0",
|
|
"asva-executors": "^0.1.22",
|
|
"axios": "^0.21.1",
|
|
"babel-polyfill": "^6.26.0",
|
|
"chart.js": "^2.9.3",
|
|
"core-js": "3",
|
|
"detect-browser": "^4.8.0",
|
|
"echarts": "^4.9.0",
|
|
"element-resize-detector": "^1.1.15",
|
|
"epic-spinners": "^1.1.0",
|
|
"extend": "3.0.2",
|
|
"file-saver": "^2.0.5",
|
|
"flag-icon-css": "^3.4.5",
|
|
"font-awesome": "^4.7.0",
|
|
"google-maps": "^3.3.0",
|
|
"ionicons": "^4.6.3",
|
|
"leaflet-map": "^0.2.1",
|
|
"localforage": "^1.10.0",
|
|
"lodash": "^4.17.21",
|
|
"medium-editor": "^5.23.3",
|
|
"normalize.css": "^8.0.1",
|
|
"nprogress": "^0.2.0",
|
|
"popper.js": "^1.16.0",
|
|
"regenerator-runtime": "^0.13.3",
|
|
"register-service-worker": "^1.6.2",
|
|
"streamsaver": "^2.0.5",
|
|
"v-tooltip": "^2.0.2",
|
|
"vee-validate": "^2.2.13",
|
|
"vue": "^2.6.10",
|
|
"vue-axios": "^3.2.0",
|
|
"vue-bulma-expanding": "0.0.1",
|
|
"vue-chartjs": "^3.4.0",
|
|
"vue-clipboard2": "^0.3.1",
|
|
"vue-color": "^2.7.0",
|
|
"vue-ctk-date-time-picker": "^2.5.0",
|
|
"vue-echarts": "^5.0.0-beta.0",
|
|
"vue-epic-bus": "^0.1.2",
|
|
"vue-final-modal": "^2.4.1",
|
|
"vue-gtm": "^2.2.0",
|
|
"vue-mqtt": "^2.0.3",
|
|
"vue-router": "^3.1.3",
|
|
"vue-slicksort": "^1.2.0",
|
|
"vue-toastification": "^1.7.14",
|
|
"vue-worker": "^1.2.1",
|
|
"vue-yandex-maps": "^0.9.0",
|
|
"vuedraggable": "^2.24.3",
|
|
"vuestic-ui": "~0.2.2",
|
|
"vuetable-2": "^1.7.5",
|
|
"vuex": "^3.1.2",
|
|
"vuex-i18n": "^1.13.1",
|
|
"vuex-map-fields": "^1.4.1",
|
|
"vuex-router-sync": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^4.0.5",
|
|
"@vue/cli-plugin-eslint": "^4.0.5",
|
|
"@vue/cli-plugin-pwa": "^4.0.5",
|
|
"@vue/cli-plugin-unit-jest": "^4.0.5",
|
|
"@vue/cli-service": "^4.0.5",
|
|
"@vue/eslint-config-standard": "^5.0.0",
|
|
"@vue/test-utils": "^1.0.0-beta.29",
|
|
"autoprefixer": "^9.7.2",
|
|
"babel-eslint": "^10.0.3",
|
|
"babel-jest": "^24.9.0",
|
|
"compression-webpack-plugin": "^4.0.0",
|
|
"eslint": "^6.7.1",
|
|
"eslint-plugin-import": "^2.18.2",
|
|
"eslint-plugin-node": "^10.0.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
"eslint-plugin-vue": "^6.0.1",
|
|
"lint-staged": "^9.2.1",
|
|
"node-sass": "^4.13.0",
|
|
"sass-loader": "^7.3.1",
|
|
"sass-resources-loader": "^2.0.1",
|
|
"stylelint": "^12.0.0",
|
|
"stylelint-config-recommended-scss": "^4.1.0",
|
|
"stylelint-config-standard": "^19.0.0",
|
|
"stylelint-scss": "^3.13.0",
|
|
"stylelint-webpack-plugin": "^1.0.1",
|
|
"vue-template-compiler": "^2.6.10"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.0.0",
|
|
"npm": ">= 3.0.0"
|
|
},
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"license": "MIT",
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
],
|
|
"*.vue": [
|
|
"vue-cli-service lint",
|
|
"eslint --fix",
|
|
"stylelint --fix",
|
|
"git add"
|
|
],
|
|
".{htm,html,css,sss,less,scss}": [
|
|
"stylelint --fix",
|
|
"git add"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/epicmaxco/vuestic-admin.git"
|
|
}
|
|
}
|