-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
executable file
·185 lines (185 loc) · 5.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
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
{
"name": "kirakira-cerasus",
"version": "0.0.0-alpha",
"description": "KIRAKIRA-Cerasus, The PC/PE Front-end Created by Nuxt3.",
"engines": {
"node": ">=20.9.0"
},
"private": true,
"type": "module",
"module": "esnext",
"repository": {
"type": "git",
"url": "https://github.com/KIRAKIRA-DOUGA/KIRAKIRA-Cerasus.git"
},
"homepage": "https://kirakira.moe/",
"homepageFallback": [
"https://cerasus.kirakira.moe/",
"https://kira.calibur.tv/",
"https://kirakira-cerasus.vercel.app/"
],
"github": "https://github.com/KIRAKIRA-DOUGA/KIRAKIRA-Cerasus",
"bugs": "https://github.com/KIRAKIRA-DOUGA/KIRAKIRA-Cerasus/issues",
"license": "BSD 3-Clause",
"author": "KIRAKIRA Project Team",
"scripts": {
"build": "nuxi build",
"dev": "cross-env nuxi dev --host --https --ssl-cert server/server.cer --ssl-key server/server.key",
"dev-local": "cross-env VITE_BACKEND_PROVIDER=localhost nuxi dev --host --https --ssl-cert server/server.cer --ssl-key server/server.key",
"dev-http": "cross-env nuxi dev",
"dev-http-local": "cross-env VITE_BACKEND_PROVIDER=localhost nuxi dev",
"dev-localhost": "cross-env nuxi dev --host localhost --https --ssl-cert server/server.cer --ssl-key server/server.key",
"dev-local-localhost": "cross-env VITE_BACKEND_PROVIDER=localhost nuxi dev --host localhost --https --ssl-cert server/server.cer --ssl-key server/server.key",
"dev-http-localhost": "cross-env nuxi dev --host localhost",
"dev-http-local-localhost": "cross-env VITE_BACKEND_PROVIDER=localhost nuxi dev --host localhost",
"generate": "nuxi generate",
"preview": "nuxi preview",
"postinstall": "node postinstall.js",
"lint:css": "stylelint **/*.{html,vue,css,sass,scss}",
"typed-scss-modules": "typed-scss-modules assets/styles/*.module.scss --exportType default",
"update-eases": "tsx scripts/update-eases.ts",
"compact-svg": "tsx scripts/compact-svg.ts",
"delete-node-modules": "npx rimraf --glob ./node_modules || npx rimraf --glob ./.nuxt",
"crowdin:update": "tsx scripts/crowdin/update.ts",
"crowdin:download": "tsx scripts/crowdin/download.ts",
"prepare": "husky",
"commit": "git-cz -a"
},
"lint-staged": {
"*.{html,vue,css,sass,scss}": [
"stylelint --fix",
"git add"
]
},
"cssnano": {
"preset": [
"default",
{
"calc": false
}
]
},
"overrides": {
"vue": "latest"
},
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cz-commitlint": "^19.4.0",
"@commitlint/types": "^19.0.3",
"@crowdin/crowdin-api-client": "^1.35.0",
"@nuxt/content": "^2.13.2",
"@nuxt/kit": "^3.13.0",
"@nuxtjs/i18n": "^8.5.1",
"@nuxtjs/sitemap": "6.0.0-beta.4",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"@pomsky-lang/unplugin": "^1.2.10",
"@stylistic/eslint-plugin": "^2.6.4",
"@stylistic/stylelint-plugin": "^3.0.1",
"@types/eslint": "^9.6.0",
"@types/html-minifier-terser": "^7.0.2",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"eslint": "^9.9.1",
"eslint-plugin-vue": "^9.27.0",
"extract-zip": "^2.0.1",
"html-minifier-terser": "^7.2.0",
"husky": "^9.1.5",
"nuxt": "^3.13.0",
"nuxt-lodash": "^2.5.3",
"nuxt-typed-router": "^3.6.5",
"pbjs": "^0.0.14",
"postcss": "^8.4.41",
"postcss-combine-media-query": "^1.0.1",
"postcss-html": "^1.7.0",
"postcss-viewport-unit-fallback": "^1.0.1",
"protobufjs": "^7.4.0",
"sass": "1.77.6",
"stylelint": "^16.8.2",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.5.1",
"tsx": "^4.18.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.2.0",
"typescript-plugin-css-modules": "^5.1.0"
},
"dependencies": {
"@kirakira/path-browserify": "file:packages/path-browserify",
"@nuxt/image": "^1.7.0",
"@nuxtjs/robots": "^4.1.3",
"@nuxtjs/svg-sprite": "^1.0.2",
"@pinia/nuxt": "^0.5.4",
"@tiptap/extension-underline": "^2.6.6",
"@tiptap/pm": "^2.6.6",
"@tiptap/starter-kit": "^2.6.6",
"@tiptap/vue-3": "^2.6.6",
"@vueuse/components": "^11.0.3",
"@vueuse/core": "^11.0.3",
"@vueuse/gesture": "^2.0.0",
"@vueuse/head": "^2.0.0",
"@vueuse/nuxt": "^11.0.3",
"axios": "^1.7.5",
"css-doodle": "0.40.0",
"danmaku": "^2.0.6",
"gsap": "^3.12.5",
"ipx": "^3.0.1",
"js-confetti": "^0.12.0",
"lottie-web": "^5.12.2",
"mediainfo.js": "^0.3.2",
"mitt": "^3.0.1",
"nuxt-icons": "^3.2.1",
"pinia": "^2.2.2",
"shaka-player": "^4.10.11",
"tus-js-client": "^4.1.0",
"vue-audio-visual": "^3.0.8",
"vue-cropper": "^1.1.4",
"vue-virtual-scroller": "2.0.0-beta.8"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"@vue/[email protected]": "patches/@[email protected]"
}
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"keywords": [
"kirakira",
"component",
"components",
"design",
"framework",
"frontend",
"vue",
"vue3",
"vue-component",
"ui",
"vercel",
"nuxt",
"nuxt3",
"video",
"danmaku",
"subtitle",
"audio",
"lyrics",
"gallery",
"photo",
"douga",
"anime",
"animation",
"otomad",
"ytpmv",
"amv",
"mad",
"acg",
"nova",
"dango",
"calibur"
]
}