@vchatcloud/react-ui-kit
Version:
VChatCloud UI Kit for react integration
72 lines (71 loc) • 2.09 kB
JSON
{
"name": "@vchatcloud/react-ui-kit",
"version": "1.0.7",
"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": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"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": {
"react": "~18.3.1",
"react-dom": "~18.3.1"
},
"devDependencies": {
"@types/jquery": "^3.5.30",
"@types/node": "^20.14.4",
"@types/react": "~18.3.2",
"@types/react-dom": "~18.3.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"postcss": "^8.4.38",
"pretendard": "^1.3.9",
"prettier": "3.2.5",
"sass": "^1.77.2",
"typed-scss-modules": "^8.0.1",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-css-injected-by-js": "^3.5.1",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-eslint": "^1.8.1",
"zustand": "^4.5.2"
},
"peerDependencies": {
"react": "~18",
"react-dom": "~18"
},
"packageManager": "pnpm@10.8.0+sha512.0e82714d1b5b43c74610193cb20734897c1d00de89d0e18420aebc5977fa13d780a9cb05734624e81ebd81cc876cd464794850641c48b9544326b5622ca29971"
}