-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.19 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
{
"name": "fab",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.590.0",
"@aws-sdk/lib-dynamodb": "^3.590.0",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@types/styled-components": "^5.1.34",
"autoprefixer": "^10.4.19",
"aws-sdk": "^2.1632.0",
"axios": "^1.7.2",
"google-map-react": "^2.2.1",
"install": "^0.13.0",
"leaflet": "^1.9.4",
"moment": "^2.30.1",
"next": "14.2.3",
"npm": "^10.8.1",
"react": "^18",
"react-awesome-slider": "^4.1.0",
"react-dom": "^18",
"react-ga4": "^2.1.0",
"react-leaflet": "^4.2.1",
"react-loading-skeleton": "^3.4.0",
"react-query": "^3.39.3",
"react-spinners": "^0.14.1",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.11"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4"
}
}