@voiceiq/web-components
Version:
VoiceIQ Web Component library
112 lines • 3.65 kB
JSON
{
"name": "@voiceiq/web-components",
"version": "28.1.0",
"description": "VoiceIQ Web Component library",
"main": "dist/index.cjs.min.js",
"module": "dist/index.esm.min.js",
"typings": "./dist/typings/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve:storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006",
"serve:docs": "docsify serve ./docs -p 6007",
"serve:express": "node server/index.js",
"build:lib": "rimraf dist && rollup -c rollup.config.ts",
"build:docs": "cp -r docs server/dist",
"build:storybook": "build-storybook -o server/dist/storybook",
"prepare": "yarn build:lib"
},
"keywords": [
"VoiceIQ",
"ReactJS",
"Components",
"UI"
],
"author": "Mohomed Thahzan <thahzan@voiceiq.ai>",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-plugin": "^7.13.0",
"@rollup/plugin-commonjs": "17.1.0",
"@rollup/plugin-node-resolve": "11.2.0",
"@storybook/addon-actions": "^6.1.20",
"@storybook/addon-controls": "^6.1.20",
"@storybook/addon-essentials": "^6.1.20",
"@storybook/addon-knobs": "^6.1.20",
"@storybook/addon-links": "^6.1.20",
"@storybook/react": "^6.1.20",
"@types/classnames": "^2.2.11",
"@types/react": "17.0.3",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"body-parser": "^1.19.0",
"cross-env": "^7.0.3",
"cssloader": "^1.1.1",
"docsify-cli": "^4.4.2",
"dotenv": "^8.2.0",
"eslint": "^7.20.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"husky": "^5.0.9",
"lint-staged": "^10.5.4",
"passport": "^0.4.1",
"passport-azure-ad-oauth2": "^0.0.4",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"rimraf": "^6.0.1",
"rollup": "2.41.2",
"rollup-plugin-scss": "^2.6.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"sass": "^1.69.5",
"sass-loader": "^10.1.1",
"serve-favicon": "^2.5.0",
"storybook-addon-designs": "^6.0.0-alpha.3",
"style-loader": "^2.0.0",
"tslib": "^2.8.1",
"typescript": "4.2.3"
},
"dependencies": {
"@date-io/moment": "^1.3.13",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@material-ui/pickers": "^3.3.10",
"check-password-strength": "^2.0.3",
"classnames": "^2.2.6",
"debounce": "^1.2.1",
"material-ui-popup-state": "^1.8.2",
"moment": "^2.29.1",
"notistack": "1.0.5",
"prop-types": "^15.7.2",
"react-copy-to-clipboard": "^5.0.3",
"react-countdown-circle-timer": "^2.5.4",
"react-draggable": "^4.4.3",
"react-dropzone": "^11.3.2",
"react-quill": "^1.3.5",
"react-select": "^5.2.1",
"react-tooltip": "^4.2.21",
"recharts": "^2.1.0",
"uuid": "^8.3.2"
},
"peerDependencies": {
"react": "16"
},
"files": [
"dist"
]
}