-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.44 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.44 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
{
"name": "android-settings-app",
"version": "2.5.1",
"author": "UiO",
"private": true,
"dependencies": {
"@dhis2/app-runtime": "^3.14.6",
"@dhis2/d2-i18n": "^1.1.1",
"@dhis2/d2-ui-core": "^6.3.0",
"@dhis2/d2-ui-table": "^6.3.0",
"@dhis2/ui": "^10.9.1",
"@material-ui/core": "^3.9.2",
"@testing-library/jest-dom": "^6.6.3",
"d2": "^31.7",
"d3-color": "^3.1.0",
"downshift": "^3.2.10",
"loglevel": "^1.6.6",
"prop-types": "^15.7.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "^5.0.1",
"styled-jsx": "^4.0.1"
},
"scripts": {
"start": "d2-app-scripts start",
"build": "d2-app-scripts build",
"lint": "yarn run lint:js && yarn run lint:text",
"lint:js": "d2-style check js",
"lint:text": "d2-style check text",
"fix": "yarn run fix:js && yarn run fix:text",
"fix:js": "d2-style apply js",
"fix:text": "d2-style apply text",
"test": "d2-app-scripts test",
"clean": "rimraf build",
"format": "d2-style apply js"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "^12.8.0",
"@dhis2/cli-style": "^10.4.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"eslint-plugin-react-hooks": "^6.1.0"
}
}