-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 770 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 770 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
33
{
"name": "gigcreate-supportclient",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^0.21.1",
"bootstrap": "^5.0.2",
"html-react-parser": "^1.2.7",
"mobx": "^6.3.2",
"mobx-react-lite": "^3.2.0",
"mongodb": "^3.6.10",
"mongoose": "^5.13.3",
"next": "^11.0.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-bootstrap": "^1.6.1",
"react-dom": "^17.0.2",
"react-hook-form": "^7.11.1",
"suneditor": "^2.41.3",
"suneditor-react": "^3.2.0",
"swr": "^0.5.6"
},
"devDependencies": {
"eslint": "^7.31.0",
"eslint-config-next": "^11.0.1"
}
}