Skip to content

Commit

Permalink
chore: format all files
Browse files Browse the repository at this point in the history
  • Loading branch information
kabaros committed Oct 22, 2024
1 parent 6c07997 commit 8144f56
Showing 1 changed file with 51 additions and 51 deletions.
102 changes: 51 additions & 51 deletions package.json
Original file line number Diff line number Diff line change
@@ -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}",
"!<rootDir>/node_modules/",
"!<rootDir>/*.ts",
"!<rootDir>/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}",
"!<rootDir>/node_modules/",
"!<rootDir>/*.ts",
"!<rootDir>/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"
}
}

0 comments on commit 8144f56

Please sign in to comment.