sepia-search-motore-di-rice.../client/package.json

35 lines
1.1 KiB
JSON

{
"name": "peertube-search-index-client",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"lint": "eslint --ext .js,.vue,.ts --ignore-path .gitignore --fix src",
"i18n:update": "git fetch weblate && git merge weblate/master && rm -f src/locale/en_US/LC_MESSAGES/app.po && make clean && make makemessages && make translations"
},
"dependencies": {},
"devDependencies": {
"@sipec/vue3-tags-input": "^3.0.4",
"@types/axios": "^0.14.0",
"@types/markdown-it": "^12.2.3",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@vitejs/plugin-vue": "^2.2.2",
"@vue/eslint-config-typescript": "^10.0.0",
"axios": "^0.26.0",
"eslint": "^8.9.0",
"eslint-plugin-vue": "^8.5.0",
"markdown-it": "^12.3.2",
"nprogress": "^0.2.0",
"sass": "^1.49.8",
"typescript": "~4.5.5",
"vite": "^2.8.4",
"vue": "^3.2.31",
"vue-matomo": "^4.1.0",
"vue-router": "^4.0.12",
"vue-tsc": "^0.31.4",
"vue3-gettext": "^2.1.0"
}
}