-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 745 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 745 Bytes
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
{
"name": "next-inbox",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev -p 4000",
"build": "next build",
"start": "next start -p 4000",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.8.3",
"@mui/material": "^5.8.3",
"autoprefixer": "^10.4.7",
"jsonwebtoken": "^8.5.1",
"leancloud-storage": "^4.12.2",
"next": "12.1.6",
"nodemailer": "^6.7.5",
"postcss": "^8.4.14",
"react": "18.1.0",
"react-dom": "18.1.0",
"swr": "^1.3.0",
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"eslint": "8.17.0",
"eslint-config-next": "12.1.6"
},
"license": "MIT"
}