UNPKG

@gaiot/bot-client-ui

Version:

aiot libembeds

81 lines (80 loc) 2.43 kB
{ "name": "@gaiot/bot-client-ui", "version": "2.4.5", "author": "glodoncv", "description": "aiot libembeds", "type": "module", "types": "dist/src/index.d.ts", "keywords": [ "aiot", "aiot-bot-client-ui" ], "files": [ "dist" ], "module": "./dist/bot-client-ui.js", "main": "./dist/bot-client-ui.umd.cjs", "typings": "./dist/src/index.d.ts", "exports": { "import": "./dist/bot-client-ui.js", "require": "./dist/bot-client-ui.umd.cjs", "type": "./dist/dist/src/index.d.ts" }, "license": "MIT", "scripts": { "dev": "vite", "start": "vite", "build": "tsc && vite build --mode prod", "watch": "tsc && vite build --mode prod --watch", "preview": "vite preview", "check": "yarn prettier --check .", "write": "yarn prettier --write .", "lint": "eslint --ext .tsx,.ts --fix ./example -c .eslintrc.js", "storybook": "start-storybook -p 6006", "docs": "start-storybook -p 6006", "build-storybook": "build-storybook", "cy-open": "yarn run cypress open" }, "dependencies": { "@gaiot/agent-cli-ui": "^2.4.5" }, "devDependencies": { "@babel/core": "^7.20.12", "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", "@rollup/plugin-typescript": "^11.0.0", "@storybook/addon-actions": "^6.5.16", "@storybook/addon-essentials": "^6.5.16", "@storybook/addon-interactions": "^6.5.16", "@storybook/addon-links": "6.5.16", "@storybook/builder-vite": "^0.4.0", "@storybook/react": "^6.5.16", "@storybook/testing-library": "^0.0.13", "@types/react": "^17.0.44", "@types/react-dom": "^17.0.17", "@typescript-eslint/eslint-plugin": "^5.35.1", "@typescript-eslint/parser": "^5.35.1", "@vitejs/plugin-react": "^3.1.0", "babel-loader": "^8.3.0", "cypress": "^12.5.1", "eslint": "^8.0.1", "eslint-config-prettier": "^8.5.0", "eslint-config-standard-with-typescript": "^22.0.0", "eslint-plugin-import": "^2.25.2", "eslint-plugin-n": "^15.0.0", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-react": "^7.31.0", "eslint-plugin-storybook": "^0.6.10", "less": "^4.1.2", "prettier": "2.7.1", "require-from-string": "^2.0.2", "typescript": "*", "vite": "^4.1.1" }, "publishConfig": { "access": "public" }, "lint-staged": { "*.{js,css,md,jsx,less,ts,tsx,json}": "prettier --write" } }