forked from beda-software/fhir-emr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) · 3.98 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "beda-emr",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"test": "vitest --no-threads",
"test-storybook": "test-storybook",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"extract": "lingui extract",
"compile": "lingui compile --typescript",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"typecheck": "tsc",
"chromatic": "chromatic --only-changed",
"prepare": "husky install"
},
"dependencies": {
"@ant-design/colors": "^7.0.0",
"@ant-design/icons": "^5.1.4",
"@beda.software/fhir-react": "^1.8.6",
"@beda.software/remote-data": "^1.1.3",
"@fullcalendar/react": "^6.1.8",
"@hookform/resolvers": "^3.1.1",
"@jitsi/react-sdk": "^1.3.0",
"@lingui/react": "^4.3.0",
"@sentry/browser": "^7.57.0",
"aidbox-react": "^1.7.1",
"antd": "^5.6.4",
"classnames": "^2.3.2",
"fullcalendar": "^6.1.8",
"history": "^5.3.0",
"jose": "^4.14.4",
"lodash": "^4.17.21",
"make-plural": "^7.3.0",
"moment": "^2.29.4",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.1",
"react-markdown": "^9.0.1",
"react-phone-input-2": "^2.15.1",
"react-router-dom": "^6.14.1",
"react-select": "^5.7.3",
"recharts": "^2.12.0",
"sass": "^1.63.6",
"sdc-qrf": "^0.3.0",
"styled-components": "^6.0.2",
"yup": "^1.2.0"
},
"devDependencies": {
"@lingui/cli": "^4.3.0",
"@lingui/macro": "^4.3.0",
"@lingui/vite-plugin": "^4.3.0",
"@storybook/addon-essentials": "^7.0.26",
"@storybook/addon-interactions": "^7.0.26",
"@storybook/addon-links": "^7.0.26",
"@storybook/addon-styling": "^1.3.2",
"@storybook/blocks": "^7.0.26",
"@storybook/jest": "^0.1.0",
"@storybook/react": "^7.0.26",
"@storybook/react-vite": "^7.0.26",
"@storybook/test-runner": "^0.11.0",
"@storybook/testing-library": "^0.0.14-next.2",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@types/classnames": "^2.3.1",
"@types/fhir": "^0.0.37",
"@types/lodash": "^4.14.195",
"@types/node": "^20.3.3",
"@types/query-string": "^6.3.0",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/react-router-dom": "^5.3.3",
"@types/react-select": "^5.0.1",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react": "^4.0.0",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^2.1.4",
"chromatic": "^6.19.9",
"css-loader": "^6.8.1",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-custom-alias": "^1.3.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"eslint-plugin-storybook": "^0.6.12",
"eslint-plugin-string-to-lingui": "^0.21.1",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^13.2.3",
"prettier": "3.0.0",
"prop-types": "^15.8.1",
"sass-loader": "^13.3.2",
"storybook": "^7.0.26",
"style-loader": "^3.3.3",
"typescript": "^5.1.6",
"vite": "^4.1.5",
"vite-plugin-turbosnap": "^1.0.2",
"vitest": "^0.33.0"
}
}