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

42 lines
1.3 KiB
JSON
Raw Normal View History

2020-08-27 14:44:21 +02:00
{
"name": "peertube-search-index-client",
"version": "0.0.1",
"private": true,
"scripts": {
2022-02-23 15:21:02 +01:00
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"lint": "eslint --ext .js,.vue,.ts --ignore-path .gitignore --fix src",
2022-02-23 15:57:10 +01:00
"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"
2020-08-27 14:44:21 +02:00
},
"dependencies": {},
"devDependencies": {
2022-12-16 14:44:54 +01:00
"@babel/types": "^7.20.5",
2022-12-20 15:18:43 +01:00
"@peertube/peertube-types": "^5.0.0",
2022-12-16 14:44:54 +01:00
"@popperjs/core": "^2.11.6",
2021-06-25 11:44:32 +02:00
"@sipec/vue3-tags-input": "^3.0.4",
2020-08-27 14:44:21 +02:00
"@types/axios": "^0.14.0",
2022-02-23 15:21:02 +01:00
"@types/markdown-it": "^12.2.3",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
2022-12-16 14:44:54 +01:00
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"axios": "^1.2.1",
"bootstrap": "^5.2.3",
2022-02-23 15:21:02 +01:00
"eslint": "^8.9.0",
2022-12-16 14:44:54 +01:00
"eslint-plugin-vue": "^9.8.0",
"markdown-it": "^13.0.1",
2020-09-02 15:33:15 +02:00
"nprogress": "^0.2.0",
2022-12-16 14:44:54 +01:00
"rollup-plugin-visualizer": "^5.8.3",
2022-02-23 15:21:02 +01:00
"sass": "^1.49.8",
2022-12-16 14:44:54 +01:00
"typescript": "~4.9.4",
"vite": "^4.0.1",
2022-02-23 15:21:02 +01:00
"vue": "^3.2.31",
"vue-matomo": "^4.1.0",
"vue-router": "^4.0.12",
2022-12-16 14:44:54 +01:00
"vue-tsc": "^1.0.13",
"vue3-gettext": "2.3.4"
2022-02-23 15:21:02 +01:00
}
2020-08-27 14:44:21 +02:00
}