-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.57 KB
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
54
55
56
57
58
59
60
{
"name": "stagingai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write ."
},
"dependencies": {
"@aws-sdk/client-s3": "^3.271.0",
"@aws-sdk/s3-presigned-post": "^3.271.0",
"@banana-dev/banana-dev": "^4.0.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.11.16",
"@next/font": "^13.1.2",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@vercel/analytics": "^1.0.0",
"bcrypt": "^5.1.0",
"eslint": "8.32.0",
"eslint-config-next": "13.1.2",
"framer-motion": "^10.0.2",
"install": "^0.13.0",
"jsonwebtoken": "^9.0.0",
"lottie-web": "^5.10.1",
"n": "^9.0.1",
"next": "13.1.2",
"next-auth": "^4.22.1",
"node-fetch": "^3.3.0",
"npm": "^9.6.4",
"pg": "^8.10.0",
"postgres": "^3.3.4",
"rc-slider": "^10.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intersection-observer": "^9.4.1",
"react-select": "^5.7.0",
"react-sketch-canvas": "^7.0.0-next.2",
"sharp": "^0.32.0",
"stable": "^0.1.8",
"typescript": "4.9.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/jsonwebtoken": "^9.0.1",
"@types/pg": "^8.6.6",
"@types/react-modal": "^3.13.1",
"@types/uuid": "^9.0.1",
"patch-package": "^6.5.1",
"prettier": "^2.8.3",
"vercel": "^28.12.7"
}
}