-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.32 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
{
"name": "medicalassitancesystem",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@reduxjs/toolkit": "^1.9.3",
"antd": "^4.23.6",
"axios": "^1.1.3",
"cornerstone-core": "^2.6.1",
"cornerstone-math": "^0.1.10",
"cornerstone-tools": "^6.0.8",
"cornerstone-wado-image-loader": "^4.2.1",
"dicom-parser": "^1.8.19",
"hammerjs": "^2.0.8",
"http-proxy-middleware": "^2.0.6",
"node-sass": "^7.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.2",
"recoil": "^0.7.6",
"sass-loader": "^13.1.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"sass": "^1.55.0",
"vite": "^3.1.0"
},
"proxy": "http://43.142.168.114:8001/",
"main": "vite.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sun-xsk/MedicalAssistanceSystem.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sun-xsk/MedicalAssistanceSystem/issues"
},
"homepage": "https://github.com/sun-xsk/MedicalAssistanceSystem#readme",
"description": ""
}