-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.29 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
{
"description": "Mainroad theme for Halo",
"keywords": [
"halo",
"halo-theme"
],
"homepage": "https://github.com/liuchangfitcloud/theme-mainroad#readme",
"bugs": {
"url": "https://github.com/liuchangfitcloud/theme-mainroad/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/liuchangfitcloud/theme-mainroad"
},
"license": "GPL-2.0",
"author": {
"name": "liuchangfitcloud",
"email": "[email protected]",
"url": "https://github.com/liuchangfitcloud"
},
"maintainers": [
{
"name": "Charlie Liu",
"email": "[email protected]",
"url": "https://github.com/liuchangfitcloud"
}
],
"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",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8",
"sass": "^1.69.5",
"typescript": "^4.9.5",
"vite": "^4.5.0"
}
}