ruffle/web/demo/package.json

19 lines
453 B
JSON
Raw Normal View History

{
"name": "ruffle-demo",
"version": "0.1.0",
"description": "Demo of Ruffle Flash emulator",
"scripts": {
"build": "webpack",
"serve": "webpack-dev-server"
},
"devDependencies": {
"@wasm-tool/wasm-pack-plugin": "0.2.1",
"clean-webpack-plugin": "^3.0.0",
2019-12-10 00:15:42 +00:00
"copy-webpack-plugin": "^5.1.0",
"html-webpack-plugin": "^3.2.0",
2019-12-10 00:15:42 +00:00
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
}
2019-12-10 00:15:42 +00:00
}