@smartrep/video-widget
Version:
Client side library to load the video widget
93 lines (92 loc) • 2.54 kB
JSON
{
"name": "@smartrep/video-widget",
"version": "1.0.2",
"type": "module",
"description": "Client side library to load the video widget",
"author": "SmartRep",
"license": "MIT",
"files": [
"dist"
],
"scripts": {
"lint": "eslint . --ext .ts,.tsx",
"typecheck": "tsc --noEmit",
"pretty-quick": "pretty-quick",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"prepare": "husky install",
"postinstall": "xstate typegen \"./src/**/*.ts?(x)\"",
"postbuild": "npm run copy-example",
"copy-example": "cp example.html dist/index.html",
"xstate:typegen": "xstate typegen 'src/**/*.ts?(x)' --watch"
},
"repository": {
"url": "git+https://github.com/SmartRepOrg/Video-Widget.git"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://smartrep.gr",
"keywords": [
"bot",
"smartrep",
"chatbot",
"virtual-assistant"
],
"dependencies": {
"@xstate/cli": "^0.4.1",
"@xstate/inspect": "^0.7.0",
"@xstate/react": "^3.0.1",
"clsx": "^1.2.1",
"date-fns": "^2.30.0",
"embla-carousel-react": "^7.0.9",
"framer-motion": "^8.5.0",
"nanoid": "^4.0.2",
"react": "^18.2.0",
"react-day-picker": "^8.8.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-use": "^17.4.0",
"socket.io-client": "^4.7.2",
"tailwind-merge": "^1.8.1",
"ts-node": "^10.9.1",
"xstate": "^4.38.2"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@types/node": "^18.11.18",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.13",
"babel-loader": "^8.3.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.0",
"postcss": "^8.4.19",
"prettier": "^2.8.1",
"pretty-quick": "^3.1.3",
"rollup-plugin-visualizer": "^5.9.0",
"tailwindcss": "^3.2.4",
"typescript": "^4.6.4",
"vite": "^4.4.9",
"vite-plugin-css-injected-by-js": "^3.3.0"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"bugs": {
"url": "https://github.com/SmartRepOrg/Video-Widget/issues"
},
"main": "index.js"
}