-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.68 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.68 KB
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
{
"name": "halo-theme-dream2.0-plus",
"version": "0.0.0",
"description": "梦之城,童话梦境,动漫类型博客主题。",
"main": "index.js",
"author": "宏尘极客",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "eslint src/**/*.js && gulp release",
"push": "eslint src/**/*.js && gulp push",
"zip": "gulp zip",
"build": "eslint src/**/*.js && gulp",
"lint": "eslint src/**/*.js",
"build-res": "eslint src/**/*.js && gulp build-res",
"dev": "eslint src/**/*.js && gulp dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hcjike/halo-theme-dream2.0-plus.git"
},
"keywords": [
"halo",
"dream",
"dream2",
"nineya",
"hcjike",
"halo-theme",
"halo-theme-dream",
"halo-theme-dream2",
"halo-theme-dream2.0-plus"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/hcjike/halo-theme-dream2.0-plus/issues"
},
"homepage": "https://github.com/hcjike/halo-theme-dream2.0-plus#readme",
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"eslint": "^7.32.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-csso": "^4.0.1",
"gulp-gzip": "^1.4.2",
"gulp-less": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^5.1.0",
"webpack": "5.94.0",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"html2canvas": "^1.4.1",
"qrcode": "^1.5.1",
"remixicon": "^4.7.0"
}
}