Files
alttpr-frontend/package.json

33 lines
734 B
JSON

{
"name": "alttp-randomizer-frontend",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.8.1",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"bps": "^2.0.1",
"center-align": "^1.0.1",
"crc-32": "^1.2.2",
"js-base64": "^3.7.7",
"localforage": "^1.10.0",
"mustache": "^4.2.0",
"pinia": "^3.0.4",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue-select": "^4.0.0-beta.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"vite": "^6.1.0",
"vite-plugin-vue-devtools": "^7.7.2",
"vite-yaml-plugin": "^1.2.6"
}
}