-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.94 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
{
"name": "dhis2-analytics-messenger-app",
"version": "1.0.0-beta.05",
"description": "A DHIS2 web application that allows sending of analytics data to messaging applications",
"license": "BSD-3-Clause",
"private": true,
"scripts": {
"cy:start": "REACT_APP_NODE_ENV=test BROWSER=none yarn start",
"cy:prepare": "start-server-and-test 'yarn cy:start' http://localhost:3000",
"build": "d2-app-scripts build --no-verify",
"start": "dotenv -- cross-var d2-app-scripts start --proxy %REACT_APP_DHIS2_PROXY% --port 3000",
"test:open": "yarn cy:prepare 'yarn cypress open --env networkMode=live'",
"_cy:live": "dotenv -- cross-var yarn cypress run --env networkMode=live --key %CYPRESS_RECORD_KEY%",
"test:live": "yarn cy:prepare 'yarn _cy:live'",
"_cy:capture": "yarn cypress run --env networkMode=capture",
"test:capture": "yarn cy:prepare 'yarn _cy:capture'",
"_cy:stub": "dotenv -- cross-var yarn cypress run --env networkMode=stub --record --key %CYPRESS_RECORD_KEY%",
"test:stub": "yarn cy:prepare 'yarn _cy:stub'",
"test": "d2-app-scripts test",
"deploy": "d2-app-scripts deploy",
"lint": "yarn d2-style check",
"lint:staged": "yarn lint --staged",
"format": "npx eslint src/* --fix"
},
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "16.0.3",
"@cypress/webpack-preprocessor": "^5.17.1",
"@dhis2/cli-app-scripts": "^11.7.1",
"@dhis2/cli-style": "^10.5.1",
"@dhis2/cypress-commands": "^10.0.3",
"@dhis2/cypress-plugins": "^10.0.3",
"@tanstack/eslint-plugin-query": "^5.50.1",
"@types/async": "^3.2.20",
"@types/lodash": "^4.14.194",
"@types/luxon": "^3.3.1",
"@types/parse": "^3.0.6",
"@types/react-helmet": "^6.1.6",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"cross-var": "^1.1.0",
"cypress": "^12.17.2",
"dotenv": "^16.3.1",
"dotenv-cli": "^7.2.1",
"eslint": "^8.45.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-react": "^7.32.2",
"prettier": "^3.0.3",
"start-server-and-test": "^2.0.0",
"typescript": "^5.1.6"
},
"dependencies": {
"@dhis2/app-runtime": "^3.11.0",
"@dhis2/app-service-datastore": "^1.0.0-beta.3",
"@dhis2/d2-i18n": "^1.1.3",
"@dhis2/ui": "^9.11.4",
"@hisptz/dhis2-ui": "^1.0.68",
"@hisptz/dhis2-utils": "^1.0.42",
"@hookform/resolvers": "^3.1.1",
"@tanstack/react-query": "^4.36.1",
"async-es": "^3.2.4",
"axios": "^1.4.0",
"classnames": "^2.5.1",
"cron-converter": "^2.0.0",
"cron-parser": "^4.8.1",
"cron-time-generator": "^2.0.0",
"cronstrue": "^2.28.0",
"lodash": "^4.17.21",
"luxon": "^3.3.0",
"parse": "^4.2.0",
"react-cookie": "^7.1.4",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.43.9",
"react-router-dom": "^6.11.1",
"recoil": "^0.7.7",
"socket.io-client": "^4.7.5",
"usehooks-ts": "^2.9.1",
"zod": "^3.22.4"
}
}