UNPKG

@olist/ui-commons

Version:
158 lines (157 loc) 4.76 kB
{ "name": "@olist/ui-commons", "version": "0.28.0", "main": "dist/ui-commons.es.js", "module": "dist/ui-commons.cjs.js", "scripts": { "prepare": "husky install", "start": "node server/index.js", "build": "npx rollup -c", "dev": "npx docz dev", "build:docz": "npx docz build", "lint-staged": "npx lint-staged", "lint": "npx eslint src", "prebuild": "rimraf dist", "prepublishOnly": "yarn test && yarn build", "test:coverage": "npx jest --coverage src", "test:watch": "npx jest --watch src", "test": "npx jest src", "test:main-diff": "npx jest --changedSince origin/main" }, "license": "SEE LICENSE IN LICENSE FILE", "devDependencies": { "@babel/cli": "^7.13.16", "@babel/core": "^7.14.0", "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/plugin-proposal-optional-chaining": "^7.13.12", "@babel/preset-env": "^7.14.1", "@babel/preset-react": "^7.13.13", "@olist/united": "0.18.8", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^19.0.0", "@rollup/plugin-image": "^2.0.6", "@rollup/plugin-node-resolve": "^13.0.0", "@testing-library/dom": "^7.31.0", "@testing-library/jest-dom": "^5.12.0", "@testing-library/react": "^11.2.6", "@testing-library/react-hooks": "^5.1.2", "@testing-library/user-event": "^13.1.8", "audit-ci": "^4.0.0", "axios-mock-adapter": "^1.19.0", "babel-eslint": "^10.1.0", "babel-jest": "^26.6.3", "babel-plugin-module-resolver": "^4.1.0", "babel-plugin-styled-components": "^1.12.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "chai": "^4.3.4", "docz": "^2.3.1", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.6", "enzyme-to-json": "^3.6.2", "eslint": "^7.26.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-airbnb-base": "^14.2.1", "eslint-import-resolver-babel-module": "^5.3.1", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jest": "^24.3.6", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.23.2", "eslint-plugin-react-hooks": "^4.2.0", "gatsby-theme-docz": "^2.3.1", "gh-pages": "^3.1.0", "husky": "^6.0.0", "jest": "^26.6.3", "jest-styled-components": "^7.0.4", "lint-staged": "^11.0.0", "prettier": "^2.3.0", "react": "^16.9.0", "react-dom": "16.9.0", "react-helmet-async": "^1.0.4", "react-test-renderer": "^17.0.2", "rollup-plugin-auto-external": "^2.0.0", "styled-components": "^5.1.1", "styled-system": "^5.1.5" }, "peerDependencies": { "@olist/united": "0.x", "@styled-system/theme-get": "5.x", "react": "16.x", "react-dom": "16.x", "styled-components": "5.x", "styled-map": "3.3.x", "styled-system": "5.x" }, "dependencies": { "@brazilian-utils/is-valid-cnpj": "^0.1.11", "@rollup/plugin-multi-entry": "^4.0.0", "@styled-system/prop-types": "^5.1.5", "@styled-system/theme-get": "^5.1.2", "@uppy/aws-s3": "^1.7.9", "@uppy/core": "^1.18.1", "@uppy/utils": "^3.5.0", "@uppy/xhr-upload": "^1.7.2", "add": "^2.0.6", "axios": "0.21.1", "core-js": "^3.12.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^3.4.0", "express": "^4.17.1", "final-form": "^4.20.2", "final-form-arrays": "^3.0.2", "js-cookie": "^2.2.1", "luxon": "^1.26.0", "prop-types": "^15.7.2", "react-fast-compare": "^3.2.0", "react-final-form": "^6.5.3", "react-final-form-arrays": "^3.1.3", "react-router-dom": "^5.2.0", "react-text-mask": "^5.4.3", "react-use": "^17.2.4", "remount": "0.11.0", "styled-map": "^3.3.0", "x2js": "^3.4.1" }, "engines": { "node": ">=12" }, "jest": { "moduleNameMapper": { "\\.(jpg|jpeg|png|gif|svg)$": "<rootDir>/test-utils/file-mock.js" }, "setupFilesAfterEnv": [ "<rootDir>test-utils/setup.js" ] }, "lint-staged": { "*.js": "npx eslint --fix" }, "description": "olist design language system", "repository": { "type": "git", "url": "git+https://github.com/olist/olist-united.git" }, "keywords": [ "olist", "ui", "united" ], "author": "@olist", "bugs": { "url": "https://github.com/olist/olist-united/issues" }, "homepage": "https://github.com/olist/olist-united#readme", "resolutions": { "hosted-git-info": "3.0.8", "ssri": "6.0.2", "trim": "0.0.3", "postcss": "^7.0.0", "marked": "0.7.0", "normalize-url": "^6.0.1", "css-what": "^5.0.1", "glob-parent": "^5.1.2", "ws": "^7.4.6", "trim-newlines": "^4.0.1", "dns-packet": "^5.2.2", "xmldom": "github:xmldom/xmldom#0.7.0" } }