-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.75 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
{
"name": "cache-cleaner-app",
"version": "100.1.17",
"description": "",
"license": "BSD-3-Clause",
"private": true,
"scripts": {
"build": "d2-app-scripts build",
"format": "yarn format:js && yarn format:text",
"format:staged": "yarn format:js --staged && yarn format:text --staged",
"format:js": "d2-style apply js",
"format:text": "d2-style apply text",
"lint": "yarn lint:js && yarn lint:text",
"lint:js": "d2-style check js",
"lint:text": "d2-style check text",
"start": "d2-app-scripts start",
"start:nobrowser": "BROWSER=none d2-app-scripts start",
"test": "d2-app-scripts test",
"cypress:capture": "start-server-and-test 'yarn start:nobrowser' http://localhost:3000 'yarn cypress run --env dhis2ApiVersion=40,networkMode=capture'",
"cypress:stub": "start-server-and-test 'yarn start:nobrowser' http://localhost:3000 'yarn cypress run --env dhis2ApiVersion=40,networkMode=stub'",
"cypress:live": "start-server-and-test 'yarn start:nobrowser' http://localhost:3000 'yarn cypress open --env networkMode=live'"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "^11.7.1",
"@dhis2/cli-style": "^10.5.1",
"@dhis2/cli-utils-cypress": "^8.0.1",
"@dhis2/cypress-commands": "^8.0.1",
"@dhis2/cypress-plugins": "^8.0.1",
"@testing-library/react-hooks": "^3.4.1",
"fake-indexeddb": "^3.0.2",
"react-test-renderer": "^16.13.1",
"start-server-and-test": "^1.12.5"
},
"dependencies": {
"@dhis2/app-runtime": "^3.7.0",
"@dhis2/d2-i18n": "^1.1.0",
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui": "^9.11.4",
"final-form": "^4.19.1"
}
}