-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 977 Bytes
/
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
{
"name": "group-4-data-set-browser",
"version": "1.0.0",
"description": "Browse data set forms, and get a quick overview of what needs to be done",
"license": "BSD-3-Clause",
"private": true,
"scripts": {
"build": "cp -R script_files/.d2 ./ && d2-app-scripts build",
"start": "cp -R script_files/.d2 ./ && d2-app-scripts start",
"test": "d2-app-scripts test",
"pretty": "prettier --write \"src/**\""
},
"devDependencies": {
"@dhis2/cli-app-scripts": "^1.5.6",
"@dhis2/cli-style": "^4.2.0"
},
"dependencies": {
"@dhis2/app-runtime": "^2.0.4",
"babel-eslint": "^10.0.3",
"classnames": "^2.2.6",
"eslint": "^6.5.1",
"eslint-plugin-react": "^7.16.0",
"postcss-import": "^12.0.1",
"react-content-loader": "^4.3.2",
"react-css-collapse": "^3.6.1",
"react-router-dom": "^5.1.2",
"simplebar-react": "^2.0.8"
}
}