UNPKG

@dccs/react-autocomplete-mui

Version:
88 lines (87 loc) 2.5 kB
{ "name": "@dccs/react-autocomplete-mui", "version": "0.10.4", "description": "React-Autocomplete without the tears", "main": "lib/index.js", "scripts": { "watch": "tsc --watch", "build": "npm-run-all -s lint transpile build-storybook", "transpile": "tsc", "lint": "tslint ./src/**/*.ts*", "test": "jest --runInBand --coverage --passWithNoTests", "watch-test": "jest --watch --runInBand --coverage --passWithNoTests", "storybook": "start-storybook -p 6006 -c .storybook", "build-storybook": "build-storybook -o docs" }, "repository": { "type": "git", "url": "git+https://github.com/DCCS-IT-Business-Solutions/react-autocomplete-mui.git" }, "keywords": [ "npm", "node", "react", "javascript", "typescript", "autocomplete", "mui", "material-ui", "easy to use", "typeahead", "type ahead" ], "author": "Andreas Resch", "license": "MIT", "bugs": { "url": "https://github.com/DCCS-IT-Business-Solutions/react-autocomplete-mui/issues" }, "homepage": "https://github.com/DCCS-IT-Business-Solutions/react-autocomplete-mui#readme", "dependencies": { "@dccs/utils": "^0.2.2", "@material-ui/lab": "4.0.0-alpha.39", "use-debounce": "^3.1.0" }, "peerDependencies": { "@material-ui/core": "^4.8.x" }, "devDependencies": { "@babel/core": "^7.7.2", "@material-ui/core": "^4.8.3", "@storybook/addon-actions": "^5.3.19", "@storybook/addon-links": "^5.3.19", "@storybook/addons": "^5.3.19", "@storybook/react": "^5.3.19", "@types/jest": "^25.2.3", "@types/react": "^16.8.25", "@types/react-dom": "^16.8.5", "awesome-typescript-loader": "^5.2.1", "babel-loader": "^8.1.0", "jest": "^26.0.1", "npm-run-all": "^4.1.5", "react": "^16.12.0", "react-docgen-typescript-loader": "^3.4.0", "react-docgen-typescript-webpack-plugin": "^1.1.0", "react-dom": "^16.12.0", "tslint": "^5.20.1", "tslint-config-prettier": "^1.18.0", "tslint-react": "^4.1.0", "typescript": "^3.7.2" }, "jest": { "moduleFileExtensions": [ "ts", "tsx", "js" ], "transform": { "^.+\\.(ts|tsx)$": "<rootDir>/preprocessor.js" }, "testMatch": [ "**/__tests__/**/*.ts?(x)", "c**/?(*.)(spec|test).ts?(x)" ], "setupFilesAfterEnv": [ "<rootDir>/setupTests.js" ] } }