-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.74 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.74 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
{
"name": "MaineCoon",
"private": true,
"version": "1.0.0",
"description": "create a HTTP Server to demonstrate an ATM database",
"main": "server.js",
"scripts": {
"start": "node app/server.js",
"dev": "node app/server.js",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0"
},
"keywords": [
"DITTO",
"NTUNHS",
"MaineCoon"
],
"author": "C.Y. Lien",
"contributors": [
"Si-Wei Yang"
],
"license": "ISC",
"dependencies": {
"@iconify-icons/mdi": "^1.2.48",
"@iconify/react": "^4.1.1",
"@reduxjs/toolkit": "^2.2.3",
"base64-js": "^1.5.1",
"caniuse-lite": "^1.0.30001615",
"color-convert": "^2.0.1",
"csy-dicomweb-qido-rs": "^0.3.3",
"csy-dicomweb-wado-rs-uri": "^0.5.6",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"express-session": "^1.18.0",
"immer": "^10.1.1",
"js-cookie": "^3.0.5",
"ol": "^9.1.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.0",
"react-toastify": "^10.0.5",
"typescript": "^5.4.5",
"use-immer": "^0.10.0",
"vite": "^4.5.3",
"vite-express": "^0.9.2"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.15",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3"
},
"type": "module"
}