-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.17 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
{
"name": "godapi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start"
},
"dependencies": {
"@chakra-ui/react": "^1.6.0",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@next-auth/firebase-adapter": "^0.0.1-pr.18.41",
"@reduxjs/toolkit": "^1.5.1",
"@uiw/react-codemirror": "^3.0.6",
"antd": "^4.15.2",
"axios": "^0.21.1",
"boxicons": "^2.0.7",
"codemirror": "^5.61.0",
"firebase-admin": "^9.9.0",
"framer-motion": "^4",
"next": "10.1.3",
"next-auth": "^3.23.3",
"react": "17.0.2",
"react-codemirror2": "^7.2.1",
"react-contextmenu": "^2.14.0",
"react-dom": "17.0.2",
"react-hotkeys-hook": "^3.3.1",
"react-json-view": "^1.21.3",
"react-lottie": "^1.2.3",
"react-redux": "^7.2.3",
"react-toastify": "^7.0.3",
"redux-persist": "^6.0.0",
"styled-components": "^5.2.3",
"sweetalert2": "^10.16.6"
},
"resolutions": {
"styled-components": "^5"
}
}