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

41 lines
1.3 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",
"gettext:extract": "vue-gettext-extract",
"gettext:compile": "vue-gettext-compile",
"i18n:update": "git fetch weblate && git merge weblate/master && rm -f src/locale/en_US/LC_MESSAGES/app.po && gettext:extract && gettext:compile"
},
"dependencies": {},
"devDependencies": {
"@babel/types": "^7.20.5",
"@popperjs/core": "^2.11.6",
"@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": "^4.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"axios": "^1.2.1",
"bootstrap": "^5.2.3",
"eslint": "^8.9.0",
"eslint-plugin-vue": "^9.8.0",
"markdown-it": "^13.0.1",
"nprogress": "^0.2.0",
"rollup-plugin-visualizer": "^5.8.3",
"sass": "^1.49.8",
"typescript": "~4.9.4",
"vite": "^4.0.1",
"vue": "^3.2.31",
"vue-matomo": "^4.1.0",
"vue-router": "^4.0.12",
"vue-tsc": "^1.0.13",
"vue3-gettext": "2.3.4"
}
}