-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.05 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
{
"name": "compass-downloader-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "npx patch-package"
},
"dependencies": {
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.15.2",
"@mui/material-nextjs": "^5.15.3",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"jws": "^4.0.0",
"next": "14.0.4",
"node-forge": "^1.3.1",
"react": "^18",
"react-dom": "^18",
"react-router-dom": "^6.21.2",
"windows-1252": "^3.0.4"
},
"devDependencies": {
"@types/fhir": "^0.0.40",
"@types/file-saver": "^2.0.7",
"@types/jws": "^3.2.9",
"@types/node": "^20.10.6",
"@types/node-forge": "^1.3.10",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"typescript": "^5"
}
}