{ "name": "@the-boring/tbd-components", "version": "0.0.0-development", "description": "", "main": "build/index.js", "module": "build/index.esm.js", "types": "build/index.d.ts", "files": [ "build" ], "scripts": { "clean": "rimraf build", "build": "npm run clean && rollup -c", "sb": "start-storybook -p 6006", "build:sb": "build-storybook", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:snapshot": "jest --updateSnapshot", "prepublishOnly": "npm run build", "commit": "cz", "lint": "eslint components/**/*.t{s,sx}", "prettier": "prettier --check .", "pretest": "npm run lint && npm run prettier", "lint-staged": "lint-staged", "prepare": "husky install", "semantic-release": "semantic-release", "semantic-release:dry-run": "semantic-release --dry-run" }, "keywords": [], "author": "rawat-shashank", "peerDependencies": { "react": ">=17.0.0", "react-dom": ">=17.0.0", "styled-components": ">=5.3.3" }, "devDependencies": { "@babel/core": "^7.16.0", "@commitlint/cli": "^15.0.0", "@commitlint/config-conventional": "^15.0.0", "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-node-resolve": "^13.0.6", "@storybook/addon-actions": "^6.4.2", "@storybook/addon-essentials": "^6.4.2", "@storybook/addon-links": "^6.4.2", "@storybook/react": "^6.4.2", "@testing-library/jest-dom": "^5.15.1", "@testing-library/react": "^12.1.2", "@types/jest": "^27.0.3", "@types/react": "^17.0.37", "@types/styled-components": "^5.1.15", "@typescript-eslint/eslint-plugin": "^5.5.0", "@typescript-eslint/parser": "^5.5.0", "babel-loader": "^8.2.3", "commitizen": "^4.2.4", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.3.0", "eslint-config-airbnb": "^19.0.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.27.1", "eslint-plugin-react-hooks": "^4.3.0", "husky": "^7.0.4", "identity-obj-proxy": "^3.0.0", "jest": "^27.4.2", "lint-staged": "^12.1.2", "prettier": "^2.5.0", "react": "^17.0.2", "react-dom": "^17.0.2", "rimraf": "^3.0.2", "rollup": "^2.60.2", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-typescript2": "^0.31.1", "styled-components": "^5.3.3", "ts-jest": "^27.0.7", "typescript": "^4.5.2", "semantic-release": "^18.0.1" }, "dependencies": {}, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "repository": { "type": "git", "url": "https://github.com/rawat-shashank/tbd-components.git" }, "publishConfig": { "access": "public" } }