mirror of
https://github.com/BeamMP/BeamMP-Website.git
synced 2026-02-16 10:40:51 +00:00
31 lines
690 B
JSON
31 lines
690 B
JSON
{
|
|
"name": "beammp-website-frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/vue": "^1.7.16",
|
|
"@heroicons/vue": "^2.0.18",
|
|
"@statnett/vue-plotly": "^0.3.2",
|
|
"axios": "^1.6.2",
|
|
"plotly.js": "^2.27.1",
|
|
"plotly.js-dist": "^2.27.1",
|
|
"plotly.js-dist-min": "^2.27.1",
|
|
"uuid": "^9.0.1",
|
|
"vue": "^3.3.8",
|
|
"vue-router": "^4.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.5.0",
|
|
"autoprefixer": "^10.4.16",
|
|
"postcss": "^8.4.32",
|
|
"tailwindcss": "^3.3.6",
|
|
"vite": "^5.0.0"
|
|
}
|
|
}
|