mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-27 06:01:08 +08:00
4365cef653
Bumps [@nuxt/types](https://github.com/nuxt/nuxt.js) from 2.15.6 to 2.15.7. - [Release notes](https://github.com/nuxt/nuxt.js/releases) - [Changelog](https://github.com/nuxt/nuxt.js/blob/dev/RELEASE_PLAN.md) - [Commits](https://github.com/nuxt/nuxt.js/compare/v2.15.6...v2.15.7) --- updated-dependencies: - dependency-name: "@nuxt/types" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
66 lines
1.8 KiB
JSON
66 lines
1.8 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.4",
|
|
"@nuxtjs/axios": "5.13.6",
|
|
"@nuxtjs/proxy": "2.1.0",
|
|
"@nuxtjs/pwa": "3.3.5",
|
|
"chartist": "0.11.4",
|
|
"chartist-plugin-legend": "0.6.2",
|
|
"consola": "2.15.3",
|
|
"cookie-universal-nuxt": "2.1.5",
|
|
"core-js": "3.15.0",
|
|
"diff-match-patch": "1.0.5",
|
|
"filesize": "6.3.0",
|
|
"jwt-decode": "3.1.2",
|
|
"lodash-es": "4.17.21",
|
|
"nuxt": "2.15.7",
|
|
"nuxt-i18n": "Machine-Maker/i18n-module#fix/mixing-mem-leak",
|
|
"nuxt-property-decorator": "2.9.1",
|
|
"swagger-ui": "3.50.0",
|
|
"vue": "2.6.14",
|
|
"vue-server-renderer": "2.6.14",
|
|
"vue-template-compiler": "2.6.14",
|
|
"vuex": "3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/types": "2.15.7",
|
|
"@nuxt/typescript-build": "2.1.0",
|
|
"@nuxtjs/dotenv": "1.4.1",
|
|
"@nuxtjs/eslint-config-typescript": "6.0.1",
|
|
"@nuxtjs/eslint-module": "3.0.2",
|
|
"@nuxtjs/vuetify": "1.12.1",
|
|
"@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.29.0",
|
|
"eslint-config-prettier": "8.3.0",
|
|
"eslint-plugin-nuxt": "2.0.0",
|
|
"eslint-plugin-prettier": "3.4.0",
|
|
"eslint-plugin-vue": "7.11.1",
|
|
"fibers": "5.0.0",
|
|
"husky": "6.0.0",
|
|
"lint-staged": "11.0.0",
|
|
"prettier": "2.3.1",
|
|
"sass": "1.32.13",
|
|
"sass-loader": "10.1.1",
|
|
"typescript": "4.2.4",
|
|
"vuetify": "2.5.4",
|
|
"webpack": "4.46.0"
|
|
}
|
|
}
|