{ "name": "@frontend/kitui", "version": "2.0.2", "description": "test", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "repository": { "type": "git", "url": "git@gitea.pena:PenaSide/UIKit.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", "test:cart": "vitest ./lib/utils/cart", "prepublishOnly": "npm run build" }, "publishConfig": { "registry": "http://gitea.pena/api/packages/skeris/npm/" }, "dependencies": { "immer": "^10.1.1", "reconnecting-eventsource": "^1.6.4" }, "devDependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/icons-material": "^6.4.7", "@mui/material": "^6.4.6", "@types/node": "^22.13.10", "@types/react": "^19.0.4", "@types/react-dom": "^19.0.4", "@types/react-syntax-highlighter": "^15.5.13", "@typescript-eslint/eslint-plugin": "^8.26.0", "@typescript-eslint/parser": "^8.26.0", "@vitejs/plugin-react": "^4.3.4", "axios": "^1.8.2", "eslint": "^9.22.0", "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^5.2.0", "npm": "^11.2.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router-dom": "^7.3.0", "react-syntax-highlighter": "^15.6.1", "typescript": "^5.8.2", "vite": "^6.2.1", "vite-plugin-dts": "^4.5.3", "vitest": "^3.0.8", "zustand": "^5.0.3" }, "peerDependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/icons-material": "^6.4.7", "@mui/material": "^6.4.6", "axios": "^1.8.2", "react": "^19.0.0", "react-router-dom": "^7.3.0", "zustand": "^5.0.3" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }