Initial commit

This commit is contained in:
2025-07-15 13:03:23 +02:00
commit 62f89abbd0
34 changed files with 470 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"$schema": "https://developers.webprovisions.io/schemas/2021-11/webprovisions-manifest.schema.json",
"name": "@webprovisions-registry/<name-of-distribution>",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"type": "module",
"author": "",
"dependencies": {},
"scripts": {
"start": "npx vite --open",
"build-prod": "npx vite build",
"build-dev": "npx vite build --mode development"
},
"devDependencies": {
"vite": "^4.4.9",
"@webprovisions/utilities": "^1.0.3",
"typescript": "^5.1.6"
},
"webprovisions": {
"type": "distribution"
}
}