-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.44 KB
/
package.json
File metadata and controls
40 lines (40 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
{
"name": "settings-app",
"version": "100.15.4",
"description": "",
"license": "BSD-3-Clause",
"private": true,
"scripts": {
"build": "d2-app-scripts build",
"start": "d2-app-scripts start",
"test": "d2-app-scripts test",
"lint:js": "d2-style check js",
"lint:text": "d2-style check text",
"lint:staged": "yarn lint:js --staged && yarn lint:text --staged",
"lint": "yarn lint:js && yarn lint:text",
"format:js": "d2-style apply js",
"format:text": "d2-style apply text",
"format:staged": "yarn format:js --staged && yarn format:text --staged",
"format": "yarn format:js && yarn format:text"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "^12.8.0",
"@dhis2/cli-style": "^10.7.6"
},
"dependencies": {
"@dhis2/app-runtime": "^3.13.1",
"@dhis2/app-runtime-adapter-d2": "^1.0.2",
"@dhis2/d2-i18n": "^1.1.0",
"@dhis2/ui": "^10.1.11",
"d2": "^31.9.0",
"d2-ui": "^29.0.35",
"history": "4.7.2",
"loglevel": "^1.9.2",
"material-design-icons-iconfont": "^6.1.0",
"material-ui": "0.20.2",
"prop-types": "^15.7.2",
"react-color": "^2.19.3",
"rxjs": "5.5.7"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}