@vchatcloud/react-ui-kit
Version:
VChatCloud UI Kit for react integration
75 lines (74 loc) • 2.14 kB
JSON
{
"name": "@vchatcloud/react-ui-kit",
"version": "1.0.8",
"description": "VChatCloud UI Kit for react integration",
"keywords": [
"react",
"chatting",
"vchatcloud"
],
"homepage": "https://www.vchatcloud.com",
"license": "MIT",
"private": false,
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"scss:types": "typed-scss-modules src/styles --watch",
"build": "tsc && vite build",
"build:lib": "tsc && vite build --config vite.config.lib.ts",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"format": "prettier --write ."
},
"dependencies": {
"@vchatcloud/sdk": "^1.3.1",
"react": "~18.3.1",
"react-dom": "~18.3.1"
},
"devDependencies": {
"@nabla/vite-plugin-eslint": "^2.0.5",
"@thelabnyc/typed-scss-modules": "8.2.2",
"@types/jquery": "^3.5.32",
"@types/node": "^24.0.4",
"@types/react": "~18.3.2",
"@types/react-dom": "~18.3.0",
"@typescript-eslint/eslint-plugin": "^8.35.0",
"@typescript-eslint/parser": "^8.35.0",
"@vitejs/plugin-react-swc": "^3.10.2",
"autoprefixer": "^10.4.21",
"eslint": "^9.29.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.5.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"postcss": "^8.5.6",
"pretendard": "^1.3.9",
"prettier": "3.6.1",
"react-scan": "^0.3.4",
"sass": "^1.89.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.35.0",
"vite": "^6.3.5",
"vite-plugin-css-injected-by-js": "^3.5.2",
"vite-plugin-dts": "^4.5.4",
"zustand": "^4.5.2"
},
"peerDependencies": {
"react": "~18",
"react-dom": "~18"
},
"packageManager": "pnpm@10.12.3"
}