ruffle/web/demo/package.json

19 lines
455 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": {
2020-03-16 08:24:32 +00:00
"@wasm-tool/wasm-pack-plugin": "^1.2.0",
"clean-webpack-plugin": "^3.0.0",
2020-03-16 08:24:32 +00:00
"copy-webpack-plugin": "^5.1.1",
"html-webpack-plugin": "^3.2.0",
2020-03-16 08:24:32 +00:00
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
2019-12-10 00:15:42 +00:00
}