mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
40a752a4c0
Bumps [swagger-ui](https://github.com/swagger-api/swagger-ui) from 3.48.0 to 3.49.0. - [Release notes](https://github.com/swagger-api/swagger-ui/releases) - [Commits](https://github.com/swagger-api/swagger-ui/compare/v3.48.0...v3.49.0) Signed-off-by: dependabot[bot] <support@github.com>
63 lines
1.7 KiB
JSON
63 lines
1.7 KiB
JSON
{
|
|
"name": "hangar-client",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"generate": "nuxt generate",
|
|
"lint": "eslint --ext \".js,.vue,.ts\" --ignore-path .gitignore .",
|
|
"prepare": "cd .. && husky install frontend/.husky"
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,js,vue}": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@dansmaculotte/nuxt-security": "0.0.3",
|
|
"@nuxtjs/axios": "5.13.4",
|
|
"@nuxtjs/proxy": "2.1.0",
|
|
"@nuxtjs/pwa": "3.3.5",
|
|
"chartist": "0.11.4",
|
|
"chartist-plugin-legend": "0.6.2",
|
|
"cookie-universal-nuxt": "2.1.4",
|
|
"core-js": "3.13.1",
|
|
"diff-match-patch": "1.0.5",
|
|
"filesize": "6.3.0",
|
|
"jwt-decode": "3.1.2",
|
|
"lodash-es": "4.17.21",
|
|
"nuxt": "2.15.6",
|
|
"nuxt-i18n": "Machine-Maker/i18n-module#fix/mixing-mem-leak",
|
|
"nuxt-property-decorator": "2.9.1",
|
|
"swagger-ui": "3.49.0",
|
|
"vue": "2.6.12",
|
|
"vuex": "3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/types": "2.15.6",
|
|
"@nuxt/typescript-build": "2.1.0",
|
|
"@nuxtjs/dotenv": "1.4.1",
|
|
"@nuxtjs/eslint-config-typescript": "6.0.0",
|
|
"@nuxtjs/eslint-module": "3.0.2",
|
|
"@nuxtjs/vuetify": "1.11.3",
|
|
"@types/chartist": "0.11.0",
|
|
"@types/diff-match-patch": "1.0.32",
|
|
"@types/lodash-es": "4.17.4",
|
|
"@types/swagger-ui-dist": "3.30.0",
|
|
"eslint": "7.27.0",
|
|
"eslint-config-prettier": "8.3.0",
|
|
"eslint-plugin-nuxt": "2.0.0",
|
|
"eslint-plugin-prettier": "3.4.0",
|
|
"eslint-plugin-vue": "7.9.0",
|
|
"fibers": "5.0.0",
|
|
"husky": "6.0.0",
|
|
"lint-staged": "11.0.0",
|
|
"prettier": "2.3.0",
|
|
"sass": "1.34.0",
|
|
"sass-loader": "10.1.1",
|
|
"typescript": "4.2.4",
|
|
"vuetify": "2.5.0",
|
|
"webpack": "4.46.0"
|
|
}
|
|
}
|