UNPKG

@olist/united

Version:

olist design language system

145 lines (144 loc) 4.39 kB
{ "name": "@olist/united", "version": "1.6.1", "main": "dist/united.cjs.js", "module": "dist/united.es.js", "scripts": { "prepare": "husky install", "start": "node server/index.js", "build": "npx rollup -c", "build:docz": "npx docz build", "prebuild": "rimraf dist", "dev": "npx docz dev", "lint-staged": "npx lint-staged", "lint": "npx eslint src", "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-nullish-coalescing-operator": "^7.13.8", "@babel/plugin-proposal-optional-chaining": "^7.13.12", "@babel/preset-env": "^7.14.1", "@babel/preset-react": "^7.13.13", "@rollup/plugin-alias": "^3.1.2", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^19.0.0", "@rollup/plugin-image": "^2.0.6", "@rollup/plugin-multi-entry": "^4.0.0", "@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/user-event": "^13.1.9", "audit-ci": "^4.0.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", "docz": "^2.3.1", "eslint": "^7.26.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-airbnb-base": "^14.2.1", "eslint-config-prettier": "^8.3.0", "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-prettier": "^3.4.0", "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", "lint-staged": "^11.0.0", "prettier": "^2.3.0", "react": "^17.0.2", "react-test-renderer": "^16.0.0", "rollup": "^2.47.0", "rollup-plugin-auto-external": "^2.0.0", "styled-components": "^5.1.1", "styled-system": "^5.1.5" }, "peerDependencies": { "react": "16.x", "styled-components": "5.x", "styled-map": "3.3.x", "styled-system": "5.x" }, "dependencies": { "@babel/runtime": "^7.14.0", "@datepicker-react/hooks": "^2.8.0", "@hot-loader/react-dom": "^17.0.1", "@rebass/grid": "^6.1.0", "@styled-system/prop-types": "^5.1.5", "@styled-system/theme-get": "^5.1.2", "core-js": "^3.12.1", "date-fns": "^2.21.3", "express": "^4.17.1", "jest-styled-components": "^7.0.5", "prop-types": "^15.7.2", "react-dom": "^17.0.2", "react-functional-select": "^3.3.3", "react-helmet-async": "^1.0.4", "react-modal": "^3.13.1", "react-textarea-autosize": "^8.3.2", "react-transition-group": "^4.4.1", "react-window": "^1.8.6", "styled-map": "^3.3.0" }, "engines": { "node": ">=8.9.0" }, "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" }, "husky": { "hooks": { "pre-commit": "npm run lint-staged", "pre-push": "npm test" } }, "description": "olist design language system", "repository": { "type": "git", "url": "git+https://gitlab.olist.io/frontend/olist-united.git" }, "keywords": [ "olist", "ui", "united" ], "author": "@olist", "bugs": { "url": "https://gitlab.olist.io/frontend/olist-united/-/issues" }, "homepage": "https://united.olist.io/", "resolutions": { "hosted-git-info": "3.0.8", "ssri": "6.0.2", "trim": "^0.0.3", "marked": "^0.7.0", "css-what": "^5.0.1", "glob-parent": "^5.1.2", "url-parse": "1.5.3", "ws": ">=6.2.2 <7.0.0 || >=7.4.6", "normalize-url": ">=4.5.1 <5.0.0 || >=5.3.1 <6.0.0 || >=6.0.1" } }