Reorganize components and add application form buttons component

This commit is contained in:
2024-05-01 09:56:40 -05:00
parent c64202b66b
commit 65595607da
24 changed files with 939 additions and 566 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "twain",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"watch": "dotnet watch --project ./src/Twain.Web/Twain.Web.csproj",
"watch-theme": "npm run dev --prefix src/OAP/OAP.Theme.Svelte"
},
"author": "",
"license": "ISC"
}