/
gnomdeployer
/
VUZPlus
Обзор
Документация
Войти
/
gnomdeployer
/
VUZPlus
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
client/package.json
38 строк
966 B
unwelcome
added 2 pointer slider, added accordion to programm filters
16 май 2025, 15:10
16 май 2025, 15:10
55fd095
Код
Авторство
О чём код?
{ "name": "client", "version": "0.0.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "run-p type-check \"build-only {@}\" --", "preview": "vite preview", "build-only": "vite build", "type-check": "vue-tsc --build" }, "dependencies": { "@tailwindcss/vite": "^4.0.17", "@types/commonmark": "^0.27.9", "@vueform/slider": "^2.1.10", "apexcharts": "^4.5.0", "axios": "^1.8.4", "commonmark": "^0.31.2", "libphonenumber-js": "^1.12.6", "pinia": "^3.0.1", "tailwindcss": "^4.0.17", "vue": "^3.5.13", "vue-router": "^4.5.0", "vue3-apexcharts": "^1.8.0" }, "devDependencies": { "@tsconfig/node22": "^22.0.0", "@types/node": "^22.13.9", "@vitejs/plugin-vue": "^5.2.1", "@vue/tsconfig": "^0.7.0", "npm-run-all2": "^7.0.2", "typescript": "~5.8.0", "vite": "^6.2.1", "vite-plugin-vue-devtools": "^7.7.2", "vue-tsc": "^2.2.8" } }