add tabby-web-demo to the repo

This commit is contained in:
Eugene Pankov
2021-07-11 16:00:59 +02:00
parent f7a0fb488b
commit c1051379c1
40 changed files with 5318 additions and 21 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "tabby-web-demo",
"version": "1.0.147-nightly.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "webpack --progress --color",
"watch": "webpack --progress --color --watch"
},
"files": [
"data",
"dist"
],
"author": "Eugene Pankov",
"license": "MIT",
"devDependencies": {
"@types/webpack-env": "^1.16.0"
},
"dependencies": {
"svg-inline-loader": "^0.8.2"
}
}