-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.52 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
55
56
57
58
59
{
"name": "visual-birds",
"version": "0.1.0",
"private": true,
"engines": {
"node": "^18"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.715.0",
"@aws-sdk/lib-storage": "^3.715.0",
"@aws-sdk/s3-request-presigner": "^3.715.0",
"@rewind-ui/core": "^0.20.0",
"@sparticuz/chromium": "^131.0.0",
"@sparticuz/chromium-min": "^131.0.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/react-leaflet": "^3.0.0",
"archiver": "^7.0.1",
"aws-sdk": "^2.1691.0",
"chart.js": "^4.4.4",
"class-variance-authority": "^0.7.0",
"dom-to-image": "^2.6.0",
"fs": "^0.0.1-security",
"ioredis": "^5.4.1",
"next": "14.2.11",
"papaparse": "^5.4.1",
"puppeteer-core": "^23.8.0",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-leaflet": "^4.2.1",
"tailwind-merge": "^2.5.2",
"tailwind-scrollbar": "^3.1.0",
"uuid": "^11.0.2",
"zlib": "^1.0.5"
},
"devDependencies": {
"@types/archiver": "^6.0.3",
"@types/dom-to-image": "^2.6.7",
"@types/leaflet": "^1.9.12",
"@types/node": "^20",
"@types/papaparse": "^5.3.14",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.11",
"postcss": "^8",
"puppeteer": "^23.6.1",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}