-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.38 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
{
"name": "aero",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mapbox/search-js-react": "^1.0.0-beta.17",
"@netlify/plugin-nextjs": "^4.40.0",
"@types/leaflet": "^1.9.3",
"@types/mapbox-gl": "^2.7.13",
"@types/react-tooltip": "^4.2.4",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"chart.js": "^4.4.0",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"mapbox-gl": "^2.15.0",
"next": "13.4.7",
"postcss": "8.4.24",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-countup": "^6.4.2",
"react-dom": "18.2.0",
"react-gauge-component": "^1.1.20",
"react-leaflet": "^4.2.1",
"react-loader-spinner": "^5.3.4",
"react-map-gl": "^7.1.5",
"react-spinners": "^0.13.8",
"react-tooltip": "^5.21.1",
"react-type-animation": "^3.1.0",
"tailwindcss": "3.3.2"
},
"devDependencies": {
"@types/node": "^20.4.8",
"@types/react": "^18.2.19",
"@types/react-autosuggest": "^10.1.6",
"typescript": "^5.1.6"
}
}