mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
e4546365ab
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.13.1 to 3.14.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.14.0/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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.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",
|
|
"cookie-universal-nuxt": "2.1.4",
|
|
"core-js": "3.14.0",
|
|
"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.50.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.1",
|
|
"@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.10.0",
|
|
"fibers": "5.0.0",
|
|
"husky": "6.0.0",
|
|
"lint-staged": "11.0.0",
|
|
"prettier": "2.3.0",
|
|
"sass": "1.32.13",
|
|
"sass-loader": "10.1.1",
|
|
"typescript": "4.2.4",
|
|
"vuetify": "2.5.1",
|
|
"webpack": "4.46.0"
|
|
}
|
|
}
|