{ "name": "@frontend/kitui", "version": "1.0.56", "description": "test", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "repository": "git@penahub.gitlab.yandexcloud.net:frontend/kitui.git", "author": "skeris ", "license": "MIT", "type": "module", "files": [ "dist" ], "exports": { ".": { "import": "./dist/index.js" } }, "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "prepublishOnly": "npm run build" }, "publishConfig": { "registry": "https://penahub.gitlab.yandexcloud.net/api/v4/projects/21/packages/npm/" }, "dependencies": { "immer": "^10.0.2", "reconnecting-eventsource": "^1.6.2" }, "devDependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.14.3", "@mui/material": "^5.14.4", "@types/node": "^20.5.0", "@types/react": "^18.2.15", "@types/react-dom": "^18.2.7", "@types/react-syntax-highlighter": "^15.5.7", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "@vitejs/plugin-react": "^4.0.3", "axios": "^1.4.0", "eslint": "^8.45.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.3", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.15.0", "react-syntax-highlighter": "^15.5.0", "typescript": "^5.0.2", "vite": "^4.4.5", "vite-plugin-dts": "^3.5.2", "zustand": "^4.3.8" }, "peerDependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.14.3", "@mui/material": "^5.14.4", "axios": "^1.4.0", "react": "^18.2.0", "react-router-dom": "^6.15.0", "zustand": "^4.3.8" } }