mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-19 18:07:58 +00:00
add tabby-web-demo to the repo
This commit is contained in:
22
tabby-web-demo/package.json
Normal file
22
tabby-web-demo/package.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user