forked from Candinya/Kratos-Rebirth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.23 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
{
"name": "hexo-theme-kratos-rebirth",
"version": "2.1.1",
"description": "A transplanted theme for Hexo, with many new features built with love.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build",
"dev": "gulp watch"
},
"repository": {
"type": "git",
"url": "git https://github.com/Candinya/Kratos-Rebirth.git"
},
"keywords": [
"hexo",
"theme",
"kratos",
"candinya"
],
"author": "Candinya",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Candinya/Kratos-Rebirth/issues"
},
"homepage": "https://github.com/Candinya/Kratos-Rebirth#readme",
"browserslist": [
"last 2 versions",
"> 1%",
"Chrome >= 30",
"Firefox >= 30",
"ie >= 9",
"Safari >= 8"
],
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"autoprefixer": "^10.4.7",
"browser-sync": "^2.27.10",
"cssnano": "^5.1.12",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cli": "^2.3.0",
"gulp-dart-sass": "^1.0.2",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.1.0",
"postcss": "^8.4.14",
"sass": "^1.53.0"
}
}