mirror of
https://github.com/flarum/core.git
synced 2025-08-31 03:50:15 +02:00
Initial working extension
This commit is contained in:
14
extensions/nicknames/js/package.json
Normal file
14
extensions/nicknames/js/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "@flarum/nicknames",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"flarum-webpack-config": "^0.1.0-beta.10",
|
||||
"webpack": "^4.26.0",
|
||||
"webpack-cli": "^3.0.7"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "webpack --mode development --watch",
|
||||
"build": "webpack --mode production"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user