forked from LIlGG/halo-theme-sakura
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.27 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "halo-theme-sakura",
"private": true,
"version": "2.0.0",
"description": "Halo 版本的樱花🌸主题",
"scripts": {
"dev": "vite build --watch --mode development",
"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'",
"prepare": "husky install"
},
"keywords": [
"halo",
"sakura",
"LIlGG",
"takagi",
"theme-sakura",
"halo-theme",
"halo-theme-sakura"
],
"repository": {
"type": "git",
"url": "https://github.com/LIlGG/halo-theme-sakura"
},
"author": {
"name": "LIlGG",
"url": "https://github.com/LIlGG",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/LIlGG/halo-theme-sakura/issues"
},
"homepage": "https://github.com/LIlGG/halo-theme-sakura#readme",
"maintainers": [
{
"name": "LIlGG",
"url": "https://github.com/LIlGG",
"email": "[email protected]"
}
],
"devDependencies": {
"@iconify/iconify": "^3.1.0",
"@iconify/json": "^2.2.75",
"@types/node": "^20.2.5",
"@types/video.js": "^7.3.52",
"autoprefixer": "^10.4.14",
"colorguard": "^1.2.1",
"glob": "^10.2.7",
"husky": "^8.0.3",
"pjax": "^0.2.8",
"postcss": "^8.4.24",
"postcss-custom-properties": "^13.2.0",
"postcss-mixins": "^9.0.4",
"postcss-nesting": "^10.2.0",
"prettier": "^2.8.8",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-purge-icons": "^0.9.2"
},
"dependencies": {
"@fancyapps/ui": "^5.0.19",
"@types/nprogress": "^0.2.0",
"aplayer": "^1.10.1",
"clipboard": "^2.0.11",
"d3": "^7.8.5",
"d3-cloud": "^1.2.5",
"echarts": "^5.4.2",
"font-awesome-animation": "^1.1.1",
"highlight.js": "^11.8.0",
"i18next": "^22.5.1",
"i18next-browser-languagedetector": "^7.0.2",
"i18next-chained-backend": "^4.3.0",
"i18next-localstorage-backend": "^4.1.1",
"isotope-layout": "^3.0.6",
"lazysizes": "^5.3.2",
"loc-i18next": "^0.1.5",
"lodash.clonedeep": "^4.5.0",
"nprogress": "^0.2.0",
"qrcode": "^1.5.3",
"tocbot": "^4.21.0",
"video.js": "^8.3.0"
}
}