UNPKG

jobiqo-cl

Version:

[![CircleCI](https://circleci.com/gh/jobiqo/jobiqo-cl.svg?style=svg&circle-token=5a24efa5b8bbc4879276123e77d0d3f35ca7144c)](https://circleci.com/gh/jobiqo/jobiqo-cl)

131 lines (130 loc) 4.7 kB
{ "name": "jobiqo-cl", "version": "0.345.0", "sideEffects": false, "description": "", "main": "lib/src/index.js", "module": "lib/es/src/index.js", "files": [ "lib" ], "scripts": { "start": "npm run icons:watch && start-storybook", "start:docs": "npm run icons:watch && start-storybook --docs", "build": "npm run build:clean && npm run lint:fix && npm run icons && npm run build:lib && npm run tsd", "tsd": "tsc -p tsconfig.dist.json --emitDeclarationOnly --skipLibCheck", "build:clean": "rimraf lib", "build:lib": "rollup -c", "build-storybook": "build-storybook", "build-storybook:docs": "build-storybook --docs -o docs/storybook", "icons": "svgr assets/svgs -d src/icons --replace-attr-values '#dedede=currentColor' --template ./src/components/02-atoms/05-icons/template.js --title-prop --icon --ext tsx", "icons:watch": "svgr assets/svgs -d src/icons --replace-attr-values '#dedede=currentColor' --template ./src/components/02-atoms/05-icons/template.js --title-prop --icon --ext tsx --watch", "test": "jest --runInBand", "test:update": "jest -u", "watch:test": "jest --watch", "prepublish": "npm run build", "lint": "tslint -p tsconfig.json", "lint:fix": "tslint --fix -p tsconfig.json" }, "author": { "name": "Joao Garin", "email": "joao.garin@gmail.com", "url": "https://github.com/joaogarin" }, "license": "MIT", "dependencies": { "@reach/alert": "^0.7.0", "@reach/alert-dialog": "^0.7.0", "@reach/combobox": "^0.7.0", "@reach/dialog": "^0.7.0", "@reach/menu-button": "^0.7.0", "@reach/rect": "^0.7.0", "@reach/skip-nav": "^0.7.0", "@reach/tabs": "^0.7.0", "@reach/visually-hidden": "^0.7.0", "downshift": "^3.4.8", "focus-trap-react": "^4.0.0", "framer-motion": "^1.4.2", "match-sorter": "^2.2.3", "polished": "^2.3.3", "react-content-loader": "^4.2.1", "react-datepicker": "^2.12.1", "react-geosuggest": "^2.12.1", "styled-system": "^5.1.2", "use-throttle": "^0.0.3" }, "peerDependencies": { "react": "^16.8.0", "react-dom": "^16.0.0", "styled-components": "^4.1.3" }, "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", "@babel/plugin-syntax-class-properties": "^7.0.0", "@babel/polyfill": "^7.2.5", "@babel/preset-env": "^7.3.4", "@babel/preset-react": "^7.0.0", "@babel/preset-typescript": "^7.3.3", "@babel/register": "^7.0.0", "@rollup/plugin-commonjs": "^11.0.1", "@rollup/plugin-node-resolve": "^7.0.0", "@rollup/plugin-typescript": "^2.1.0", "@sambego/storybook-state": "^1.3.3", "@storybook/addon-actions": "^5.2.1", "@storybook/addon-docs": "^5.2.1", "@storybook/addon-events": "^5.2.1", "@storybook/addon-info": "^5.2.1", "@storybook/addon-knobs": "^5.2.1", "@storybook/addons": "^5.2.1", "@storybook/components": "^5.2.1", "@storybook/react": "^5.2.1", "@storybook/source-loader": "^5.2.1", "@svgr/cli": "^4.2.0", "@types/jest": "^23.3.14", "@types/react": "^16.8.6", "@types/react-datepicker": "^2.9.2", "@types/react-dom": "^16.8.2", "@types/react-geosuggest": "^2.7.9", "@types/styled-components": "^4.1.11", "@types/styled-system": "^5.1.2", "agadoo": "^2.0.0", "babel-core": "^7.0.0-bridge.0", "babel-loader": "^8.0.5", "babel-plugin-inline-import": "^3.0.0", "babel-plugin-module-resolver": "^3.2.0", "babel-plugin-react-docgen": "^2.0.2", "babel-plugin-styled-components": "^1.8.0", "core-js": "^2.6.5", "html-webpack-plugin": "^3.2.0", "identity-obj-proxy": "^3.0.0", "jest": "^24.1.0", "jest-styled-components": "^6.2.1", "prettier": "^1.16.4", "prop-types": "^15.7.2", "raw-loader": "^0.5.1", "react": "^16.8.6", "react-addons-test-utils": "^15.6.2", "react-docgen-typescript-loader": "^3.1.0", "react-dom": "^16.8.6", "react-testing-library": "^5.9.0", "rimraf": "^2.6.3", "rollup": "^1.29.1", "rollup-plugin-analyzer": "^3.2.2", "rollup-plugin-peer-deps-external": "^2.2.0", "rollup-plugin-postcss": "^2.0.3", "rollup-plugin-typescript2": "^0.25.3", "styled-components": "^4.1.3", "stylelint": "^9.10.1", "stylelint-config-standard": "^18.2.0", "stylelint-config-styled-components": "^0.1.1", "stylelint-custom-processor-loader": "^0.5.0", "stylelint-processor-styled-components": "^1.5.2", "ts-jest": "^23.10.4", "tslint": "^5.13.1", "tslint-config-prettier": "^1.18.0", "tslint-react": "^3.6.0", "typescript": "^3.5.1" } }