Update build chain

This commit is contained in:
2019-11-05 10:37:00 +01:00
parent eaed9cd8d9
commit 8038cab85c
8 changed files with 4143 additions and 265 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "browser_mod",
"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.41.2",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"card-tools": "github:thomasloven/lovelace-card-tools"
}
}