Initial commit

This commit is contained in:
2022-01-18 19:14:48 +13:00
commit fce1aa4710
27 changed files with 11706 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "webconsole",
"private": true,
"version": "0.0.1",
"description": "Stencil App Starter",
"scripts": {
"build": "stencil build",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate"
},
"devDependencies": {
"@stencil/core": "^2.7.0",
"@stencil/router": "^1.0.1",
"@types/jest": "^26.0.24",
"jest": "^26.6.3",
"jest-cli": "^26.6.3",
"puppeteer": "^10.0.0"
},
"license": "MIT"
}