-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.18 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
{
"name": "keep-in-touch",
"version": "1.0.0",
"private": true,
"homepage": "https://keep-in-touch.vercel.app/",
"repository": "https://github.com/konantian/Keep-In-Touch",
"person": {
"name": "Yuan Wang",
"email": "[email protected]"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@prisma/client": "^2.15.0",
"antd": "^4.10.3",
"axios": "^0.21.1",
"bcrypt": "^5.0.0",
"cookie": "^0.4.1",
"dayjs": "^1.10.4",
"flatted": "^3.1.0",
"image-to-base64": "^2.1.1",
"jsonwebtoken": "^8.5.1",
"next": "10.0.3",
"next-redux-wrapper": "^6.0.2",
"prop-types": "^15.7.2",
"react": "17.0.1",
"react-cookie": "^4.0.3",
"react-dom": "17.0.1",
"react-icons": "^4.1.0",
"react-markdown": "^5.0.3",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"swr": "^0.3.11"
},
"devDependencies": {
"@prisma/cli": "^2.15.0",
"@types/cookie": "^0.4.0",
"@types/node": "^14.14.14",
"@types/react": "^17.0.0",
"typescript": "^4.1.3"
}
}