UNPKG

@gannochenko/ui.styled-components

Version:

<!-- PROJECT SHIELDS --> <!-- *** Reference links are enclosed in brackets [ ] instead of parentheses ( ). *** See the bottom of this document for the declaration of the reference variables *** for contributors-url, forks-url, etc. This is an optional, co

81 lines (80 loc) 3.21 kB
{ "name": "@gannochenko/ui.styled-components", "version": "1.0.4", "license": "MIT", "main": "build.cjs/index.js", "module": "build.esm/index.js", "typings": "build.cjs/index.d.ts", "files": [ "build.esm/", "build.cjs/" ], "scripts": { "dev": "./script/dev.sh", "doc": "./script/doc.sh", "doc:deploy": "./script/doc.deploy.sh", "test:visual": "cd ./visual && yarn loki test", "test:visual:update": "cd ./visual && yarn loki update", "test:visual:approve": "cd ./visual && yarn loki approve", "test:visual:cicd": "cd ./visual && yarn build-storybook && yarn loki --requireReference --reactUri file:./storybook-static", "install-peers": "install-self-peers -- --ignore-scripts", "build": "rm -rf ./build/* && yarn run build:esm && yarn run build:cjs", "build:cjs": "rm -rf ./build.cjs/* && tsc -p ./tsconfig.build.cjs.json", "build:esm": "rm -rf ./build.esm/* && tsc -p ./tsconfig.build.esm.json", "build:watch": "tsc -w -p ./tsconfig.build.cjs.json", "build:dev": "yarn build:watch", "test": "jest -c ./jest/config.js --passWithNoTests", "test:watch": "jest -c ./jest/config.js --watch", "lint": "eslint ./src --ext .js,.ts,.jsx,.tsx", "lint:fix": "eslint ./src --fix --ext .js,.ts,.jsx,.tsx", "release": "./script/release.sh" }, "dependencies": {}, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0", "styled-components": ">=5.0.0" }, "repository": { "type": "git", "url": "git@github.com:gannochenko/gannochenko-modules.git" }, "publishConfig": { "access": "public" }, "devDependencies": { "@semantic-release/changelog": "^5.0.1", "@semantic-release/commit-analyzer": "^8.0.1", "@semantic-release/git": "^9.0.0", "@semantic-release/npm": "^7.0.9", "@semantic-release/release-notes-generator": "^9.0.1", "@team-griffin/install-self-peers": "^1.1.1", "@testing-library/dom": "^7.29.2", "@testing-library/jest-dom": "^5.11.8", "@testing-library/react": "^11.2.3", "@testing-library/react-hooks": "^4.0.0", "@testing-library/user-event": "^12.6.0", "@types/jest": "^26.0.20", "@types/react-dom": "^17.0.0", "@types/styled-components": "^5.1.7", "@typescript-eslint/eslint-plugin": "^4.12.0", "@typescript-eslint/parser": "^4.12.0", "eslint": "^7.17.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-config-prettier": "^7.1.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-react": "^7.22.0", "eslint-plugin-react-hooks": "^4.2.0", "jest": "^26.6.3", "jest-chain": "^1.1.5", "jest-styled-components": "^7.0.3", "prettier": "^2.2.1", "react-test-renderer": "^17.0.1", "semantic-release": "^17.3.1", "ts-essentials": "^7.0.1", "ts-jest": "^26.4.4", "typescript": "^4.1.3" } }