forked from ChengCPU/visa-map
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 790 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 790 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
{
"name": "visa-map",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@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": "^14.0.3",
"panzoom": "^9.4.3",
"react": "18.2.0",
"react-circular-progressbar": "^2.1.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/node": "^18.7.23",
"@types/react": "^18.0.21",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"gh-pages": "^4.0.0",
"typescript": "^4.8.4"
}
}