-
-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
58 lines (58 loc) · 1.49 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
49
50
51
52
53
54
55
56
57
58
{
"name": "@renzholy/mongood",
"version": "0.0.0",
"description": "A MongoDB GUI",
"main": "index.js",
"scripts": {
"start": "next start -p 8000",
"dev": "next -p 8000",
"build": "next build",
"export": "next export",
"test": "exit 0",
"format": "prettier --config .prettierrc --write .",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/renzholy/mongood.git"
},
"author": "renzholy <[email protected]>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/renzholy/mongood/issues"
},
"homepage": "https://github.com/renzholy/mongood#readme",
"dependencies": {
"@fluentui/react": "8.101.1",
"@monaco-editor/react": "4.4.6",
"@reduxjs/toolkit": "1.9.0",
"bson": "4.7.0",
"bytes": "3.1.2",
"csv-stringify": "6.2.1",
"dayjs": "1.11.6",
"deepmerge": "4.2.2",
"lodash-es": "4.17.21",
"markdown-table": "3.0.2",
"next": "14.2.15",
"pretty-ms": "8.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "8.0.5",
"safer-eval": "1.3.6",
"swr": "1.3.0"
},
"devDependencies": {
"@types/bytes": "3.1.1",
"@types/lodash-es": "4.17.6",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/react-redux": "7.1.24",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"monaco-editor": "0.34.1",
"mongodb": "4.17.0",
"prettier": "2.7.1",
"typescript": "4.9.3"
}
}