-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
49 lines (49 loc) · 1.28 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
{
"name": "zotero-cita",
"version": "0.5.5",
"description": "Cita: a Wikidata addon for Zotero",
"scripts": {
"postinstall": "patch-package",
"watch": "webpack --watch",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diegodlh/zotero-cita.git"
},
"author": "Diego de la Hera (https://diegodlh.conversodromo.com.ar/)",
"contributors": [
"Dominic Dall'Osto"
],
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/diegodlh/zotero-cita/issues"
},
"homepage": "https://github.com/diegodlh/zotero-cita#readme",
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^7.0.0",
"eslint": "^6.1.0",
"eslint-plugin-react": "^7.21.5",
"patch-package": "^6.2.2",
"webpack": "^5.9.0",
"webpack-cli": "^4.2.0"
},
"dependencies": {
"prop-types": "^15.7.2",
"querystring-es3": "^0.2.1",
"quickstatements-to-wikibase-edit": "^1.0.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"wikibase-edit": "^4.16.1",
"wikibase-sdk": "^7.8.0"
},
"engines": {
"npm": ">=8.1"
}
}