-
Notifications
You must be signed in to change notification settings - Fork 124
/
package.json
36 lines (36 loc) · 1000 Bytes
/
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
{
"name": "zotero-connectors",
"devDependencies": {
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"babel-preset-minify": "^0.5.1",
"bluebird": "^3.5.3",
"chai": "^4.2.0",
"chalk": "^2.4.1",
"chromedriver": "^103.0.0",
"dompurify": "^3.1.6",
"geckodriver": "^1.19.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-plumber": "^1.2.1",
"merge-stream": "^2.0.0",
"mocha": "^7.1.2",
"prop-types": "^15.6.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-dom-factories": "^1.0.2",
"regenerator-runtime": "^0.12.1",
"selenium-webdriver": "^4.0.0-alpha.7",
"semver": "^5.6.0",
"sinon": "^9.0.2",
"through2": "^2.0.5",
"yargs": "^6.0.0"
},
"dependencies": {
"natives": "^1.1.6"
}
}