-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.56 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
{
"name": "playground",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@azure/communication-common": "^1.1.0",
"@azure/communication-react": "^1.11.0",
"@azure/openai": "1.0.0-beta.10",
"@fluentui/react": "8.101.0",
"@medplum/core": "^2.2.7",
"@rjsf/core": "^5.15.1",
"@rjsf/validator-ajv8": "^5.15.1",
"@tailwindcss/typography": "^0.5.9",
"antd": "^5.12.8",
"antd-mobile": "^5.34.0",
"axios": "^1.6.5",
"fuse.js": "^6.6.2",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"react": "^17.0.2",
"react-chartjs-2": "^2.11.2",
"react-dom": "^17.0.2",
"react-error-boundary": "^4.0.12",
"react-json-view": "^1.21.3",
"react-json-view-lite": "^0.9.8",
"react-moment": "^1.1.3",
"react-router-dom": "^5.3.4",
"react-scripts": "5.0.1",
"react-transition-group": "^4.4.5",
"source-map-explorer": "^2.5.3"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts start",
"build": "react-scripts --max_old_space_size=4096 build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"dotenv": "^16.3.1",
"tailwindcss": "^3.4.1"
}
}