1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-03-16 18:20:51 +00:00

15 lines
317 B
JSON
Raw Normal View History

{
"scripts": {
"build": "webpack -p",
"serve": "webpack-dev-server -p"
},
"devDependencies": {
"@wasm-tool/wasm-pack-plugin": "0.2.3",
"text-encoding": "^0.7.0",
2018-09-12 10:39:26 -07:00
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.11.1",
2018-09-25 18:50:27 -07:00
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.0"
}
}