Update build chain

This commit is contained in:
2019-11-05 11:07:20 +01:00
parent f48412b234
commit a7a7ee71c9
7 changed files with 4112 additions and 50 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "fold-entity-row",
"private": true,
"version": "1.0.0",
"description": "",
"scripts": {
"build": "webpack",
"watch": "webpack --watch --mode=development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Thomas Lovén",
"license": "MIT",
"devDependencies": {
"webpack": "^4.34.0",
"webpack-cli": "^3.3.4"
},
"dependencies": {
"card-tools": "github:thomasloven/lovelace-card-tools"
}
}