Update build chain

This commit is contained in:
2019-11-05 10:52:39 +01:00
parent d671cdbdfe
commit f674ff567b
9 changed files with 4113 additions and 49 deletions

21
package.json Normal file
View File

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