forked from litten/hexo-theme-yilia
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.87 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
{
"name": "hexo-theme-yilic",
"version": "4.0.3",
"description": "a theme for hexo",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --mode development",
"dist": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/u2sb/hexo-theme-yilia-continue.git"
},
"keywords": [
"hexo",
"theme",
"blog"
],
"author": "MonoLogueChi",
"license": "ISC",
"bugs": {
"url": "https://github.com/u2sb/hexo-theme-yilia-continue/issues"
},
"homepage": "https://github.com/u2sb/hexo-theme-yilia-continue#readme",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.14.7",
"@babel/runtime-corejs3": "^7.14.7",
"async-assets-loader": "^1.2.0",
"autoprefixer": "^10.3.1",
"axios": "^0.21.1",
"babel-loader": "8.2.2",
"badjs-report": ">=1.3.3",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.1.0",
"dom101": "^2.2.1",
"es6-promise": "^4.2.8",
"fetch": ">=1.1.0",
"fetch-ie8": ">=1.5.0",
"html-webpack-plugin": "^5.3.2",
"js-cookie": "^2.2.1",
"mini-css-extract-plugin": "^2.1.0",
"node-sass": "^6.0.1",
"photoswipe": "^4.1.3",
"postcss-loader": "^6.1.1",
"sass": "^1.35.2",
"sass-loader": "^12.1.0",
"webpack": "^5.45.1",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"hexo-baidu-url-submit": "^0.0.6",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-json-content": "^4.2.3",
"hexo-renderer-ejs": "^1.0.0"
},
"config": {
"commitizen": {
"path": "cz-simple-log"
}
}
}