-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.28 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.28 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
{
"name": "0x40-web",
"version": "5.4",
"description": "Pretty images and colours",
"type": "module",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json",
"format": "prettier --write ./**/*.svelte ./**/*.css ./**/*.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mon/0x40-web.git"
},
"author": "mon",
"license": "MIT",
"bugs": {
"url": "https://github.com/mon/0x40-web/issues"
},
"homepage": "https://github.com/mon/0x40-web#readme",
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^6.1.3",
"@tsconfig/svelte": "^5.0.4",
"@types/serve-static": "^1.15.7",
"@types/string_score": "^0.1.28",
"prettier": "^3.5.3",
"prettier-plugin-svelte": "^3.3.3",
"serve-static": "^2.2.0",
"svelte": "^5.28.2",
"svelte-check": "^4.1.6",
"typescript": "^5.8.3",
"vite": "^7.1.3"
},
"dependencies": {
"@wasm-audio-decoders/ogg-vorbis": "^0.1.16",
"@zip.js/zip.js": "^2.7.60",
"codec-parser": "^2.5.0",
"mpg123-decoder": "^1.0.0",
"ogg-opus-decoder": "^1.6.15",
"string_score": "^0.1.22",
"xmlbuilder": "^15.1.1"
}
}