1
0
Fork 0
mirror of https://github.com/Findus23/RainbowRoad.git synced 2024-09-18 14:53:51 +02:00

update dependencies

This commit is contained in:
Lukas Winkler 2024-06-01 17:02:28 +02:00
parent a6741fb5a1
commit aeb5b24a0c
Signed by: lukas
GPG key ID: 54DE4D798D244853
2 changed files with 278 additions and 136 deletions

411
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -7,8 +7,9 @@
"fetch": "cd commands && tsx fetch.ts",
"stats": "cd commands && tsx stats.ts",
"archive": "cd commands && tsx archive_sources.ts",
"export": "cd commands && tsx export.ts",
"dev": "vite",
"build": "tsc --skipLibCheck && vite build",
"build": "tsc --skipLibCheck && vite build && npm run export",
"preview": "vite preview",
"validate": "ajv validate -s data/schema.json -d data/Wien.json"
},