Skip to content

Commit

Permalink
refactor: 修改 package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
john1298308460 committed Jan 22, 2024
1 parent b1f9157 commit 7b32c9b
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,31 @@
{
"description": "A development starter theme with Vite Ecosystem for Halo",
"name": "@halo-dev/theme-clear",
"private": true,
"version": "1.0.0",
"description": "A development starter theme with modern front-end technology stack for Halo",
"scripts": {
"dev": "vite build --watch",
"build": "tsc && vite build",
"lint": "eslint ./src --ext .js,.cjs,.mjs,.ts,.cts,.mts --ignore-path .gitignore",
"prettier": "prettier --write './src/**/*.{js,ts,css,json,ml,yaml,html}' './templates/**/*.html'"
},
"keywords": [
"halo",
"halo-theme"
],
"homepage": "https://github.com/halo-dev/theme-vite-starter#readme",
"homepage": "https://github.com/f2ccloud/theme-clear#readme",
"bugs": {
"url": "https://github.com/halo-dev/theme-vite-starter/issues"
"url": "https://github.com/f2ccloud/theme-clear/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/halo-dev/theme-vite-starter"
"url": "https://github.com/f2ccloud/theme-clear"
},
"license": "GPL-3.0",
"author": {
"name": "Halo",
"email": "[email protected]",
"url": "https://github.com/halo-dev"
"name": "Halo OSS Organization",
"url": "https://github.com/halo-dev",
"email": "hi@halo.run"
},
"maintainers": [
{
Expand All @@ -25,12 +34,6 @@
"url": "https://github.com/ruibaby"
}
],
"scripts": {
"build": "tsc && vite build",
"dev": "vite build --watch",
"lint": "eslint ./src --ext .js,.cjs,.mjs,.ts,.cts,.mts --ignore-path .gitignore",
"prettier": "prettier --write './src/**/*.{js,ts,css,json,ml,yaml,html}' './templates/**/*.html'"
},
"devDependencies": {
"@types/node": "18.11.9",
"@typescript-eslint/eslint-plugin": "^5.62.0",
Expand Down

0 comments on commit 7b32c9b

Please sign in to comment.