fix: removing collage feat: added ingredient type to server for testing and a config" chore: setup deno server package
22 lines
438 B
JSON
22 lines
438 B
JSON
{
|
|
"name": "stocca-tre",
|
|
"version": "0.0.1",
|
|
"description": "pizza im dritten stock",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.djledda.de/Ledda/stocca-tre.git"
|
|
},
|
|
"author": "Daniel Ledda",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@djledda/ladder": "^1.0.2",
|
|
"@types/node": "^17.0.41",
|
|
"sass": "^1.52.2",
|
|
"vite": "^2.9.10"
|
|
}
|
|
}
|