Hangar/frontend/package.json
MiniDigger f3da597397 move to new i18n project
Signed-off-by: MiniDigger <admin@benndorf.dev>
2021-12-17 21:12:14 +01:00

74 lines
1.9 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\" .",
"prepare": "cd .. && husky install frontend/.husky"
},
"eslintIgnore": [
".gitignore",
"locales/*",
"sw.js"
],
"lint-staged": {
"*.{ts,js,vue}": "eslint"
},
"dependencies": {
"@dansmaculotte/nuxt-security": "0.0.5",
"@nuxtjs/axios": "5.13.6",
"@nuxtjs/i18n": "7.2.0",
"@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.20.0",
"diff-match-patch": "1.0.5",
"filesize": "8.0.6",
"jwt-decode": "3.1.2",
"lodash-es": "4.17.21",
"lru-cache": "6.0.0",
"minify-css-string": "1.0.0",
"nuxt": "2.15.8",
"nuxt-property-decorator": "2.9.1",
"swagger-ui": "4.1.3",
"uuid": "8.3.2",
"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.8",
"@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.3",
"@types/chartist": "0.11.1",
"@types/diff-match-patch": "1.0.32",
"@types/lodash-es": "4.17.5",
"@types/lru-cache": "5.1.1",
"@types/swagger-ui-dist": "3.30.1",
"@types/uuid": "8.3.3",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-nuxt": "3.1.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-vue": "8.2.0",
"husky": "7.0.4",
"lint-staged": "12.1.2",
"prettier": "2.5.1",
"sass-loader": "10.1.1",
"typescript": "4.2.4",
"vuetify": "2.6.1",
"webpack": "4.46.0"
}
}