audon/audon-fe/package.json

44 wiersze
1.2 KiB
JSON
Czysty Zwykły widok Historia

2022-12-03 03:20:49 +00:00
{
"name": "audon-fe",
2023-04-28 18:16:52 +00:00
"version": "0.3.2",
2022-12-03 03:20:49 +00:00
"private": true,
"scripts": {
2023-01-11 13:34:13 +00:00
"dev": "cp -v index.dev.html index.html && vite",
"build": "cp -v index.prod.html index.html && vite build",
2022-12-03 03:20:49 +00:00
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
2023-02-20 22:39:27 +00:00
"@intlify/unplugin-vue-i18n": "^0.8.2",
"@picmo/popup-picker": "^5.7.6",
2023-02-20 20:12:47 +00:00
"@picmo/renderer-twemoji": "^5.7.6",
2022-12-18 11:12:59 +00:00
"@uriopass/nosleep.js": "^0.12.2",
2022-12-04 05:19:41 +00:00
"@vuelidate/core": "^2.0.0",
"@vuelidate/validators": "^2.0.0",
2023-02-20 22:39:27 +00:00
"@vueuse/core": "^9.13.0",
"axios": "^1.3.3",
2023-01-14 01:20:08 +00:00
"howler": "^2.2.3",
2023-02-20 22:39:27 +00:00
"livekit-client": "^1.6.5",
2022-12-07 05:45:05 +00:00
"lodash-es": "^4.17.21",
2023-02-20 22:39:27 +00:00
"luxon": "^3.2.1",
"masto": "^5.10.0",
"picmo": "^5.7.6",
"pinia": "^2.0.31",
"vue": "^3.2.47",
2022-12-17 02:30:46 +00:00
"vue-i18n": "^9.2.2",
2022-12-03 03:20:49 +00:00
"vue-router": "^4.1.6",
2023-02-20 22:39:27 +00:00
"vuetify": "^3.1.5"
2022-12-03 03:20:49 +00:00
},
"devDependencies": {
2023-02-20 22:39:27 +00:00
"@mdi/js": "^7.1.96",
"@rushstack/eslint-patch": "^1.2.0",
2022-12-03 03:20:49 +00:00
"@vitejs/plugin-vue": "^3.2.0",
"@vue/eslint-config-prettier": "^7.0.0",
2023-02-20 22:39:27 +00:00
"eslint": "^8.34.0",
"eslint-plugin-vue": "^9.9.0",
"prettier": "^2.8.4",
"vite": "^3.2.5",
"vite-plugin-vuetify": "^1.0.2"
2022-12-03 03:20:49 +00:00
}
}