forked from reliccare/public
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.13 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.13 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
{
"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",
"@babel/core": "^7.23.7",
"@babel/plugin-syntax-jsx": "^7.23.3",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@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",
"babel-loader": "^9.1.3",
"css-loader": "^6.9.0",
"file-loader": "^6.2.0",
"fuse.js": "^6.6.2",
"json-loader": "^0.5.7",
"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",
"style-loader": "^3.3.4",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"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",
"analyze2": "npx webpack --profile --json > stats.json",
"analyze3": "webpack --config webpack.config.js"
},
"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": {
"@statoscope/webpack-plugin": "5.28.2",
"dotenv": "^16.3.1",
"tailwindcss": "^3.4.1",
"webpack-bundle-analyzer": "^4.10.1"
}
}