wasm-bindgen/examples/performance/package.json

14 lines
267 B
JSON
Raw 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 11:07:02 +03:00
"webpack": "^4.11.1",
2018-09-26 04:50:27 +03:00
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.0"
}
}