add core package.json
Some checks failed
Deploy static content to Pages / deploy (push) Has been cancelled
Some checks failed
Deploy static content to Pages / deploy (push) Has been cancelled
This commit is contained in:
parent
b942799298
commit
0dcd2cead7
2 changed files with 4809 additions and 0 deletions
4789
core/package-lock.json
generated
Normal file
4789
core/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
20
core/package.json
Normal file
20
core/package.json
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"name": "fahrtenbuch-core",
|
||||||
|
"private": true,
|
||||||
|
"version": "0.0.0",
|
||||||
|
"type": "module",
|
||||||
|
"scripts": {
|
||||||
|
"dev": "vite --host",
|
||||||
|
"build": "vite build",
|
||||||
|
"deploy": "vite build --base=$BASE_PATH",
|
||||||
|
"preview": "vite preview"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@scala-js/vite-plugin-scalajs": "^1.0.0",
|
||||||
|
"typescript": "^4.9.5",
|
||||||
|
"vite": "^6.2.3"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"trystero": "^0.22.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue