mirror of
https://github.com/Fishwaldo/mouthpiece.git
synced 2025-03-15 19:41:22 +00:00
80 lines
2.6 KiB
JSON
80 lines
2.6 KiB
JSON
{
|
|
"name": "@coreui/coreui-free-vue-admin-template",
|
|
"version": "4.1.0",
|
|
"description": "CoreUI Free Vue Admin Template",
|
|
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"test:unit": "vue-cli-service test:unit",
|
|
"test:e2e": "vue-cli-service test:e2e",
|
|
"lint": "vue-cli-service lint",
|
|
"generate": "openapi --input http://localhost:8080/api/openapi.json --output ./src/generated --client axios --useOptions --exportSchemas true"
|
|
},
|
|
"dependencies": {
|
|
"@coreui/chartjs": "^3.0.0",
|
|
"@coreui/coreui": "^4.1.0",
|
|
"@coreui/icons": "^2.1.0",
|
|
"@coreui/icons-vue": "2.0.0",
|
|
"@coreui/utils": "^1.3.1",
|
|
"@coreui/vue": "^4.1.0",
|
|
"@coreui/vue-chartjs": "2.0.1",
|
|
"@vuelidate/core": "^2.0.0-alpha.44",
|
|
"@vuelidate/validators": "^2.0.0-alpha.31",
|
|
"@websanova/vue-auth": "^4.1.13",
|
|
"axios": "^0.27.2",
|
|
"core-js": "^3.19.0",
|
|
"just-diff": "^5.1.1",
|
|
"luxon": "^3.0.4",
|
|
"tabulator-tables": "^5.3.4",
|
|
"vue": "^3.2.37",
|
|
"vue-class-component": "^8.0.0-0",
|
|
"vue-router": "^4.0.12",
|
|
"vuex": "^4.0.2",
|
|
"vuex-cache": "^3.5.0",
|
|
"yup": "^0.32.11"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.16",
|
|
"@babel/eslint-parser": "^7.12.16",
|
|
"@types/jest": "^27.0.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.33.1",
|
|
"@typescript-eslint/parser": "^5.33.1",
|
|
"@vue/cli-plugin-babel": "~5.0.0-rc.1",
|
|
"@vue/cli-plugin-e2e-cypress": "~5.0.0-rc.1",
|
|
"@vue/cli-plugin-eslint": "~5.0.0-rc.1",
|
|
"@vue/cli-plugin-router": "~5.0.0-rc.1",
|
|
"@vue/cli-plugin-typescript": "~5.0.0",
|
|
"@vue/cli-plugin-unit-jest": "~5.0.0-rc.1",
|
|
"@vue/cli-plugin-vuex": "~5.0.0-rc.1",
|
|
"@vue/cli-service": "~5.0.0-rc.1",
|
|
"@vue/eslint-config-typescript": "^10.0.0",
|
|
"@vue/test-utils": "^2.0.0-0",
|
|
"@vue/vue3-jest": "^27.0.0-alpha.1",
|
|
"babel-jest": "^27.0.6",
|
|
"cypress": "^10.6.0",
|
|
"eslint": "^8.22.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-vue": "^8.0.3",
|
|
"form-data": "^4.0.0",
|
|
"jest": "^27.0.5",
|
|
"openapi-typescript-codegen": "^0.23.0",
|
|
"prettier": "^2.4.1",
|
|
"sass": "^1.32.7",
|
|
"sass-loader": "^13.0.2",
|
|
"ts-jest": "^27.0.4",
|
|
"typescript": "~4.7.4"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/coreui/coreui-free-vue-admin-template/issues"
|
|
},
|
|
"config": {
|
|
"coreui_library_short_version": "4.1"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:coreui/coreui-free-vue-admin-template.git"
|
|
}
|
|
}
|