// SYSTEM PANEL //
[ROOT]
/
home
/
csender
/
.trash
[ PARENT ]
EDIT :: package.json.1
{ "name": "legus", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc -b && vite build", "preview": "vite preview" }, "dependencies": { "axios": "^1.10.0", "vue": "^3.5.13", "vue-router": "^4.5.1" }, "devDependencies": { "@types/node": "^24.0.3", "@vitejs/plugin-vue": "^5.2.3", "@vue/tsconfig": "^0.7.0", "autoprefixer": "^10.4.21", "postcss": "^8.5.6", "tailwindcss": "^3.4.1", "typescript": "~5.8.3", "vite": "^6.3.5", "vue-tsc": "^2.2.8" }, "description": "This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.", "main": "index.js", "keywords": [], "author": "", "license": "ISC" }
SAVE
CANCEL