-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 951 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 951 Bytes
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": "visa-map",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@mui/material": "^5.10.1",
"@panzoom/panzoom": "^4.5.1",
"@vercel/analytics": "^1.1.1",
"@vercel/speed-insights": "^1.0.0",
"file-saver": "^2.0.5",
"html2canvas": "^1.4.1",
"next": "15.0.3",
"panzoom": "^9.4.3",
"react": "^18.3.1",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/node": "^18.7.23",
"@types/react": "npm:types-react@19.0.0-rc.1",
"eslint": "8.22.0",
"eslint-config-next": "15.0.3",
"gh-pages": "^4.0.0",
"typescript": "^4.8.4"
},
"overrides": {
"@types/react": "npm:types-react@19.0.0-rc.1"
}
}