docs: demo for using LiquidJS with webpack

This commit is contained in:
Harttle
2022-10-22 00:39:18 +08:00
committed by Harttle
parent 32f613fb43
commit 33c7c8f301
10 changed files with 90 additions and 2 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "liquidjs-demo-nodejs",
"description": "Node.js demo for liquidjs",
"private": true,
"main": "dist/index.js",
"scripts": {
"start": "node dist/index.js",
"build": "webpack"
},
"dependencies": {
"hello-liquid": "^1.0.0",
"liquidjs": "^9.28.3"
},
"devDependencies": {
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}