generated from halo-dev/theme-vite-starter
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
52 lines (52 loc) · 1.4 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
{
"name": "@halo-dev/theme-oranges",
"private": true,
"version": "0.0.0",
"description": "A development starter theme with Vite Ecosystem 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",
"bugs": {
"url": "https://github.com/halo-dev/theme-vite-starter/issues"
},
"author": {
"name": "Halo OSS Organization",
"url": "https://github.com/halo-dev",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Ryan Wang",
"url": "https://github.com/ruibaby",
"email": "[email protected]"
}
],
"license": "GPL-3.0",
"repository": {
"url": "https://github.com/halo-dev/theme-vite-starter",
"type": "git"
},
"devDependencies": {
"@types/node": "18.11.9",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"stylus": "^0.59.0",
"typescript": "^4.9.3",
"vite": "^3.2.4"
},
"dependencies": {
"tocbot": "^4.20.1"
}
}