Hangar/frontend/package.json
2021-02-20 11:36:24 +01:00

64 lines
1.7 KiB
JSON

{
"name": "hangar-client",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt-ts",
"build": "nuxt-ts build",
"start": "nuxt-ts start",
"generate": "nuxt-ts generate",
"lint": "eslint --ext \".js,.vue,.ts\" --ignore-path .gitignore ."
},
"lint-staged": {
"*.{ts,js,vue}": "eslint"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"dependencies": {
"@nuxt/typescript-runtime": "^2.0.1",
"@nuxtjs/axios": "^5.12.5",
"@nuxtjs/proxy": "^2.1.0",
"@nuxtjs/pwa": "^3.3.4",
"chartist": "^0.11.4",
"chartist-plugin-legend": "^0.6.2",
"cookie-universal-nuxt": "^2.1.4",
"core-js": "^3.8.2",
"filesize": "^6.1.0",
"jwt-decode": "^3.1.2",
"lodash-es": "^4.17.20",
"nuxt": "^2.14.12",
"nuxt-i18n": "Machine-Maker/i18n-module#fix/mixing-mem-leak",
"nuxt-property-decorator": "^2.9.1",
"swagger-ui": "^3.41.1",
"vue": "^2.6.12",
"vuex": "^3.6.0"
},
"devDependencies": {
"@nuxt/types": "^2.14.12",
"@nuxt/typescript-build": "^2.0.4",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/eslint-config-typescript": "^5.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.18.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.4.1",
"husky": "^4.3.8",
"lint-staged": "^10.5.3",
"prettier": "^2.2.1",
"typescript": "^4.1.3",
"vue-cli-plugin-vuetify-preset-rally": "~1.0.4",
"vue-cli-plugin-vuetify-preset-reply": "~1.0.4",
"vuetify": "^2.4.2",
"webpack": "^4.0.0"
}
}