-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "data-deduplication",
"version": "2.0.0",
"private": true,
"dependencies": {
"@dhis2/app-runtime": "^2.1.1",
"@dhis2/d2-i18n": "^1.0.6",
"@dhis2/d2-ui-header-bar": "^6.5.6",
"@dhis2/ui-core": "^4.16.0",
"@dhis2/ui-widgets": "^2.1.0",
"@material-ui/core": "^4.9.7",
"@material-ui/icons": "^4.9.1",
"@types/node": "^13.9.5",
"@types/react": "^16.9.26",
"@types/react-dom": "^16.9.5",
"clsx": "^1.1.0",
"d2": "^31.8.0",
"material-table": "^1.57.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"styled-jsx": "^3.2.5",
"typescript": "3.4.5"
},
"scripts": {
"start": "react-scripts start",
"build:react": "react-scripts build",
"build:zip": "(rm -f Data-Deduplication.zip && cd build && zip ../Data-Deduplication.zip -r .)",
"build": "npm run build:react && npm run build:zip",
"test": "node_modules/cypress/bin/cypress open"
},
"eslintConfig": {
"extends": "react-app"
},
"homepage": ".",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version"
]
}
}