aw-lights/webui/liveview-rust/js/package.json
2021-10-12 17:11:44 -04:00

30 lines
805 B
JSON

{
"name": "liveview-rust",
"version": "0.0.8",
"description": "PoC of LiveView in rust - \"Never write javascript again\"",
"private": false,
"main": "webpack.config.js",
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/njaremko/liveview-rust.git"
},
"author": "Nathan Jaremko",
"license": "MIT",
"bugs": {
"url": "https://github.com/njaremko/liveview-rust/issues"
},
"homepage": "https://github.com/njaremko/liveview-rust#readme",
"dependencies": {
"jquery": "^3.5.0",
"morphdom": "git+https://github.com/austenadler/morphdom#fix/input-value-type-change"
},
"devDependencies": {
"webpack-cli": "^4.6.0",
"webpack": "^5.28.0"
}
}