-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.89 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.89 KB
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
{
"author": {
"name": "netop://ウィビ",
"url": "https://webb.page"
},
"dependencies": {
"marked": "^17.0.1",
"plyr": "^3.8.4",
"timeago.js": "^4.0.2"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^7.0.0",
"@sveltejs/kit": "^2.49.5",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"chronver": "*",
"del-cli": "^7.0.0",
"husky": "^9.1.7",
"npm-run-all": "^4.1.5",
"prettier": "^3.8.0",
"sass": "^1.97.2",
"sass-lint": "^1.13.1",
"stylelint": "^17.0.0",
"stylelint-order": "^7.0.1",
"svelte": "^5.46.4",
"svelte-adapter-bun": "^1.0.1",
"svelte-check": "^4.3.5",
"svelte-preprocess": "^6.0.3",
"typescript": "^5.9.3",
"updates": "^17.0.7",
"vite": "^7.3.1"
},
"name": "homepage",
"private": true,
"scripts": {
"build": "bun run clean && bun run render && bunx vite build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"clean": "del './build' './static/uchu*' '.svelte-kit' 'bun.lock' 'bun.lockb'",
"increment": "chronver --increment package",
"lint": "bun run test:svelte && bun run test:typescript",
"pre-commit": "bun run build && bun run increment && git add -A :/",
"prepare": "husky",
"preview": "bunx vite preview",
"render": "sass sass/uchu:static --style compressed",
"start": "bun i && bun run build && PORT=6433 SETTINGS=production bun ./build/index.js",
"test": "run-s test:*",
"test:dependencies": "updates --update ./",
"test:svelte": "svelte-check",
"test:typescript": "tsc --noEmit",
"watch": "bun run render && run-p watch:*",
"watch:develop": "SETTINGS=development bunx vite dev --port 6433 --host --open",
"watch:sass": "sass --watch sass/uchu:static --style compressed"
},
"type": "module",
"version": "2026.03.16"
}