mirror of
https://github.com/flarum/framework.git
synced 2024-11-27 02:53:37 +08:00
15 lines
327 B
JSON
15 lines
327 B
JSON
{
|
|
"private": true,
|
|
"name": "@flarum/embed",
|
|
"dependencies": {
|
|
"flarum-webpack-config": "0.1.0-beta.10",
|
|
"iframe-resizer": "^4.1.1",
|
|
"webpack": "^4.41.2",
|
|
"webpack-cli": "^3.3.7"
|
|
},
|
|
"scripts": {
|
|
"dev": "webpack --mode development --watch",
|
|
"build": "webpack --mode production --progress"
|
|
}
|
|
}
|