-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
76 lines (76 loc) · 2.13 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
{
"name": "poi-plugin-quest-info",
"version": "6.1.0",
"description": "show quest info",
"main": "dist/index.js",
"scripts": {
"dev": "webpack-dev-server --config explorer/webpack.config.ts --mode=development --colors --watch --hot",
"prepack": "rollup -c",
"postpublish": "rimraf index.js index.js.map",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/poooi/plugin-quest.git"
},
"author": {
"name": "马里酱",
"link": "https://github.com/malichan"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/poooi/plugin-quest/issues"
},
"homepage": "https://github.com/poooi/plugin-quest#readme",
"devDependencies": {
"@babel/preset-react": "^7.10.1",
"@babel/register": "^7.8.3",
"@commitlint/config-conventional": "^8.3.4",
"@rollup/plugin-babel": "^5.0.3",
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.0.1",
"@types/jest": "^25.2.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.1.0",
"builtin-modules": "^3.1.0",
"commitlint": "^8.3.5",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-poi-plugin": "^2.0.0",
"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.18.3",
"husky": "^4.2.1",
"jest": "^26.0.1",
"kcwiki-quest-data": "^0.8.0",
"lint-staged": "^10.0.7",
"lodash": "^4.17.15",
"poi-util-transpile": "^10.3.4",
"prettier": "^1.19.1",
"rimraf": "^3.0.2",
"rollup": "^2.16.0",
"webpack": "^5.0.0-beta.16",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"poiPlugin": {
"title": "Quest Information",
"description": "Plugin Description",
"icon": "fa/indent",
"priority": 2,
"apiVer": {
"6.99.99": "2.2.1",
"7.0.0-beta.1": "2.2.1",
"8.1.99": "4.4.12"
}
}
}