This repository has been archived by the owner on May 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
131 lines (131 loc) · 4.47 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
{
"name": "@mongodb-js/compass-field-store",
"productName": "Compass Compass Field Store package",
"version": "6.0.3",
"apiVersion": "3.0.0",
"description": "FieldStore keeps track of available fields in a collection.",
"main": "lib/index.js",
"scripts": {
"clean": "rimraf lib",
"precompile": "npm run clean",
"compile": "cross-env NODE_ENV=production webpack --config ./config/webpack.prod.config.js --progress",
"start": "webpack-dev-server --config ./config/webpack.dev.config.js",
"start:watch": "npm run clean && webpack --config ./config/webpack.watch.config.js",
"test": "cross-env NODE_ENV=test mocha-webpack \"./src/**/*.spec.js\"",
"test:watch": "cross-env NODE_ENV=test mocha-webpack \"./src/**/*.spec.js\" --watch",
"test:karma": "xvfb-maybe cross-env NODE_ENV=test karma start",
"cover": "nyc npm run test",
"ci": "npm run cover && npm run test:karma && npm run compile && npm run check",
"check": "mongodb-js-precommit './src/**/*{.js,.jsx}' './test/**/*.js' './electron/**/*.js' './config/**/*{.js,.jsx}'",
"link-plugin": "./scripts/link.sh",
"unlink-plugin": "./scripts/unlink.sh",
"prepublishOnly": "npm run compile"
},
"dependency-check": {
"ignore": [
"react-dom",
"debug"
]
},
"license": "Apache-2.0",
"peerDependencies": {
"debug": "*",
"mongodb-schema": "^8.2.5"
},
"devDependencies": {
"autoprefixer": "^9.4.6",
"babel-cli": "^6.10.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.1.1",
"babel-minify": "^0.2.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-minify": "^0.2.0",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.9.0",
"bootstrap": "https://github.com/twbs/bootstrap/archive/v3.3.5.tar.gz",
"chai": "^4.2.0",
"chai-enzyme": "1.0.0-beta.1",
"classnames": "^2.2.5",
"cross-env": "^7.0.0",
"css-loader": "^0.28.1",
"debug": "^4.1.1",
"electron": "^8.0.1",
"electron-rebuild": "^1.10.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint-config-mongodb-js": "^5.0.3",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^5.0.2",
"font-awesome": "^4.7.0",
"hadron-app": "^3.2.1",
"hadron-app-registry": "^7.2.0",
"hadron-react-bson": "^4.0.4",
"hadron-react-components": "^4.0.4",
"html-webpack-plugin": "^3.2.0",
"ignore-loader": "^0.1.2",
"istanbul-instrumenter-loader": "^3.0.0",
"jsdom": "^16.1.0",
"jsdom-global": "^3.0.2",
"karma": "^4.4.1",
"karma-chai": "^0.1.0",
"karma-chai-sinon": "^0.1.5",
"karma-electron": "^6.3.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.2",
"less": "^2.7.2",
"less-loader": "^5.0.0",
"lodash.clonedeep": "^4.5.0",
"lodash.includes": "^4.3.0",
"lodash.isarray": "^4.0.0",
"lodash.isnumber": "^3.0.3",
"lodash.isstring": "^4.0.1",
"lodash.mergewith": "^4.6.1",
"lodash.pick": "^4.4.0",
"lodash.union": "^4.6.0",
"lodash.uniq": "^4.5.0",
"mocha": "^7.0.1",
"mocha-webpack": "^2.0.0-beta.0",
"mock-require": "^3.0.3",
"mongodb-connection-model": "^14.5.1",
"mongodb-data-service": "^16.5.2",
"mongodb-js-precommit": "^2.2.1",
"mongodb-reflux-store": "^0.0.1",
"mongodb-schema": "^8.2.5",
"node-loader": "^0.6.0",
"nyc": "^15.0.0",
"peer-deps-externals-webpack-plugin": "^1.0.2",
"postcss-loader": "^2.0.6",
"prop-types": "^15.5.8",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-hot-loader": "^4.1.0",
"react-redux": "^7.1.3",
"redux": "^4.0.5",
"reflux-state-mixin": "^0.8.0",
"resolve": "^1.15.1",
"rimraf": "^3.0.2",
"semver": "^5.4.1",
"shebang-loader": "0.0.1",
"sinon": "^8.1.1",
"sinon-chai": "^3.4.0",
"style-loader": "^1.1.3",
"url-loader": "^3.0.0",
"webpack": "^4.41.5",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^4.2.2",
"webpack-node-externals": "^1.7.2",
"webpack-sources": "1.4.3",
"xvfb-maybe": "^0.2.1"
},
"dependencies": {}
}