-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.79 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.79 KB
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
{
"name": "@dhis2/analytics",
"version": "29.3.3",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
"import": "./build/es/index.js",
"require": "./build/cjs/index.js"
},
"sideEffects": [
"./build/es/locales/index.js",
"./build/cjs/locales/index.js"
],
"repository": "git@github.com:dhis2/analytics.git",
"author": "Jennifer Jones Arnesen <jennifer@dhis2.org>",
"license": "BSD-3-Clause",
"private": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "d2-app-scripts build",
"build-storybook": "storybook build",
"start-storybook": "storybook dev --port 5000",
"start": "yarn start-storybook",
"test": "d2-app-scripts test",
"lint": "d2-style check",
"format": "d2-style apply",
"validate-commit": "d2-style check --staged",
"validate-push": "yarn test"
},
"devDependencies": {
"@dhis2/app-runtime": "^3.14.1",
"@dhis2/cli-app-scripts": "^12.6.4",
"@dhis2/cli-style": "^10.7.9",
"@dhis2/d2-i18n": "^1.1.0",
"@dhis2/ui": "^10.12.7",
"@mihkeleidast/storybook-addon-source": "^1.0.1",
"@storybook/preset-create-react-app": "^8.3.6",
"@storybook/react": "^8.3.6",
"@storybook/react-webpack5": "^8.3.6",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"fs-extra": "^10.1.0",
"prop-types": "^15",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "^5.0.1",
"storybook": "^8.3.6",
"styled-jsx": "^4.0.1"
},
"peerDependencies": {
"@dhis2/app-runtime": "^3",
"@dhis2/d2-i18n": "^1.1",
"@dhis2/ui": "^10",
"prop-types": "^15",
"react": "^16.3 || ^18",
"react-dom": "^16.3 || ^ 18",
"styled-jsx": "^4.0.1"
},
"dependencies": {
"@dhis2/multi-calendar-dates": "^1.2.2",
"@dnd-kit/core": "^6.0.7",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@react-hook/debounce": "^4.0.0",
"classnames": "^2.3.1",
"crypto-js": "^4.2.0",
"d2-utilizr": "^0.2.16",
"d3-color": "^1.2.3",
"highcharts": "^12.1.2",
"lodash": "^4.17.21",
"markdown-it": "^13.0.1",
"mathjs": "^9.4.2",
"react-beautiful-dnd": "^10.1.1",
"resize-observer-polyfill": "^1.5.1"
},
"files": [
"build"
],
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}