-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
55 lines (55 loc) · 1.48 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
{
"name": "poi-plugin-battle-detail",
"version": "5.18.0",
"description": "A plugin which shows battle detail for poi.",
"main": "index.js",
"scripts": {
"reset": "git clean -f && git checkout . && git submodule foreach git checkout . && git submodule foreach git clean -f",
"prepack": "poi-util-transpile --sm --replace",
"lint": "eslint 'views/*.es' || true",
"postpublish": "npm run reset"
},
"dependencies": {
"dom-to-image": "^2.6.0",
"lz-string": "^1.4.4",
"subtender": "^0.12.4"
},
"devDependencies": {
"babel-eslint": "^8.0.1",
"babel-preset-es2017-node7": "^0.5.2",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"eslint": "^4.10.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.4.0",
"poi-util-transpile": "^8.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/poooi/plugin-battle-detail.git"
},
"author": {
"name": "Dazzy Ding",
"link": "https://github.com/yukixz"
},
"contributors": [
"Chiba"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/poooi/plugin-battle-detail/issues"
},
"homepage": "https://github.com/poooi/plugin-battle-detail",
"poiPlugin": {
"title": "Battle Records",
"description": "Save detailed battle log",
"icon": "fa/info-circle",
"priority": 11,
"apiVer": {
"7.2.1": "3.5.0",
"7.5.99": "3.6.4",
"8.1.0-beta.999": "3.8.4",
"8.3.0": "4.0.3"
}
}
}