-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
92 lines (92 loc) · 2.73 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
{
"name": "poi-plugin-akashic-records",
"version": "8.1.4",
"description": "logbook plugin for poi",
"main": "index.js",
"scripts": {
"win-publish": "npm publish",
"win-prerelease": "npm publish --tag beta",
"prepack": "poi-util-transpile --sm --replace",
"postpublish": "npm run reset",
"reset": "git checkout . && git clean -f",
"compile": "cjsx -cb .",
"test": "echo \"Error: no test specified\" && exit 1",
"lint:js": "eslint . --ext .ts --ext .tsx --ignore-path .eslintignore",
"lint:css": "stylelint assets/**/*.css --config .stylelintrc.js",
"lint:styled": "stylelint views/**/*.tsx --config .stylelintrc.js",
"lint": "npm run lint:js && npm run lint:css && npm run lint:styled"
},
"repository": {
"type": "git",
"url": "https://github.com/yudachi/plugin-Akashic-records.git"
},
"keywords": [
"kancolle",
"poi",
"plugin",
"logbook"
],
"author": {
"name": "Jennings Wu",
"link": "https://github.com/JenningsWu"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/yudachi/plugin-Akashic-records/issues"
},
"homepage": "https://github.com/yudachi/plugin-Akashic-records",
"dependencies": {
"echarts": "^5.2.2",
"echarts-for-react": "^3.0.2",
"iconv-lite": "^0.6.3",
"jschardet": "^3.0.0"
},
"devDependencies": {
"@blueprintjs/core": "^3.51.1",
"@blueprintjs/icons": "^3.30.2",
"@types/fs-extra": "^9.0.13",
"@types/glob": "^7.1.4",
"@types/i18next": "^13.0.0",
"@types/iconv-lite": "0.0.1",
"@types/lodash": "^4.14.175",
"@types/node": "^17.0.0",
"@types/react": "^17.0.30",
"@types/react-dom": "^17.0.9",
"@types/react-i18next": "^8.1.0",
"@types/react-redux": "^7.1.19",
"@types/redux": "^3.6.31",
"@types/reselect": "^2.2.0",
"@types/styled-components": "^5.1.15",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"electron": "^16.0.4",
"eslint": "^8.4.1",
"eslint-config-poi-plugin": "^3.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-react": "^7.27.1",
"kcsapi": "^1.191214.0",
"path-extra": "^4.3.0",
"poi-util-transpile": "^11.0.0",
"prettier": "^2.5.1",
"stylelint": "^14.1.0",
"stylelint-config-standard": "^24.0.0",
"stylelint-config-styled-components": "^0.1.1",
"typescript": "^4.5.4"
},
"poiPlugin": {
"title": "Logbook",
"description": "Logs",
"icon": "fa/book",
"priority": 10,
"apiVer": {
"6.99.99": "5.0.1",
"7.3.0": "5.0.6",
"7.5.99": "6.0.5",
"8.1.0-beta.999": "6.1.6",
"8.3.0": "6.3.0",
"10.5.0": "7.3.2"
}
}
}