mirror of
https://github.com/flarum/framework.git
synced 2025-03-06 18:21:46 +08:00
Move to devDependencies
This commit is contained in:
parent
d5a4195cbc
commit
d7191c19db
@ -1,13 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "@flarum/flarum-ext-emoji-forum",
|
"name": "@flarum/flarum-ext-emoji-forum",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"flarum-webpack-config": "^0.1.0-beta.6"
|
"flarum-webpack-config": "^0.1.0-beta.6",
|
||||||
|
"textarea-caret": "^3.1.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"watch": "node_modules/webpack/bin/webpack.js --mode development --watch",
|
"watch": "node_modules/webpack/bin/webpack.js --mode development --watch",
|
||||||
"build": "node_modules/webpack/bin/webpack.js --mode production"
|
"build": "node_modules/webpack/bin/webpack.js --mode production"
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"textarea-caret": "^3.1.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user