UI and about page in game
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
"specifiers": {
|
||||
"jsr:@std/fs@^1.0.23": "1.0.23",
|
||||
"jsr:@std/internal@^1.0.12": "1.0.12",
|
||||
"jsr:@std/path@^1.1.4": "1.1.4"
|
||||
"jsr:@std/path@^1.1.4": "1.1.4",
|
||||
"npm:marked@^17.0.3": "17.0.3"
|
||||
},
|
||||
"jsr": {
|
||||
"@std/fs@1.0.23": {
|
||||
@@ -23,9 +24,16 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"npm": {
|
||||
"marked@17.0.3": {
|
||||
"integrity": "sha512-jt1v2ObpyOKR8p4XaUJVk3YWRJ5n+i4+rjQopxvV32rSndTJXvIzuUdWWIy/1pFQMkQmvTXawzDNqOH/CUmx6A==",
|
||||
"bin": true
|
||||
}
|
||||
},
|
||||
"workspace": {
|
||||
"dependencies": [
|
||||
"jsr:@std/fs@^1.0.23"
|
||||
"jsr:@std/fs@^1.0.23",
|
||||
"npm:marked@^17.0.3"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user