wasm-bindgen/examples/add/package.json

14 lines
267 B
JSON
Raw Permalink Normal View History

{
"scripts": {
"build": "webpack",
"serve": "webpack-dev-server"
},
"devDependencies": {
"text-encoding": "^0.7.0",
2018-09-11 08:42:22 +03:00
"html-webpack-plugin": "^3.2.0",
2018-06-06 10:07:02 +02:00
"webpack": "^4.11.1",
2018-09-25 18:50:27 -07:00
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.0"
}
}