-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
97 lines (97 loc) · 2.85 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
93
94
95
96
97
{
"name": "poi-plugin-ship-info",
"version": "7.2.4",
"description": "Show detailed information of all owned ship girls",
"main": "index.es",
"scripts": {
"reset": "git clean -f && git checkout .",
"prepack": "poi-util-transpile --sm --replace",
"postpublish": "npm run reset",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/poooi/plugin-ship-info.git"
},
"author": {
"name": "かがみ",
"link": "https://github.com/KagamiChan"
},
"contributors": [
"Yunze (https://github.com/myzWILLmake)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/poooi/plugin-ship-info/issues"
},
"homepage": "https://github.com/poooi/plugin-ship-info#readme",
"poiPlugin": {
"title": "Ship Girls Info",
"description": "Show detailed information of all owned ship girls",
"icon": "fa/ship",
"priority": 50,
"apiVer": {
"7.2.99": "1.10.3",
"7.6.0-beta.1": "2.5.3",
"7.7.99": "2.5.6",
"8.1.0-beta.0": "4.7.0",
"8.3.0": "5.2.1",
"10.2.99": "6.2.6"
}
},
"devDependencies": {
"@blueprintjs/core": "^3.24.0",
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"@types/bluebird": "^3.5.27",
"@types/classnames": "^2.2.8",
"@types/eslint": "^6.1.8",
"@types/fs-extra": "^8.0.0",
"@types/html2canvas": "^0.0.35",
"@types/lodash": "^4.14.133",
"@types/react": "^16.8.19",
"@types/react-fontawesome": "^1.6.4",
"@types/react-redux": "^7.0.9",
"@types/react-virtualized": "^9.21.2",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@types/react-window": "^1.8.0",
"@types/redux": "^3.6.0",
"@types/styled-components": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^2.23.0",
"@typescript-eslint/parser": "^2.23.0",
"babel-eslint": "10.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-poi-plugin": "^3.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
"fuse.js": "^6.5.3",
"husky": "^4.2.3",
"i18next": "^19.3.2",
"kcsapi": "^1.190112.0",
"lint-staged": "^10.0.8",
"poi-util-transpile": "^10.3.4",
"polished": "^3.4.4",
"prettier": "^2.0.2",
"react-i18next": "^11.3.3",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"stylelint": "^13.2.1",
"stylelint-config-standard": "^20.0.0",
"typescript": "^3.5.1"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"packageManager": "[email protected]"
}