1
0
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:
Matthew Kilgore
2020-11-23 23:17:55 -05:00
parent 350ce11f17
commit dbc67937ed
25 changed files with 5030 additions and 23 deletions

View 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"
}
}