-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
85 lines (85 loc) · 2.61 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
80
81
82
83
84
85
{
"name": "@dhis2/analytics",
"version": "26.9.5",
"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": "[email protected]:dhis2/analytics.git",
"author": "Jennifer Jones Arnesen <[email protected]>",
"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.9.0",
"@dhis2/cli-app-scripts": "^11.7.4",
"@dhis2/cli-style": "^10.7.4",
"@dhis2/d2-i18n": "^1.1.0",
"@dhis2/ui": "^9.4.4",
"@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/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.15.6",
"fs-extra": "^10.1.0",
"jest-enzyme": "^7.0.2",
"prop-types": "^15",
"storybook": "^8.3.6",
"styled-jsx": "^4.0.1"
},
"peerDependencies": {
"@dhis2/app-runtime": "^3",
"@dhis2/d2-i18n": "^1.1",
"@dhis2/ui": "^9.2.0",
"prop-types": "^15",
"react": "^16.3",
"react-dom": "^16.3",
"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": "^10.3.3",
"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"
},
"resolutions": {
"@dhis2/ui": "^9.2.0",
"eslint": "^7.32.0"
},
"files": [
"build"
]
}