-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
59 lines (59 loc) · 1.34 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
{
"name": "@bylin/typecho-theme-sagiri",
"version": "1.3.7",
"description": "Lovely theme for Typecho.",
"main": "js/index.min.js",
"files": [
"assets/",
"js/*.min.js",
"js/lib/",
"util/*.min.js",
"util/**/*.min.js",
"css/*.min.css",
"screenshot.png",
"README.md"
],
"scripts": {
"start": "gulp start",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shiyiya/typecho-theme-sagiri.git"
},
"keywords": [
"typecho-theme"
],
"author": "shiyiya",
"license": "ISC",
"bugs": {
"url": "https://github.com/shiyiya/typecho-theme-sagiri/issues"
},
"homepage": "https://github.com/shiyiya/typecho-theme-sagiri#readme",
"browserslist": {
"production": [
"last 3 version",
"ie 10"
]
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.4",
"babelify": "^10.0.0",
"browser-sync": "^2.29.3",
"browserify": "^17.0.0",
"browserify-versionify": "^1.0.6",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-dart-sass": "^1.1.0",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"core-js": "^3.30.2"
}
}