-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.22 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
{
"name": "halo-theme-zero",
"version": "1.0.0",
"description": "起名“zero”,寓意一切从零起始",
"scripts": {
"dev": "vite build --watch",
"debug": "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",
"theme-zero"
],
"homepage": "https://github.com/LIlGG/halo-theme-zero#readme",
"author": {
"name": "LIlGG",
"url": "https://github.com/LIlGG",
"email": "mail@e.lixingyong.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/LIlGG/halo-theme-zero/issues"
},
"repository": {
"url": "https://github.com/LIlGG/halo-theme-zero",
"type": "git"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"autoprefixer": "^10.4.13",
"colorguard": "^1.2.1",
"eslint": "^8.29.0",
"lost": "^9.0.1",
"postcss": "^8.4.20",
"postcss-mixins": "^9.0.4",
"postcss-nesting": "^10.2.0",
"typescript": "^4.9.4",
"vite": "^4.0.1"
},
"dependencies": {
"pjax": "^0.2.8"
}
}