mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
1c7a80d01c
Co-authored-by: Renovate Bot <bot@renovateapp.com>
60 lines
1.6 KiB
JSON
60 lines
1.6 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": {
|
|
"@nuxtjs/axios": "5.13.1",
|
|
"@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.9.1",
|
|
"filesize": "6.1.0",
|
|
"jwt-decode": "3.1.2",
|
|
"lodash-es": "4.17.21",
|
|
"nuxt": "2.15.3",
|
|
"nuxt-i18n": "Machine-Maker/i18n-module#fix/mixing-mem-leak",
|
|
"nuxt-property-decorator": "2.9.1",
|
|
"swagger-ui": "3.45.1",
|
|
"vue": "2.6.12",
|
|
"vuex": "3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/types": "2.15.3",
|
|
"@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/lodash-es": "4.17.4",
|
|
"@types/swagger-ui-dist": "3.30.0",
|
|
"eslint": "7.22.0",
|
|
"eslint-config-prettier": "7.2.0",
|
|
"eslint-plugin-nuxt": "2.0.0",
|
|
"eslint-plugin-prettier": "3.3.1",
|
|
"eslint-plugin-vue": "7.7.0",
|
|
"fibers": "5.0.0",
|
|
"husky": "5.1.3",
|
|
"lint-staged": "10.5.4",
|
|
"prettier": "2.2.1",
|
|
"sass": "1.32.8",
|
|
"sass-loader": "10.1.1",
|
|
"typescript": "4.2.3",
|
|
"vuetify": "2.4.7",
|
|
"webpack": "4.46.0"
|
|
}
|
|
}
|