|
1 | 1 | {
|
2 |
| - "name": "scheduler-app", |
3 |
| - "private": true, |
4 |
| - "scripts": { |
5 |
| - "build": "d2-app-scripts build", |
6 |
| - "start": "d2-app-scripts start", |
7 |
| - "start:nobrowser": "BROWSER=none d2-app-scripts start", |
8 |
| - "test": "d2-app-scripts test --coverage", |
9 |
| - "test:watch": "d2-app-scripts test --watch", |
10 |
| - "lint": "d2-style check", |
11 |
| - "format": "d2-style apply", |
12 |
| - "cypress": "start-server-and-test 'yarn start:nobrowser' 3000 'yarn exec cypress open'" |
13 |
| - }, |
14 |
| - "dependencies": { |
15 |
| - "@dhis2/app-runtime": "^3.8.0", |
16 |
| - "@dhis2/d2-i18n": "^1.1.0", |
17 |
| - "@dhis2/prop-types": "2.0.3", |
18 |
| - "@dhis2/ui": "^9.11.8", |
19 |
| - "@testing-library/react": "^16.0.1", |
20 |
| - "classnames": "^2.3.1", |
21 |
| - "cronstrue": "^1.114.0", |
22 |
| - "history": "^4.9.0", |
23 |
| - "moment": "^2.29.1", |
24 |
| - "package.json": "^2.0.1", |
25 |
| - "prop-types": "^15.8.1", |
26 |
| - "react-router": "^5.0.1", |
27 |
| - "react-router-dom": "^5.2.0", |
28 |
| - "styled-jsx": "^4.0.1" |
29 |
| - }, |
30 |
| - "devDependencies": { |
31 |
| - "@badeball/cypress-cucumber-preprocessor": "^20.0.3", |
32 |
| - "@cfaester/enzyme-adapter-react-18": "^0.8.0", |
33 |
| - "@cypress/webpack-preprocessor": "^6.0.1", |
34 |
| - "@dhis2/cli-app-scripts": "^12.0.0-alpha.19", |
35 |
| - "@dhis2/cli-style": "^10.7.4", |
36 |
| - "@testing-library/cypress": "^10.0.1", |
37 |
| - "cypress": "^13.7.2", |
38 |
| - "enzyme": "^3.10.0", |
39 |
| - "eslint-plugin-compat": "^3.9.0", |
40 |
| - "eslint-plugin-i18next": "^5.1.1", |
41 |
| - "eslint-plugin-import": "^2.23.4", |
42 |
| - "eslint-plugin-jsx-a11y": "^6.4.1", |
43 |
| - "identity-obj-proxy": "^3.0.0", |
44 |
| - "start-server-and-test": "^2.0.3" |
45 |
| - }, |
46 |
| - "jest": { |
47 |
| - "setupFilesAfterEnv": [ |
48 |
| - "<rootDir>/src/setupTests.js" |
49 |
| - ], |
50 |
| - "collectCoverageFrom": [ |
51 |
| - "src/**/*.{js,jsx}", |
52 |
| - "!src/{index.js,serviceWorker.js,setupTests.js}" |
53 |
| - ], |
54 |
| - "coveragePathIgnorePatterns": [ |
55 |
| - "/node_modules/", |
56 |
| - "/src/locales/" |
57 |
| - ], |
58 |
| - "moduleNameMapper": { |
59 |
| - "\\.css$": "identity-obj-proxy" |
60 |
| - } |
61 |
| - }, |
62 |
| - "version": "101.6.12" |
| 2 | + "name": "scheduler-app", |
| 3 | + "private": true, |
| 4 | + "scripts": { |
| 5 | + "build": "d2-app-scripts build", |
| 6 | + "start": "d2-app-scripts start", |
| 7 | + "start:nobrowser": "BROWSER=none d2-app-scripts start", |
| 8 | + "test": "d2-app-scripts test --coverage", |
| 9 | + "test:watch": "d2-app-scripts test --watch", |
| 10 | + "lint": "d2-style check", |
| 11 | + "format": "d2-style apply", |
| 12 | + "cypress": "start-server-and-test 'yarn start:nobrowser' 3000 'yarn exec cypress open'" |
| 13 | + }, |
| 14 | + "dependencies": { |
| 15 | + "@dhis2/app-runtime": "^3.8.0", |
| 16 | + "@dhis2/d2-i18n": "^1.1.0", |
| 17 | + "@dhis2/prop-types": "2.0.3", |
| 18 | + "@dhis2/ui": "^9.11.8", |
| 19 | + "@testing-library/react": "^16.0.1", |
| 20 | + "classnames": "^2.3.1", |
| 21 | + "cronstrue": "^1.114.0", |
| 22 | + "history": "^4.9.0", |
| 23 | + "moment": "^2.29.1", |
| 24 | + "package.json": "^2.0.1", |
| 25 | + "prop-types": "^15.8.1", |
| 26 | + "react-router": "^5.0.1", |
| 27 | + "react-router-dom": "^5.2.0", |
| 28 | + "styled-jsx": "^4.0.1" |
| 29 | + }, |
| 30 | + "devDependencies": { |
| 31 | + "@badeball/cypress-cucumber-preprocessor": "^20.0.3", |
| 32 | + "@cfaester/enzyme-adapter-react-18": "^0.8.0", |
| 33 | + "@cypress/webpack-preprocessor": "^6.0.1", |
| 34 | + "@dhis2/cli-app-scripts": "^12.0.0-alpha.19", |
| 35 | + "@dhis2/cli-style": "^10.7.4", |
| 36 | + "@testing-library/cypress": "^10.0.1", |
| 37 | + "cypress": "^13.7.2", |
| 38 | + "enzyme": "^3.10.0", |
| 39 | + "eslint-plugin-compat": "^3.9.0", |
| 40 | + "eslint-plugin-i18next": "^5.1.1", |
| 41 | + "eslint-plugin-import": "^2.23.4", |
| 42 | + "eslint-plugin-jsx-a11y": "^6.4.1", |
| 43 | + "identity-obj-proxy": "^3.0.0", |
| 44 | + "start-server-and-test": "^2.0.3" |
| 45 | + }, |
| 46 | + "jest": { |
| 47 | + "setupFilesAfterEnv": [ |
| 48 | + "<rootDir>/src/setupTests.js" |
| 49 | + ], |
| 50 | + "collectCoverageFrom": [ |
| 51 | + "src/**/*.{js,jsx}", |
| 52 | + "!src/{index.js,serviceWorker.js,setupTests.js}" |
| 53 | + ], |
| 54 | + "coveragePathIgnorePatterns": [ |
| 55 | + "/node_modules/", |
| 56 | + "/src/locales/" |
| 57 | + ], |
| 58 | + "moduleNameMapper": { |
| 59 | + "\\.css$": "identity-obj-proxy" |
| 60 | + } |
| 61 | + }, |
| 62 | + "version": "101.6.12" |
63 | 63 | }
|
0 commit comments