diff --git a/package.json b/package.json index 824a7e0..3cd0cda 100644 --- a/package.json +++ b/package.json @@ -1,54 +1,54 @@ { - "name": "login-app", - "version": "100.1.14", - "description": "", - "license": "BSD-3-Clause", - "private": true, - "scripts": { - "build": "d2-app-scripts build", - "start": "d2-app-scripts start", - "test": "d2-app-scripts test", - "deploy": "d2-app-scripts deploy", - "format": "d2-style apply", - "format:staged": "d2-style apply --staged", - "lint": "d2-style check", - "lint:staged": "d2-style check --staged" - }, - "devDependencies": { - "@cfaester/enzyme-adapter-react-18": "^0.8.0", - "@dhis2/cli-app-scripts": "^12.0.0-alpha.19", - "@dhis2/cli-style": "^10.7.4", - "@dhis2/ui": "^9.11.8", - "@testing-library/jest-dom": "^6.6.2", - "@testing-library/user-event": "^14.5.2", - "enzyme": "^3.11.0", - "identity-obj-proxy": "^3.0.0", - "jest-extended": "^4.0.2" - }, - "jest": { - "collectCoverageFrom": [ - "**/*.{js,jsx,ts,tsx}", - "!/node_modules/", - "!/*.ts", - "!/coverage/**/*.*" - ], - "coverageThreshold": { - "global": { - "branches": 60, - "functions": 55, - "lines": 55, - "statements": 55 - } + "name": "login-app", + "version": "100.1.14", + "description": "", + "license": "BSD-3-Clause", + "private": true, + "scripts": { + "build": "d2-app-scripts build", + "start": "d2-app-scripts start", + "test": "d2-app-scripts test", + "deploy": "d2-app-scripts deploy", + "format": "d2-style apply", + "format:staged": "d2-style apply --staged", + "lint": "d2-style check", + "lint:staged": "d2-style check --staged" + }, + "devDependencies": { + "@cfaester/enzyme-adapter-react-18": "^0.8.0", + "@dhis2/cli-app-scripts": "^12.0.0-alpha.19", + "@dhis2/cli-style": "^10.7.4", + "@dhis2/ui": "^9.11.8", + "@testing-library/jest-dom": "^6.6.2", + "@testing-library/user-event": "^14.5.2", + "enzyme": "^3.11.0", + "identity-obj-proxy": "^3.0.0", + "jest-extended": "^4.0.2" + }, + "jest": { + "collectCoverageFrom": [ + "**/*.{js,jsx,ts,tsx}", + "!/node_modules/", + "!/*.ts", + "!/coverage/**/*.*" + ], + "coverageThreshold": { + "global": { + "branches": 60, + "functions": 55, + "lines": 55, + "statements": 55 + } + } + }, + "dependencies": { + "@testing-library/react": "^16.0.1", + "classnames": "^2.3.2", + "dompurify": "^3.1.5", + "html-react-parser": "^5.1.10", + "package.json": "^2.0.1", + "post-robot": "^10.0.46", + "react-google-recaptcha": "^3.1.0", + "react-router-dom": "^6.24.0" } - }, - "dependencies": { - "@testing-library/react": "^16.0.1", - "classnames": "^2.3.2", - "dompurify": "^3.1.5", - "html-react-parser": "^5.1.10", - "package.json": "^2.0.1", - "post-robot": "^10.0.46", - "react-google-recaptcha": "^3.1.0", - "react-router-dom": "^6.24.0" - } }