-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
55 lines (55 loc) · 1.73 KB
/
package.json
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
48
49
50
51
52
53
54
55
{
"name": "user-profile-app",
"version": "100.2.0",
"description": "User Profile App for DHIS2",
"license": "BSD-3-Clause",
"scripts": {
"build": "d2-app-scripts build",
"start": "d2-app-scripts start",
"test": "d2-app-scripts test",
"deploy": "d2-app-scripts deploy",
"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": "d2-style apply js && d2-style apply text"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "^10.2.3",
"@dhis2/cli-style": "^10.5.1"
},
"dependencies": {
"@dhis2/app-runtime": "^3.8.0",
"@dhis2/app-runtime-adapter-d2": "^1.1.0",
"@dhis2/d2-i18n": "^1.1.0",
"@dhis2/ui": "^8.11.1",
"babel-polyfill": "^6.26.0",
"d2": "^31.9.0",
"d2-ui": "^29.0.35",
"ip-regex": "^4.3.0",
"loglevel": "^1.7.1",
"material-design-icons-iconfont": "^6.1.0",
"material-ui": "^0.20.0",
"react-router": "^3.2.1",
"rxjs": "^5.5.7"
},
"keywords": [
"DHIS2",
"App"
],
"author": "Adheesh Bhatia",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dhis2/user-profile-app.git"
},
"bugs": {
"url": "https://github.com/dhis2/user-profile-app/issues"
},
"homepage": "https://github.com/dhis2/user-profile-app"
}