audon/audon-fe/package.json

43 wiersze
1.2 KiB
JSON
Czysty Zwykły widok Historia

2022-12-03 03:20:49 +00:00
{
"name": "audon-fe",
2023-01-24 06:03:15 +00:00
"version": "0.2.1",
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": {
2022-12-17 02:30:46 +00:00
"@intlify/unplugin-vue-i18n": "^0.8.1",
2023-01-13 15:01:02 +00:00
"@picmo/popup-picker": "^5.7.2",
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",
2022-12-09 14:59:37 +00:00
"@vueuse/core": "^9.6.0",
2022-12-04 05:19:41 +00:00
"axios": "^1.2.0",
2023-01-14 01:20:08 +00:00
"howler": "^2.2.3",
2023-01-23 12:10:21 +00:00
"livekit-client": "^1.6.0",
2022-12-07 05:45:05 +00:00
"lodash-es": "^4.17.21",
2022-12-26 17:01:41 +00:00
"luxon": "^3.1.1",
2023-01-23 12:10:21 +00:00
"masto": "^5.6.0",
2023-01-13 15:01:02 +00:00
"picmo": "^5.7.2",
2022-12-03 03:20:49 +00:00
"pinia": "^2.0.26",
"vue": "^3.2.45",
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",
"vuetify": "^3.0.3"
},
"devDependencies": {
"@mdi/js": "^7.0.96",
"@rushstack/eslint-patch": "^1.1.4",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/eslint-config-prettier": "^7.0.0",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"prettier": "^2.7.1",
"vite": "^3.2.4",
"vite-plugin-vuetify": "^1.0.0"
}
}