{ "name": "status-components", "version": "0.1.0", "private": true, "dependencies": { "@emotion/core": "^10.0.10", "@emotion/styled": "^10.0.10", "classnames": "^2.2.6", "emotion-theming": "^10.0.10", "polished": "^3.1.0", "prop-types": "^15.7.2", "react": "^16.8.5", "react-dom": "^16.8.5", "react-native-web": "^0.11.2", "react-scripts": "2.1.8", "typeface-roboto": "0.0.54" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject", "storybook": "start-storybook -p 9009 -s public", "build-storybook": "build-storybook -s public", "deploy-storybook": "storybook-to-ghpages", "lint": "eslint --ext js,jsx ./src", "lint:fix": "eslint --fix --ext js,jsx ./src", "prettier-js": "prettier --single-quote --write \"src/**/*.js\"", "prettier-css": "prettier --single-quote --parser css --write \"src/**/*.css\"" }, "devDependencies": { "@babel/core": "^7.4.0", "@storybook/addon-actions": "^5.0.5", "@storybook/addon-backgrounds": "^5.0.5", "@storybook/addon-knobs": "^5.0.5", "@storybook/addon-links": "^5.0.5", "@storybook/addon-options": "^5.0.5", "@storybook/addon-viewport": "^5.0.5", "@storybook/addons": "^5.0.5", "@storybook/react": "^5.0.5", "@storybook/storybook-deployer": "^2.8.1", "babel-loader": "^8.0.5", "eslint": "^5.15.3", "eslint-config-prettier": "^4.1.0", "eslint-import-resolver-webpack": "^0.11.0", "eslint-plugin-import": "^2.16.0", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-prettier": "^3.0.1", "eslint-plugin-react": "^7.12.4", "husky": "^1.3.1", "lint-staged": "^8.1.5", "prettier": "^1.16.4" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ], "eslintConfig": { "extends": "react-app" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "src/**/*.js": [ "yarn prettier-js", "yarn lint:fix", "git add" ], "src/**/*.css": [ "yarn prettier-css", "git add" ] }, "homepage": "https://status-im.github.io/status-components/" }