-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
142 lines (142 loc) · 4.81 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "capture-app",
"homepage": ".",
"version": "1.72.2",
"cacheVersion": "1",
"serverVersion": "38",
"private": true,
"dependencies": {
"@dhis2/app-runtime": "^3.3.0",
"@dhis2/d2-i18n": "^1.1.0",
"@dhis2/d2-icons": "^1.0.1",
"@dhis2/d2-ui-app": "^2.0.0",
"@dhis2/d2-ui-org-unit-tree": "^7.3.3",
"@dhis2/d2-ui-rich-text": "^7.3.3",
"@dhis2/d2-ui-sharing-dialog": "^7.3.3",
"@dhis2/ui": "^7.16.2",
"@joakim_sm/react-infinite-calendar": "^2.4.2",
"@material-ui/core": "3.9.4",
"@material-ui/icons": "3",
"@popperjs/core": "^2.11.2",
"@react-leaflet/core": "^1.1.1",
"@redux-offline/redux-offline": "^2.6.0",
"autosuggest-highlight": "^3.2.1",
"classnames": "^2.3.1",
"d2": "^31",
"d2-manifest": "^1.0.0",
"d2-utilizr": "^0.2.15",
"date-fns": "^1.29.0",
"history": "^4.10.1",
"leaflet": "^1.7.1",
"leaflet-draw": "^1.0.4",
"lodash": "^4.17.21",
"loglevel": "^1.8.0",
"moment": "^2.29.1",
"prop-types": "^15.8.1",
"query-string": "^7.1.1",
"react": "^16.14.0",
"react-addons-update": "^15.6.3",
"react-dnd": "^14.0.5",
"react-dnd-html5-backend": "^15.1.2",
"react-dom": "^16.14.0",
"react-html-parser-ultimate": "^1.0.7",
"react-jss": "^10.7.1",
"react-leaflet": "^2.8.0",
"react-leaflet-draw": "0.19.0",
"react-leaflet-search-unpolyfilled": "^0.1.0",
"react-popper": "^2.2.4",
"react-redux": "^7.2.6",
"react-router-dom": "^5.3.0",
"react-rte": "^0.16.5",
"react-select": "^1.2.1",
"react-transform-tree": "^1.0.35",
"react-virtualized": "^9.22.2",
"react-virtualized-select": "^3.1.3",
"redux": "^4.1.2",
"redux-batched-actions": "^0.5.0",
"redux-logger": "^3.0.6",
"redux-observable": "^2.0.0",
"reselect": "^4.1.5",
"rxjs": "^7.5.4",
"styled-jsx": "^4",
"typeface-roboto": "^0.0.75",
"uuid": "^3.3.2"
},
"scripts": {
"start": "yarn verifyCacheVersion && d2-app-scripts start",
"start:forCypress": "node scripts/startAppForCypress.js",
"build": "yarn verifyCacheVersion && GENERATE_SOURCEMAP=false d2-app-scripts build && cp ./package.json ./build/app/package.json",
"build:standalone": "GENERATE_SOURCEMAP=false d2-app-scripts build --standalone",
"test": "d2-app-scripts test",
"test:debug": "react-scripts --inspect-brk test --runInBand",
"test2": "react-scripts test",
"docs": "NODE_ENV=development jsdoc -c jsdoc-conf.json",
"linter:check": "eslint -c .eslintrc . --quiet",
"flow:check": "./node_modules/.bin/flow check ./src",
"flow:addTypes": "flow-typed install",
"lint": "npm run flow:check && npm run linter:check",
"cy:open": "concurrently --kill-others \"yarn start:forCypress\" \"wait-on 'http-get://localhost:3000' && cypress open\"",
"cy:run": "concurrently --kill-others \"yarn start:forCypress\" \"wait-on 'http-get://localhost:3000' && cypress run\"",
"verifyCacheVersion": "node scripts/verifyCacheVersion.js",
"postinstall": "husky install && node scripts/createSymlinkToInternalPackages.mjs",
"i18n:add": "d2-app-scripts i18n extract && git add ./i18n/"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-flow-strip-types": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@dhis2/cli-app-scripts": "^8.3.3",
"@dhis2/cli-helpers-engine": "^3.2.1",
"@dhis2/cli-utils-cypress": "^9.0.2",
"@dhis2/cypress-commands": "^8.0.6",
"@dhis2/cypress-plugins": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"concurrently": "^7.0.0",
"cypress": "^7",
"cypress-cucumber-preprocessor": "^4",
"docdash": "^1.2.0",
"dotenv": "^16.0.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "7.32.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-react-app": "^6.0.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-flowtype": "^5.10.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"fake-indexeddb": "^3.1.7",
"flow-bin": "^0.132.0",
"husky": "^7.0.4",
"jsdoc": "^3.6.10",
"jsdoc-babel": "^0.5.0",
"jsdoc-export-default-interop": "^0.3.1",
"redux-devtools-extension": "^2.13.9",
"wait-on": "^6.0.1"
},
"peerDependencies": {
"capture-core": "1",
"capture-core-utils": "1",
"capture-ui": "1"
},
"resolutions": {
"@babel/preset-react": "7.16.7"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}