/
alexefan136
/
flowstack
Обзор
Документация
Войти
/
alexefan136
/
flowstack
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
ui/package.json
53 строки
1 KB
Alexander Efanov
upd fix
29 июл 2026, 23:26
29 июл 2026, 23:26
d8ac8ee
Код
Авторство
О чём код?
{ "name": "ui", "private": true, "version": "0.0.1", "type": "module", "scripts": { "dev": "vite", "build": "tsc --noEmit && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "lint:fix": "eslint . --ext ts,tsx --fix", "type-check": "tsc --noEmit", "preview": "vite preview" }, "dependencies": { "@floating-ui/react": "^0.27.20", "@tailwindcss/vite": "^4.3.0", "@xyflow/react": "^12.10.2", "clsx": "^2.1.1", "html2canvas": "^1.4.1", "jspdf": "^4.2.1", "lucide-react": "^1.17.0", "mammoth": "^1.12.0", "pdfjs-dist": "^6.0.227", "react": "^19.2.6", "react-dom": "^19.2.6", "react-grid-layout": "^2.2.3", "react-markdown": "^10.1.0", "react-router-dom": "^7.16.0", "remark-gfm": "^4.0.1", "tailwind-merge": "^3.6.0", "tailwindcss": "^4.3.0", "zustand": "^5.0.14" }, "devDependencies": { "@babel/core": "^7.29.0", "@eslint/js": "^10.0.1", "@rolldown/plugin-babel": "^0.2.3", "@types/babel__core": "^7.20.5", "@types/node": "^24.12.3", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", "babel-plugin-react-compiler": "^1.0.0", "esbuild": "^0.28.0", "eslint": "^10.3.0", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.6.0", "typescript": "~6.0.2", "typescript-eslint": "^8.59.2", "vite": "^8.0.12" } }