Files
stocca-tre/package.json
2022-06-07 22:45:58 +02:00

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"
}
}