-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.71 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
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@halo-dev/theme-clear",
"version": "1.0.1",
"private": true,
"description": "A development starter theme with modern front-end technology stack for Halo",
"keywords": [
"halo",
"halo-theme"
],
"homepage": "https://github.com/f2ccloud/theme-clear#readme",
"bugs": {
"url": "https://github.com/f2ccloud/theme-clear/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/f2ccloud/theme-clear"
},
"license": "GPL-3.0",
"author": {
"name": "Halo OSS Organization",
"email": "[email protected]",
"url": "https://github.com/halo-dev"
},
"maintainers": [
{
"name": "Ryan Wang",
"email": "[email protected]",
"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",
"prepare": "husky install",
"prettier": "prettier --write './src/**/*.{js,ts,css,json,ml,yaml,html}' './templates/**/*.html'"
},
"lint-staged": {
"*.html": [
"prettier --write"
]
},
"devDependencies": {
"@algolia/cli": "^4.0.8",
"@babel/cli": "^7.17.10",
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@types/node": "18.11.9",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babelify": "^10.0.0",
"browserify": "^16.5.2",
"core-js": "^3.22.4",
"eslint": "^8.53.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^7.0.4",
"lint-staged": "^15.2.0",
"prettier": "^2.8.8",
"segmentit": "^2.0.3",
"typescript": "^4.9.5",
"vite": "^4.5.0"
}
}