-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
72 lines (72 loc) · 2.06 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "compass-web",
"version": "0.1.1",
"bin": "dist/app.js",
"scripts": {
"build": "webpack --env target=web",
"build-server": "webpack --env target=node",
"start": "node app.js"
},
"author": "Haohan Yang",
"license": "SSPL",
"repository": {
"type": "git",
"url": "git+https://github.com/haohanyang/compass-web"
},
"homepage": "https://github.com/haohanyang/compass-web#readme",
"bugs": {
"url": "https://github.com/haohanyang/compass-web/issues"
},
"description": "MongoDB Compass that runs on a browser",
"dependencies": {
"express": "^4.21.1",
"express-session": "^1.18.1",
"ws": "^8.16.0"
},
"devDependencies": {
"@babel/preset-env": "^7.26.0",
"@haohanyang/compass-web": "^0.12.2-patch2",
"@mongodb-js/compass-components": "^1.32.2",
"@mongodb-js/compass-workspaces": "^0.5.1",
"@mongodb-js/connection-storage": "^0.24.2",
"@mongodb-js/devtools-proxy-support": "^0.4.2",
"@mongodb-js/prettier-config-compass": "^1.0.4",
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/tsconfig-compass": "^1.0.7",
"@mongodb-js/webpack-config-compass": "^1.4.9",
"@types/prop-types": "^15",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"babel-loader": "^9.2.1",
"browser-process-hrtime": "^1.0.0",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^12.0.2",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"hadron-document": "^8.6.7",
"is-ip": "^5.0.1",
"jose": "^5.9.6",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"prettier": "^2.7.1",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"readable-stream": "^4.5.0",
"string_decoder": "^1.3.0",
"timers-browserify": "^2.0.12",
"util": "^0.12.5",
"vm-browserify": "^1.1.2",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-node-externals": "^3.0.0",
"whatwg-url": "^13.0.0"
},
"keywords": [
"mongodb",
"compass",
"database",
"GUI"
]
}