-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 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": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.14",
"@mui/joy": "^5.0.0-beta.32",
"@mui/material": "^5.15.14",
"@stitches/core": "^1.2.8",
"@stitches/react": "^1.2.8",
"aws4": "^1.12.0",
"axios": "^1.6.8",
"ioredis": "^5.3.2",
"mongoose": "^8.2.3",
"net": "^1.0.2",
"next": "^14.1.4",
"react": "^18.2.0",
"react-dom": "^18",
"react-router-dom": "^6.22.3",
"redis": "^4.6.13",
"sass": "^1.72.0",
"styled-components": "^6.1.8",
"tls": "^0.0.1",
"transliteration": "^2.3.5",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/connect-redis": "^0.0.23",
"@types/express-session": "^1.18.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"typescript": "^5.4.3"
}
}