UNPKG

boros

Version:

TDCX Design System

105 lines (104 loc) 3.14 kB
{ "name": "boros", "version": "0.4.0", "description": "TDCX Design System", "main": "dist/index.js", "scripts": { "start": "webpack -p && webpack-dev-server --open --mode development", "build:docs": "webpack -p", "build": "cross-env NODE_ENV=production rollup -c", "prepare": "npm run build", "test": "jest --coverage --no-colors --silent", "format": "prettier --write \"src/**/*.*(js|scss|css)\"" }, "repository": { "type": "git", "url": "git@gitlab.teledirectgroup.com:ali.elkhateeb/boros.git" }, "keywords": [ "tdcx design system", "tdcx", "boros" ], "peerDependencies": { "@material-ui/core": ">= 4.0", "@material-ui/styles": ">= 4.0", "@material-ui/icons": ">= 4.0", "@material-ui/lab": ">= 4.0.0-alpha.0", "@material-ui/pickers": ">= ^3.0", "@material-ui/utils": ">= 4.0", "react": ">= ^16.8.0", "react-dom": ">= ^16.8.0" }, "author": "Ali Elkhateeb", "license": "ISC", "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.0", "@babel/plugin-external-helpers": "^7.8.3", "@babel/preset-env": "^7.9.0", "@babel/preset-react": "^7.9.4", "@material-ui/core": "^4.9.9", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "^4.0.0-alpha.48", "@material-ui/pickers": "^3.2.10", "@material-ui/styles": "latest", "@material-ui/utils": "^4.9.6", "@reach/router": "^1.3.3", "@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-replace": "^2.3.1", "@typescript-eslint/eslint-plugin": "^2.27.0", "@typescript-eslint/parser": "^2.27.0", "babel-eslint": "^10.1.0", "babel-jest": "^25.2.6", "babel-loader": "^8.1.0", "chai": "^4.2.0", "cross-env": "^7.0.2", "css-loader": "^3.5.0", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.2", "eslint": "^6.8.0", "eslint-config-prettier": "^6.10.1", "eslint-config-react-app": "^5.2.1", "eslint-plugin-flowtype": "^3.13.0", "eslint-plugin-import": "^2.20.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-react": "^7.19.0", "eslint-plugin-react-hooks": "^1.7.0", "html-webpack-plugin": "^3.2.0", "husky": "^4.2.3", "identity-obj-proxy": "^3.0.0", "jest": "^25.2.7", "lint-staged": "^10.1.2", "prettier": "^1.17.0", "pretty-quick": "^2.0.1", "react": "^16.13.1", "react-dom": "^16.13.1", "react-json-view": "^1.19.1", "react-test-renderer": "^16.13.1", "rollup": "^1.32.1", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-uglify": "^6.0.4", "style-loader": "^1.1.3", "webpack": "^4.42.1", "webpack-cli": "^3.3.11", "webpack-dev-server": "^3.10.3" }, "husky": { "hooks": { "pre-commit": "pretty-quick --staged", "pre-push": "jest --silent" } }, "dependencies": { "@date-io/moment": "^1.3.13", "clsx": "^1.1.0", "lodash": "^4.17.15", "moment": "^2.24.0", "prop-types": "latest", "react-countup": "^4.3.3", "react-dropzone-uploader": "^2.11.0", "recharts": "^2.0.0-beta.5" } }