-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 866 Bytes
/
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
{
"name": "harertailrstore",
"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.699.0",
"@aws-sdk/client-ses": "^3.699.0",
"@aws-sdk/lib-dynamodb": "^3.699.0",
"@fortawesome/free-brands-svg-icons": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.2",
"axios": "^1.7.8",
"date-fns": "^4.1.0",
"fortawesome": "^0.0.1-security",
"framer-motion": "^11.0.8",
"next": "14.2.18",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"sharp": "^0.33.5"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.18",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}