New query rendering engine with handlebars

This commit is contained in:
Zef Hemel
2022-04-28 11:55:38 +02:00
parent 0182a587e4
commit 9ef30d1f49
24 changed files with 2560 additions and 112 deletions
+6 -2
View File
@@ -7,7 +7,7 @@
"@lezer/common": "https://github.com/zefhemel/common.git#046c880d1fcab713cadad327a5b7d8bb5de6522c"
},
"scripts": {
"watch": "rm -rf .parcel-cache && parcel watch --no-hmr packages/{web,server,plugos} desktop",
"watch": "rm -rf .parcel-cache && parcel watch --no-hmr packages/{web,server,plugos,plugs} desktop",
"clean": "rm -rf .parcel-cache packages/*/dist",
"build": "parcel build packages/{web,server,plugos}",
"plugs": "cd packages/plugs && npm run watch",
@@ -25,9 +25,13 @@
"@parcel/validator-typescript": "2.3.2",
"parcel": "2.3.2",
"prettier": "^2.5.1",
"ts-node": "^10.7.0",
"typescript": "^4.6.2"
},
"workspaces": [
"packages/*"
]
],
"dependencies": {
"handlebars": "^4.7.7"
}
}