mirror of
https://github.com/louislam/its-mytabs.git
synced 2026-01-18 02:39:16 -05:00
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"name": "its-mytabs-frontend",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "NODE_ENV=development vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"better-auth": "~1.3.14",
|
|
"private-ip": "~3.0.2",
|
|
"rollup-plugin-visualizer": "^6.0.3",
|
|
"zod": "~4.1.11"
|
|
},
|
|
"devDependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "7.0.1",
|
|
"@fortawesome/free-regular-svg-icons": "7.0.1",
|
|
"@fortawesome/free-solid-svg-icons": "7.0.1",
|
|
"@fortawesome/vue-fontawesome": "3.1.2",
|
|
"@jaxtheprime/vue3-dropzone": "~3.4.0",
|
|
"@kyvg/vue3-notification": "~3.4.1",
|
|
"@types/node": "^24.5.2",
|
|
"@vitejs/plugin-vue": "~6.0.1",
|
|
"@vue/tsconfig": "~0.8.1",
|
|
"sass-embedded": "~1.78.0",
|
|
"typescript": "~5.8.3",
|
|
"vite": "~7.1.6",
|
|
"@coderline/alphatab": "~1.6.3",
|
|
"vue": "~3.5.21",
|
|
"vue-router": "~4.5.1",
|
|
"vue-i18n": "~11.1.12",
|
|
"vite-plugin-compression": "~0.5.1",
|
|
"socket.io-client": "~4.8.1",
|
|
"bootstrap": "5.3.8",
|
|
"bootstrap-vue-next": "~0.40.4"
|
|
}
|
|
}
|