UNPKG

@acrsolutions/chat-components

Version:

Un set di componenti per la creazione di un'applicazione di messaggistica

82 lines (81 loc) 2.25 kB
{ "name": "@acrsolutions/chat-components", "version": "1.1.5", "type": "module", "main": "src/index.ts", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist", "README.md" ], "devDependencies": { "@eslint/js": "^9.15.0", "@types/lodash": "^4.17.13", "@types/ramda": "^0", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.15.0", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.14", "globals": "^15.12.0", "lint-staged": "^15.2.10", "typescript": "^5.7.2", "typescript-eslint": "^8.15.0", "vite": "^6.0.1", "vite-plugin-mkcert": "^1.17.6" }, "lint-staged": { "*.{js,ts,css,json,md,tsx,jsx}": [ "yarn prettier --write" ] }, "scripts": { "dev": "vite", "build": "eslint . && tsc -p tsconfig.json", "serve": "vite preview", "start": "vite", "ladle:build": "ladle build" }, "packageManager": "yarn@4.5.3", "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@ladle/react": "^5.0.3", "@mui/icons-material": "^7.1.0", "@mui/material": "^7.1.0", "@mui/styled-engine-sc": "^7.1.0", "atomic-layout": "^0.16.2", "eslint-plugin-react-refresh": "^0.4.20", "lodash": "^4.17.21", "react": "^19.1.0", "react-audio-player": "^0.17.0", "react-dom": "^19.1.0", "react-emoji-render": "^2.0.1", "styled-components": "^6.1.13", "typescript-eslint": "^8.32.0" }, "description": "Un set di componenti per la creazione di un'applicazione di messaggistica", "repository": { "type": "git", "url": "git+https://github.com/ACR-Solutions-Srl/chat-components.git" }, "keywords": [ "chat", "react", "typescript" ], "author": "Federica Sidoti", "license": "ISC", "bugs": { "url": "https://github.com/ACR-Solutions-Srl/chat-components/issues" }, "homepage": "https://github.com/ACR-Solutions-Srl/chat-components#readme" }