-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
61 lines (61 loc) · 1.68 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
{
"name": "@dhis2/ui-forms",
"version": "10.1.4",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
"build/es/locales/index.js",
"build/cjs/locales/index.js"
],
"exports": {
"types": "./types/index.d.ts",
"import": "./build/es/index.js",
"require": "./build/cjs/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/dhis2/ui.git",
"directory": "collections/forms"
},
"homepage": "https://github.com/dhis2/ui#readme",
"author": "Jan-Gerke Salomon <[email protected]>",
"contributors": [],
"license": "BSD-3-Clause",
"private": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build"
},
"peerDependencies": {
"react": "^16.13 || ^18",
"react-dom": "^16.13 || ^18"
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2-ui/button": "10.1.4",
"@dhis2-ui/checkbox": "10.1.4",
"@dhis2-ui/field": "10.1.4",
"@dhis2-ui/file-input": "10.1.4",
"@dhis2-ui/input": "10.1.4",
"@dhis2-ui/radio": "10.1.4",
"@dhis2-ui/select": "10.1.4",
"@dhis2-ui/switch": "10.1.4",
"@dhis2-ui/text-area": "10.1.4",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
"react-final-form": "^6.5.3"
},
"files": [
"build",
"types"
],
"devDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"types": "types"
}