-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.41 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
{
"name": "iris",
"version": "0.0.0",
"description": "Iris, the at-home hospice management system by the Ojos Project.",
"homepage": "https://ojosproject.org/iris/",
"bugs": "/~https://github.com/ojosproject/iris/issues/",
"license": "GPL-3.0-only",
"author": {
"name": "Ojos Project",
"url": "https://ojosproject.org/"
},
"repository": {
"type": "git",
"url": "/~https://github.com/ojosproject/iris/"
},
"private": true,
"scripts": {
"dev": "next dev",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"chart.js": "^4.4.6",
"chartjs-plugin-datalabels": "^2.2.0",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@mui/material": "^6.1.10",
"@mui/styled-engine-sc": "^6.1.10",
"@tauri-apps/plugin-fs": "^2.0.2",
"clsx": "^2.1.1",
"next": "^14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-live-clock": "^6.1.23-beta",
"react-qr-code": "^2.0.15",
"styled-components": "^6.1.13",
"run": "^1.5.0"
},
"devDependencies": {
"@tauri-apps/api": "^2.1.0",
"@tauri-apps/cli": "^2.1.0",
"@types/next": "^9.0.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"prettier": "3.3.3",
"typescript": "^5"
}
}