{ "name": "@frontend/kitui", "version": "1.0.110", "description": "test", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "repository": "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.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", "vitest": "^1.4.0", "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" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }