-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2 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
{
"name": "yilia",
"version": "4.0.0",
"description": "a theme for hexo",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack",
"dist": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/litten/hexo-theme-yilia.git"
},
"keywords": [
"hexo",
"theme",
"blog"
],
"author": "litten",
"license": "ISC",
"bugs": {
"url": "https://github.com/litten/hexo-theme-yilia/issues"
},
"homepage": "https://github.com/litten/hexo-theme-yilia#readme",
"dependencies": {
"badjs-report": "^1.3.3",
"es6-promise": "^4.2.8",
"fetch": "^1.1.0",
"fetch-ie8": "^1.5.0",
"file-loader": "^6.2.0",
"js-cookie": "^3.0.1",
"photoswipe": "^4.1.3"
},
"config": {
"commitizen": {
"path": "cz-simple-log"
}
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/runtime-corejs2": "^7.15.4",
"autoprefixer": "^10.3.5",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.3.0",
"dom101": "^2.2.1",
"fibers": "^5.0.0",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^2.3.0",
"node-sass": "^7.0.0",
"postcss": "^8.3.7",
"postcss-loader": "^6.1.1",
"sass-loader": "^12.1.0",
"url-loader": "^4.1.1",
"webpack": "^5.53.0"
}
}