whisper-design
Version:
A React component library for building AI chat room UIs.
71 lines (70 loc) • 1.85 kB
JSON
{
"name": "whisper-design",
"description": "A React component library for building AI chat room UIs.",
"keywords": [
"ai",
"chat",
"room",
"ui",
"components",
"react"
],
"private": false,
"version": "0.1.0",
"engines": {
"node": ">=18.0.0",
"react": "^19.0.0"
},
"main": "dist/ai-chat-room-components.cjs.js",
"module": "dist/ai-chat-room-components.es.mjs",
"type": "module",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/ai-chat-room-components.es.mjs",
"require": "./dist/ai-chat-room-components.cjs.js"
}
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"build:lib": "npm run build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,scss,md}\"",
"format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,css,scss,md}\"",
"type-check": "tsc --noEmit",
"preview": "vite preview",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"@rollup/plugin-alias": "^5.1.1",
"dayjs": "^1.11.13",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router-dom": "^7.6.3",
"use-immer": "^0.11.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@types/node": "^24.0.10",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.5.2",
"eslint": "^9.29.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.2.0",
"prettier": "^3.6.2",
"sass": "^1.89.2",
"typescript": "~5.8.3",
"typescript-eslint": "^8.34.1",
"vite": "^7.0.0"
}
}