/
chrooter
/
parolus
Обзор
Документация
Войти
/
chrooter
/
parolus
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
frontend/package.json
29 строк
631 B
IVAN CHISTYAKOV
Initial
30 июн 2024, 14:07
30 июн 2024, 14:07
d981dae
Код
Авторство
О чём код?
{ "name": "frontend", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "primeicons": "^6.0.1", "primevue": "^3.46.0", "vue": "^3.3.11" }, "devDependencies": { "@vitejs/plugin-vue": "^4.5.2", "axios": "^1.6.7", "js-cookie": "^3.0.5", "js-cookies": "^1.0.4", "jsonwebtoken": "^9.0.2", "vite": "^5.0.8", "vite-plugin-libcss": "^1.1.1", "vue-jwt-decode": "^0.1.0", "vue-router": "^4.2.5", "vuex": "^4.1.0", "vuex-persistedstate": "^4.1.0" } }