-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1.02 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
{
"name": "Onemanager-Theme-Charo",
"description": "A brand new OneManager theme: Charo. \r\nA Theme for Onemanager, written in Astro.",
"author": "kobe-koto",
"keywords": [
"Astro",
"Onemanager",
"Theme"
],
"homepage": "https://charo.koto.cc",
"url": "https://github.com/kobe-koto/Onemanager-Theme-Charo/issues",
"license": "AGPL-3",
"type": "module",
"version": "0.1.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && node ./script/replacer.js",
"preview": "astro build && node ./script/replacer.js && astro preview",
"build:deploy": "astro build && node ./script/replacer.js isDeploy=true",
"PlatformSwitch": "node ./script/PlatformSwitcher.js"
},
"dependencies": {
"@vitejs/plugin-legacy": "^4.0.2",
"astro": "^2.1.2",
"astro-icon": "^0.8.1",
"autoprefixer": "^10.4.14",
"heroicons": "^2.0.18",
"postcss": "^8.4.21",
"sass": "^1.62.1",
"vite": "^4.2.1"
},
"devDependencies": {
"terser": "^5.16.8"
}
}