-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.95 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
{
"name": "hexo-next-publist",
"version": "2.2.1",
"description": "Filterable publication list",
"author": "Aetf",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/Aetf/hexo-next-publist.git"
},
"bugs": {
"url": "https://github.com/Aetf/hexo-next-publist/issues"
},
"homepage": "https://github.com/Aetf/hexo-next-publist",
"keywords": [
"hexo",
"publication",
"academia"
],
"main": "src/index.js",
"scripts": {
"eslint": "eslint .",
"test": "ava",
"test-watch": "ava --watch",
"release": "release-it --config release-it.toml"
},
"dependencies": {
"@babel/core": "^7.13.13",
"@babel/preset-env": "^7.13.12",
"@primer/css": "^21.0.0",
"@retorquere/bibtex-parser": "^7.0.0",
"ajv": "^8.0.1",
"babel-loader": "^9.0.0",
"chalk": "^4.1.0",
"clipboard": "^2.0.8",
"core-js": "^3.9.1",
"css-loader": "^6.3.0",
"cssnano": "^6.0.0",
"cssnano-preset-advanced": "^6.0.0",
"hexo-fs": "^4.1.0",
"js-yaml": "^4.0.0",
"lodash": "^4.17.21",
"memfs": "^4.0.0",
"mini-css-extract-plugin": "^2.3.0",
"moment": "^2.29.1",
"parent-require": "^1.0.0",
"postcss": "^8.2.8",
"postcss-loader": "^7.0.0",
"sass": "^1.34.0",
"sass-loader": "^13.0.0",
"strip-indent": "^3.0.0",
"style-loader": "^3.3.0",
"verror": "^1.10.0",
"webpack": "^5.28.0"
},
"peerDependencies": {
"@iktakahiro/markdown-it-katex": "^4.0.1",
"hexo": "^6.3.0",
"hexo-renderer-markdown-it": "^7.1.0",
"hexo-theme-next": "^8.0.1"
},
"devDependencies": {
"ajv-cli": "^5.0.0",
"ava": "^5.3.1",
"hexo": "^6.3.0",
"hexo-renderer-marked": "^6.1.1",
"release-it": "^16.1.3"
}
}