UNPKG

@skbkontur/ui-kit

Version:

71 lines (70 loc) 2.11 kB
{ "name": "@skbkontur/ui-kit", "version": "0.2.9", "main": "lib/index.js", "license": "MIT", "files": ["lib"], "devDependencies": { "@storybook/addon-actions": "^3.4.4", "@storybook/addon-links": "^3.4.4", "@storybook/addons": "^3.4.4", "@storybook/react": "^3.4.4", "@types/fbemitter": "^2.0.32", "@types/exenv": "^1.2.0", "@types/jest": "^22.2.3", "@types/lodash.debounce": "^4.0.3", "@types/react": "^16.3.14", "@types/react-dom": "^16.0.5", "@types/react-transition-group": "^2.0.10", "@types/storybook__react": "^3.0.7", "babel-core": "^6.26.3", "babel-runtime": "^6.26.0", "exenv": "^1.2.2", "focus-visible": "^4.1.4", "husky": "^0.14.3", "jest": "^22.4.3", "lint-staged": "^7.1.0", "prettier": "^1.12.1", "react": "^16.3.2", "react-dom": "^16.3.2", "rimraf": "^2.6.2", "styled-components": "^3.2.6", "ts-jest": "^22.4.6", "ts-loader": "3.5.0", "tslint": "^5.10.0", "tslint-config-prettier": "^1.12.0", "typescript": "2.8.3", "typescript-styled-plugin": "^0.6.3" }, "peerDependencies": { "react": ">=15.0.0", "react-dom": ">=15.0.0", "styled-components": "^3.0.0" }, "dependencies": { "fbemitter": "^2.1.1", "lodash.debounce": "^4.0.8", "react-transition-group": "^2.3.1", "tslib": "^1.9.1" }, "scripts": { "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook", "precommit": "lint-staged", "test": "jest", "copy-themes": "cp src/themes/default/color_tokens.json lib/themes/default && cp src/themes/flat/color_tokens_flat.json lib/themes/flat", "build": "rimraf lib && tsc && npm run copy-themes", "prepublish": "npm run build" }, "jest": { "transform": { ".(ts|tsx)": "ts-jest" }, "testPathIgnorePatterns": ["/node_modules/"], "testRegex": "(/test/.*|\\.(test|spec))\\.(ts|tsx|js)$", "moduleFileExtensions": ["ts", "tsx", "js", "json"] }, "lint-staged": { "*.{ts,tsx}": ["tslint --fix", "prettier --single-quote --write", "git add"] } }