UNPKG

@glodon-aiot/bot-client-ui

Version:

aiot libembeds

98 lines (97 loc) 3.11 kB
{ "name": "@glodon-aiot/bot-client-ui", "version": "3.20.1", "author": "glodoncv", "description": "aiot libembeds", "keywords": [ "aiot", "aiot-bot-client-ui" ], "files": [ "dist" ], "type": "module", "module": "./dist/es/index.mjs", "main": "./dist/lib/index.js", "typings": "./dist/src/index.d.ts", "exports": { ".": { "import": "./dist/es/index.mjs", "require": "./dist/lib/index.js", "types": "./dist/src/index.d.ts" }, "./external": { "import": "./dist/external/es/index.mjs", "require": "./dist/external/lib/index.js", "types": "./dist/src/index.d.ts" } }, "license": "MIT", "scripts": { "dev": "vite", "start": "vite", "build": "tsc && vite build --mode prod && yarn build:external && yarn build:cdn", "build:external": "vite build --mode prod --config ./vite.config.external.ts", "build:cdn": "tsc && vite build --mode prod --config ./vite.config.cdn.ts", "upload:cdn": "node scripts/upload-cdn.cjs", "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": { "@glodon-aiot/agent-cli-ui": "^3.20.1", "react": ">=17.0.0 <19.0.0", "react-dom": ">=17.0.0 <19.0.0" }, "devDependencies": { "@babel/core": "^7.20.12", "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", "@rollup/plugin-babel": "^6.0.4", "@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/lodash": "^4", "@types/react": "^18", "@types/react-dom": "^18", "@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", "rollup-plugin-visualizer": "^6.0.1", "typescript": "*", "vite": "^4.1.1", "vite-plugin-css-injected-by-js": "^3.5.2", "vite-plugin-dts": "^4.5.4" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "lint-staged": { "*.{js,css,md,jsx,less,ts,tsx,json}": "prettier --write" } }