-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"workspaces": [
"administration",
"build-configs"
],
"scripts": {
"expose:ports": "adb get-state 1>/dev/null 2>&1 && adb reverse tcp:8081 tcp:8081 && adb reverse tcp:8000 tcp:8000 && adb reverse tcp:5002 tcp:5002 || echo 'no android device attached'",
"circleci:update-config": "{ cat .circleci/autogenerated_header.yml; circleci config pack .circleci/src; } > .circleci/config.yml && circleci config validate",
"format": "npm run format --workspaces --if-present"
},
"overrides": {
"@typescript-eslint/parser": "8.58.2",
"eslint-plugin-react-hooks": "$eslint-plugin-react-hooks",
"eslint": "^9.39.4",
"eslint-plugin-jsx-expressions": {
"minimatch": "^9.0.5"
}
},
"devDependencies": {
"@eslint/compat": "^2.0.4",
"@eslint/eslintrc": "^3.3.6",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.66.0",
"app-toolbelt": "github:digitalfabrik/app-toolbelt#semver:1.2.1",
"eslint": "^9.39.4",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^29.16.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-jsx-expressions": "^1.3.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-unicorn": "^70.0.0",
"prettier": "^3.9.6",
"typescript": "^6.0.2",
"typescript-eslint": "^8.66.0"
},
"allowScripts": {
"@bufbuild/buf@1.71.0": true,
"@parcel/watcher@2.5.6": true,
"esbuild@0.28.1": true,
"fsevents@2.3.3": true,
"fsevents@2.3.2": true
}
}