You've already forked gitea-banana-theme
主题更名为banana
This commit is contained in:
14
package.json
14
package.json
@@ -2,13 +2,15 @@
|
||||
"name": "gitea-banana-theme",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"author": {
|
||||
"name": "Pandora Studio",
|
||||
"email": "work@pandorastudio.cn"
|
||||
},
|
||||
"repository": {
|
||||
"url": "https://git.pandorastudio.cn/yuantao/gitea-banana-theme.git"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite build --mode dev",
|
||||
"build": "tsc -b && vite build",
|
||||
"lint": "eslint .",
|
||||
"format": "prettier --write .",
|
||||
"commit": "npm run lint && npm run format && npm run build",
|
||||
"version": "node scripts/version.cjs"
|
||||
"build": "tsc -b && vite build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-typescript": "^7.27.1",
|
||||
|
||||
Reference in New Issue
Block a user