{ "name": "sonarcloud-bitbucketcloud", "version": "0.0.1", "description": "Bitbucket Cloud integration for SonarCloud", "repository": "SonarSource/sonarqube", "license": "LGPL-3.0", "private": true, "dependencies": { "@atlaskit/button": "8.2.7", "@atlaskit/checkbox": "3.1.3", "@atlaskit/css-reset": "2.0.8", "@atlaskit/icon": "12.8.0", "@atlaskit/logo": "8.1.3", "@atlaskit/reduced-ui-pack": "8.19.0", "@atlaskit/select": "4.5.2", "@atlaskit/spinner": "8.0.0", "@atlaskit/tooltip": "10.3.1", "babel-polyfill": "6.26.0", "classnames": "2.2.6", "lodash": "4.17.10", "react": "16.2.0", "react-dom": "16.2.0", "react-intl": "2.4.0", "styled-components": "3.3.3", "whatwg-fetch": "2.0.4" }, "devDependencies": { "@types/classnames": "2.2.4", "@types/enzyme": "3.1.11", "@types/jest": "23.1.5", "@types/lodash": "4.14.111", "@types/react": "16.0.29", "@types/react-dom": "16.0.3", "@types/react-intl": "2.3.8", "autoprefixer": "7.1.6", "babel-core": "6.26.3", "babel-jest": "23.4.0", "babel-loader": "7.1.5", "babel-plugin-dynamic-import-node": "1.2.0", "babel-plugin-lodash": "3.3.4", "babel-plugin-syntax-dynamic-import": "6.18.0", "babel-plugin-transform-class-properties": "6.24.1", "babel-plugin-transform-object-rest-spread": "6.26.0", "babel-plugin-transform-react-constant-elements": "6.23.0", "babel-plugin-transform-react-jsx-self": "6.22.0", "babel-plugin-transform-react-jsx-source": "6.22.0", "babel-preset-env": "1.6.1", "babel-preset-react": "6.22.0", "chalk": "2.4.1", "clean-webpack-plugin": "0.1.19", "copy-webpack-plugin": "4.5.2", "css-loader": "0.28.11", "enzyme": "3.3.0", "enzyme-adapter-react-16": "1.1.1", "enzyme-to-json": "3.3.4", "escape-string-regexp": "1.0.5", "eslint": "4.17.0", "eslint-config-sonarqube": "0.1.0", "eslint-plugin-import": "2.13.0", "eslint-plugin-jsx-a11y": "6.1.0", "eslint-plugin-promise": "3.8.0", "eslint-plugin-react": "7.7.0", "eslint-plugin-sonarjs": "0.1.0", "html-webpack-plugin": "3.0.6", "jest": "23.4.0", "postcss-calc": "6.0.1", "postcss-custom-properties": "6.2.0", "postcss-loader": "2.1.6", "prettier": "1.13.7", "react-dev-utils": "5.0.1", "react-error-overlay": "1.0.7", "react-test-renderer": "16.2.0", "request": "2.87.0", "style-loader": "0.21.0", "ts-jest": "23.0.0", "ts-loader": "4.4.2", "typescript": "2.8.3", "typescript-eslint-parser": "15.0.0", "webpack": "4.16.0", "webpack-bundle-analyzer": "2.13.1", "webpack-dev-server": "3.1.4" }, "scripts": { "start": "node scripts/start.js", "build": "node scripts/build.js", "test": "jest", "coverage": "yarn jest --coverage", "format": "yarn prettier --write --list-different 'src/main/ts/**/*.{js,ts,tsx,css}'", "lint": "yarn eslint --ext js,ts,tsx --quiet src/main/ts", "lint-report": "eslint --ext js,ts,tsx -f json -o eslint-report.json src/main/ts", "prettier-check": "yarn prettier --list-different 'src/main/ts/**/*.{js,ts,tsx,css}'", "ts-check": "yarn tsc --noEmit", "validate": "yarn lint && yarn ts-check && yarn prettier-check && yarn test" }, "engines": { "node": ">=6" }, "browserslist": [ "last 3 Chrome versions", "last 3 Firefox versions", "last 3 Safari versions", "last 3 Edge versions", "IE 11" ], "jest": { "coverageDirectory": "/target/coverage", "coveragePathIgnorePatterns": ["/node_modules", "/tests"], "moduleFileExtensions": ["ts", "tsx", "js", "json"], "moduleNameMapper": { "^.+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "/config/jest/FileStub.js", "^.+\\.css$": "/config/jest/CSSStub.js", "^@sqcore(.*)$": "/../sonar-web/src/main/js$1" }, "setupFiles": [ "/config/polyfills.js", "/config/jest/SetupTestEnvironment.js", "/config/jest/SetupEnzyme.js" ], "snapshotSerializers": ["enzyme-to-json/serializer"], "testPathIgnorePatterns": [ "/node_modules", "/src/main/webapp", "/scripts" ], "testRegex": "(/__tests__/.*|\\-test)\\.(ts|tsx|js)$", "transform": { "^.+\\.js$": "/node_modules/babel-jest", ".(ts|tsx)$": "/node_modules/ts-jest/preprocessor.js" } }, "prettier": { "jsxBracketSameLine": true, "printWidth": 100, "singleQuote": true } }