street-lingo/apps/indonesian-app/package.json

19 lines
432 B
JSON

{
"name": "learn-indonesian-app",
"version": "1.0.0",
"description": "A Vue.js app for learning Indonesian through realistic scenarios",
"scripts": {
"dev": "vite --port 3000",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.3.4",
"vue-router": "^4.2.4",
"axios": "^1.4.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.4.5"
}
}