-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 2.11 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
{
"name": "data-exchange-app",
"version": "100.10.9",
"description": "",
"license": "BSD-3-Clause",
"private": true,
"scripts": {
"build": "d2-app-scripts build",
"start": "d2-app-scripts start",
"start:nobrowser": "BROWSER=none d2-app-scripts start",
"test": "TZ=Etc/UTC d2-app-scripts test",
"deploy": "d2-app-scripts deploy",
"lint": "d2-style check",
"lint:staged": "d2-style check --staged",
"format": "d2-style apply",
"format:staged": "d2-style apply --staged",
"cypress:start": "REACT_APP_NODE_ENV=test yarn start:nobrowser",
"cypress:open:live": "start-server-and-test 'yarn cypress:start' http://localhost:3000 'yarn cypress open --env networkMode=live'",
"cypress:run:live": "start-server-and-test 'yarn cypress:start' http://localhost:3000 'yarn cypress run --env networkMode=live'",
"cypress:run:capture": "start-server-and-test 'yarn cypress:start' http://localhost:3000 'yarn cypress run --env networkMode=capture'",
"cypress:run:stub": "start-server-and-test 'yarn cypress:start' http://localhost:3000 'yarn cypress run --env networkMode=stub'"
},
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^16.0.0",
"@cypress/webpack-preprocessor": "^5.17.0",
"@dhis2/cli-app-scripts": "^11.5.0",
"@dhis2/cli-style": "^10.4.3",
"@dhis2/cypress-commands": "^10.0.6",
"@dhis2/cypress-plugins": "^10.0.1",
"@faker-js/faker": "^8.4.1",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "^14.5.2",
"cypress": "^13.10.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"start-server-and-test": "^1.14.0"
},
"dependencies": {
"@dhis2/analytics": "^26.7.9",
"@dhis2/app-runtime": "^3.10.4",
"@dhis2/ui": "^9.14.0",
"classnames": "^2.5.1",
"react-router-dom": "^6.4.1",
"use-query-params": "^2.1.1"
},
"resolutions": {
"@dhis2/ui": "^9.14.0"
}
}