1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-20 09:27:16 +03:00
tabby/tabby-web-demo/package.json
2021-07-17 00:54:38 +02:00

23 lines
450 B
JSON

{
"name": "tabby-web-demo",
"version": "1.0.148-nightly.2",
"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"
}
}