-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.19 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
{
"name": "mainecoon",
"description": "Web-based Digital Pathology Viewer",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "node .next/standalone/server.js",
"lint": "prettier --check . && next lint",
"format": "prettier --write .",
"prepare": "git config core.hooksPath .githooks"
},
"dependencies": {
"next": "14.2.21",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@fontsource/noto-sans-tc": "^5.1.0",
"@iconify-icons/mdi": "^1.2.48",
"@iconify/react": "^5.0.2",
"@tailwindcss/forms": "^0.5.9",
"@types/color-convert": "^2.0.4",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vercel/otel": "^1.10.0",
"autoprefixer": "^10.4.20",
"color-convert": "^2.0.1",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"eslint-config-prettier": "^9.1.0",
"immer": "^10.1.1",
"iron-session": "^8.0.3",
"ol": "^10.2.1",
"openid-client": "^6.1.1",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-jsdoc": "^1.3.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.13",
"typescript": "^5",
"use-immer": "^0.10.0"
}
}