|
1 | 1 | {
|
2 |
| - "description": "A development starter theme with Vite Ecosystem for Halo", |
| 2 | + "name": "@halo-dev/theme-clear", |
| 3 | + "private": true, |
| 4 | + "version": "1.0.0", |
| 5 | + "description": "A development starter theme with modern front-end technology stack for Halo", |
| 6 | + "scripts": { |
| 7 | + "dev": "vite build --watch", |
| 8 | + "build": "tsc && vite build", |
| 9 | + "lint": "eslint ./src --ext .js,.cjs,.mjs,.ts,.cts,.mts --ignore-path .gitignore", |
| 10 | + "prettier": "prettier --write './src/**/*.{js,ts,css,json,ml,yaml,html}' './templates/**/*.html'" |
| 11 | + }, |
3 | 12 | "keywords": [
|
4 | 13 | "halo",
|
5 | 14 | "halo-theme"
|
6 | 15 | ],
|
7 |
| - "homepage": "https://github.com/halo-dev/theme-vite-starter#readme", |
| 16 | + "homepage": "https://github.com/f2ccloud/theme-clear#readme", |
8 | 17 | "bugs": {
|
9 |
| - "url": "https://github.com/halo-dev/theme-vite-starter/issues" |
| 18 | + "url": "https://github.com/f2ccloud/theme-clear/issues" |
10 | 19 | },
|
11 | 20 | "repository": {
|
12 | 21 | "type": "git",
|
13 |
| - "url": "https://github.com/halo-dev/theme-vite-starter" |
| 22 | + "url": "https://github.com/f2ccloud/theme-clear" |
14 | 23 | },
|
15 | 24 | "license": "GPL-3.0",
|
16 | 25 | "author": {
|
17 |
| - "name": "Halo", |
18 |
| - |
19 |
| - "url": "https://github.com/halo-dev" |
| 26 | + "name": "Halo OSS Organization", |
| 27 | + "url": "https://github.com/halo-dev", |
| 28 | + "email": "hi@halo.run" |
20 | 29 | },
|
21 | 30 | "maintainers": [
|
22 | 31 | {
|
|
25 | 34 | "url": "https://github.com/ruibaby"
|
26 | 35 | }
|
27 | 36 | ],
|
28 |
| - "scripts": { |
29 |
| - "build": "tsc && vite build", |
30 |
| - "dev": "vite build --watch", |
31 |
| - "lint": "eslint ./src --ext .js,.cjs,.mjs,.ts,.cts,.mts --ignore-path .gitignore", |
32 |
| - "prettier": "prettier --write './src/**/*.{js,ts,css,json,ml,yaml,html}' './templates/**/*.html'" |
33 |
| - }, |
34 | 37 | "devDependencies": {
|
35 | 38 | "@types/node": "18.11.9",
|
36 | 39 | "@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
0 commit comments