-
Notifications
You must be signed in to change notification settings - Fork 180
/
package.json
138 lines (138 loc) · 4.84 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "@mongodb-js/compass-web",
"productName": "compass-web Plugin",
"description": "Compass application packaged for the browser environment",
"author": {
"name": "MongoDB Inc",
"email": "compass@mongodb.com"
},
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://jira.mongodb.org/projects/COMPASS/issues",
"email": "compass@mongodb.com"
},
"homepage": "https://github.com/mongodb-js/compass",
"version": "0.11.0",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
},
"files": [
"dist"
],
"license": "SSPL",
"main": "dist/index.js",
"compass:main": "src/index.tsx",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"compass:exports": {
".": "./src/index.tsx",
"./package.json": "./package.json"
},
"types": "./dist/index.d.ts",
"scripts": {
"prepublishOnly": "npm run compile && compass-scripts check-exports-exist",
"compile": "npm run webpack -- --mode production",
"webpack": "webpack-compass",
"postcompile": "npm run typescript",
"typescript": "tsc -p tsconfig-build.json --emitDeclarationOnly",
"prestart": "npm run compile -w @mongodb-js/webpack-config-compass",
"start": "electron ./scripts/electron-proxy.js",
"analyze": "npm run webpack -- --mode production --analyze",
"watch": "npm run webpack -- --mode development --watch",
"sync": "node scripts/sync-dist-to-mms.js",
"typecheck": "tsc -p tsconfig-lint.json --noEmit",
"eslint": "eslint",
"prettier": "prettier",
"lint": "npm run eslint . && npm run prettier -- --check .",
"depcheck": "depcheck",
"check": "npm run typecheck && npm run lint && npm run depcheck",
"check-ci": "npm run check",
"test": "mocha",
"test-cov": "nyc --compact=false --produce-source-map=false -x \"**/*.spec.*\" --reporter=lcov --reporter=text --reporter=html npm run test",
"test-watch": "npm run test -- --watch",
"test-ci": "npm run test-cov",
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@mongodb-js/atlas-service": "^0.32.0",
"@mongodb-js/compass-aggregations": "^9.49.0",
"@mongodb-js/compass-app-stores": "^7.33.0",
"@mongodb-js/compass-collection": "^4.46.0",
"@mongodb-js/compass-components": "^1.31.1",
"@mongodb-js/compass-connections": "^1.47.0",
"@mongodb-js/compass-crud": "^13.47.0",
"@mongodb-js/compass-databases-collections": "^1.46.0",
"@mongodb-js/compass-explain-plan": "^6.47.0",
"@mongodb-js/compass-export-to-language": "^9.23.0",
"@mongodb-js/compass-field-store": "^9.22.0",
"@mongodb-js/compass-generative-ai": "^0.27.0",
"@mongodb-js/compass-global-writes": "^1.6.0",
"@mongodb-js/compass-indexes": "^5.46.0",
"@mongodb-js/compass-logging": "^1.4.10",
"@mongodb-js/compass-query-bar": "^8.48.0",
"@mongodb-js/compass-schema": "^6.48.0",
"@mongodb-js/compass-schema-validation": "^6.47.0",
"@mongodb-js/compass-sidebar": "^5.47.0",
"@mongodb-js/compass-telemetry": "^1.2.3",
"@mongodb-js/compass-welcome": "^0.45.0",
"@mongodb-js/compass-workspaces": "^0.28.0",
"@mongodb-js/connection-storage": "^0.23.0",
"@mongodb-js/devtools-proxy-support": "^0.4.1",
"@mongodb-js/eslint-config-compass": "^1.1.7",
"@mongodb-js/mocha-config-compass": "^1.4.2",
"@mongodb-js/prettier-config-compass": "^1.0.2",
"@mongodb-js/testing-library-compass": "^1.0.2",
"@mongodb-js/tsconfig-compass": "^1.0.5",
"@mongodb-js/webpack-config-compass": "^1.4.6",
"@types/chai": "^4.2.21",
"@types/chai-dom": "^0.0.10",
"@types/express-http-proxy": "^1.6.6",
"@types/mocha": "^9.0.0",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.10",
"@types/sinon-chai": "^3.2.5",
"browser-process-hrtime": "^1.0.0",
"bson": "^6.2.0",
"buffer": "^6.0.3",
"chai": "^4.3.6",
"compass-preferences-model": "^2.30.0",
"crypto-browserify": "^3.12.0",
"debug": "^4.3.4",
"depcheck": "^1.4.1",
"dns-query": "^0.11.2",
"electron": "^32.2.2",
"eslint": "^7.25.0",
"events": "^3.3.0",
"express": "^4.21.1",
"express-http-proxy": "^2.0.0",
"hadron-app-registry": "^9.2.7",
"is-ip": "^5.0.1",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"mongodb": "^6.9.0",
"mongodb-connection-string-url": "^3.0.1",
"mongodb-data-service": "^22.23.7",
"mongodb-ns": "^2.4.2",
"nyc": "^15.1.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"prettier": "^2.7.1",
"process": "^0.11.10",
"readable-stream": "^4.5.0",
"sinon": "^17.0.1",
"timers-browserify": "^2.0.12",
"util": "^0.12.5",
"vm-browserify": "^1.1.2",
"whatwg-url": "^13.0.0",
"ws": "^8.16.0"
}
}