forked from zotero/zotero-connectors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 971 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": "^6.26.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-minify": "^0.4.3",
"bluebird": "^3.5.3",
"browserify": "^16.5.0",
"chai": "^4.2.0",
"chalk": "^2.4.1",
"chromedriver": "^2.45.0",
"geckodriver": "^1.14.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-plumber": "^1.2.1",
"mocha": "^3.5.3",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-dom-factories": "^1.0.2",
"regenerator-runtime": "^0.12.1",
"selenium-webdriver": "^4.0.0-alpha.1",
"semver": "^5.6.0",
"sinon": "^2.4.1",
"style-loader": "^0.20.3",
"through2": "^2.0.5",
"yargs": "^6.0.0"
},
"dependencies": {
"natives": "^1.1.6"
}
}