Fable app

This commit is contained in:
Smaug123
2022-10-29 14:46:56 +01:00
parent c3f411cdda
commit 4f7ccedfd6
13 changed files with 5900 additions and 26 deletions

14
RaftFable/package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"private": true,
"scripts": {
"postinstall": "dotnet tool restore",
"start": "dotnet fable watch src --run webpack-dev-server",
"build": "dotnet fable src && webpack"
},
"devDependencies": {
"webpack": "^4.46.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.11.2"
},
"version": "1.0.0"
}