-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.82 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
{
"name": "hexo-theme-illya",
"version": "0.1.8",
"description": "A simple and elegant theme for Hexo.",
"scripts": {
"test": "exit 0",
"dev": "webpack --mode=development",
"build": "webpack --mode=production",
"dist": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ldsink/hexo-theme-illya.git"
},
"keywords": [
"hexo",
"theme",
"blog"
],
"author": "ldsink <[email protected]> (https://ldsink.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ldsink/hexo-theme-illya/issues"
},
"homepage": "https://github.com/ldsink/hexo-theme-illya#readme",
"dependencies": {
"@babel/core": "7.18.6",
"@babel/preset-env": "7.18.2",
"@babel/plugin-transform-runtime": "7.18.2",
"autoprefixer": "10.4.7",
"babel-loader": "8.2.5",
"babel-polyfill": "^6.23.0",
"babel-preset-stage-2": "^6.24.1",
"badjs-report": "^1.2.2",
"caniuse-lite": "^1.0.30001170",
"clean-webpack-plugin": "4.0.0",
"css-loader": "6.7.1",
"cssnano": "6.0.0",
"dom101": "^2.2.1",
"es6-promise": "^4.2.8",
"fetch": "^1.1.0",
"fetch-ie8": "^1.4.3",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.5.0",
"js-cookie": "^2.2.1",
"loader-utils": "^1.4.0",
"lodash": "^4.17.20",
"mini-css-extract-plugin": "2.6.0",
"sass-loader": "13.0.0",
"sass": "1.52.1",
"photoswipe": "^4.1.3",
"postcss-import": "14.1.0",
"postcss-loader": "7.2.4",
"postcss-preset-env": "7.6.0",
"style-loader": "3.3.1",
"sugarss": "^2.0.0",
"webpack": "5.76.0",
"webpack-cli": "4.9.2"
},
"config": {
"commitizen": {
"path": "cz-simple-log"
}
},
"publishconfig": {
"access": "public",
"registry": "https://registry.npmjs.com"
},
"browserslist": [
"defaults"
]
}