/
mkudmi
/
RUF-API-Platform
Обзор
Документация
Войти
/
mkudmi
/
RUF-API-Platform
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
package.json
48 строк
1 KB
mkudmi
Add AI-powered response search
25 май 2026, 22:13
25 май 2026, 22:13
e64694e
Код
Авторство
О чём код?
{ "name": "ruf", "private": true, "version": "0.4.89", "type": "module", "scripts": { "lint": "eslint .", "typecheck": "tsc -b", "release:tag": "node scripts/release-tag.mjs", "tauri": "tauri", "tauri:ui:dev": "vite", "tauri:ui:build": "tsc -b && vite build", "tauri:dev": "node scripts/free-port.mjs 5174 && tauri dev", "tauri:build": "tauri build" }, "dependencies": { "@codemirror/autocomplete": "^6.20.0", "@codemirror/commands": "^6.10.2", "@codemirror/lang-javascript": "^6.2.4", "@codemirror/lang-json": "^6.0.2", "@codemirror/language": "^6.12.1", "@codemirror/state": "^6.5.4", "@codemirror/view": "^6.39.13", "@lezer/highlight": "^1.2.3", "@tauri-apps/api": "^2.9.1", "@tauri-apps/plugin-process": "^2.3.0", "@tauri-apps/plugin-updater": "^2.9.0", "jsonpath-plus": "^10.3.0", "react": "^19.2.0", "react-dom": "^19.2.0", "yaml": "^2.8.2" }, "devDependencies": { "@eslint/js": "^9.39.1", "@tauri-apps/cli": "^2.9.6", "@types/node": "^24.10.1", "@types/react": "^19.2.5", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.1", "eslint": "^9.39.1", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", "globals": "^16.5.0", "typescript": "~5.9.3", "typescript-eslint": "^8.46.4", "vite": "^7.2.4" } }