-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.26 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
{
"name": "eollugage-fe",
"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.556.0",
"@aws-sdk/util-dynamodb": "^3.556.0",
"@tanstack/react-query": "^5.24.7",
"@tanstack/react-query-devtools": "^5.24.7",
"@types/node": "20.11.1",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"axios": "^1.5.0",
"cors": "^2.8.5",
"dayjs": "^1.11.10",
"eslint": "^8.56.0",
"eslint-config-next": "13.4.13",
"framer-motion": "^11.0.8",
"jotai": "^2.6.1",
"next": "^13.4.13",
"postcss": "8.4.27",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-modal-sheet": "^2.2.0",
"react-switch": "^7.0.0",
"sass": "^1.69.7",
"tailwindcss": "3.3.3",
"typescript": "5.3.3",
"yarn": "^1.22.21"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"prettier": "^3.1.1"
}
}