-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.52 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
{
"name": "hexo-bangumis",
"version": "1.0.9",
"description": "Hexo 番剧页面插件",
"main": "index.js",
"scripts": {
"test": "standard --fix && ejslint templates/*.ejs",
"build": "babel src/index.js --out-file index.js && babel src/lib/util.js --out-file dist/util.js && babel src/lib/get-bgm-data.js --out-file dist/get-bgm-data.js && babel src/lib/bangumi-generator.js --out-file dist/bangumi-generator.js && babel src/templates/index.js --out-file dist/templates/index.js --presets minify && babel --no-babelrc src/templates/pagination.js --out-file dist/templates/pagination.js --presets minify && cleancss src/templates/index.css -O2 -o dist/templates/index.css",
"ejslint": "ejslint templates/*.ejs"
},
"author": "JiJi <[email protected]>",
"license": "Apache Licence 2.0",
"keywords": [
"generator",
"plugin",
"bangumi",
"bangumis",
"hexo",
"anime"
],
"dependencies": {
"@babel/runtime": "^7.18.0",
"bangumi-data": "^0.3.91",
"ejs": "3.1.8",
"encoding": "^0.1.13",
"hexo-fs": "^3.1.0",
"hexo-i18n": "^1.0.0",
"hexo-log": "^3.0.0",
"node-fetch": "^2.6.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mmdjiji/hexo-bangumis.git"
},
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.18.0",
"@babel/plugin-transform-runtime": "^7.18.0",
"@babel/preset-env": "^7.18.0",
"babel-preset-minify": "^0.5.2",
"clean-css-cli": "^5.6.0",
"ejs-lint": "^1.2.2",
"eslint": "^8.16.0"
}
}