forked from SPARCS-2023-StartUp-Hackathon-3/S-Fullstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.44 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
{
"name": "next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/abort-controller": "^3.257.0",
"@aws-sdk/client-s3": "^3.262.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@next/font": "13.1.6",
"@tanstack/react-query": "^4.24.4",
"aws-sdk": "^2.1306.0",
"axios": "^1.3.0",
"framer-motion": "^8.5.5",
"lottie-react": "^2.3.1",
"multer": "1.4.5-lts.1",
"multer-s3": "^3.0.1",
"mysql2": "^3.1.0",
"next": "13.1.6",
"next-connect": "^0.13.0",
"react": "18.2.0",
"react-aws-s3-typescript": "^1.1.5",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.0",
"react-icons": "^4.7.1",
"usehooks-ts": "^2.9.1",
"zustand": "^4.3.2"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@emotion/eslint-plugin": "^11.10.0",
"@next/eslint-plugin-next": "^13.1.6",
"@types/multer": "^1.4.7",
"@types/multer-s3": "^3.0.0",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.3",
"typescript": "4.9.5"
}
}