1
0
mirror of https://github.com/flarum/core.git synced 2025-08-31 03:50:15 +02:00

chore: repo maintenance (#16)

* Bump deps

* Update namespaces

* Format
This commit is contained in:
Ian Morland
2022-01-11 10:45:14 +00:00
committed by GitHub
parent aebd638097
commit b07c98b5d9
6 changed files with 195 additions and 65 deletions

View File

@@ -1,14 +1,22 @@
{
"private": true,
"name": "@flarum/statistics",
"prettier": "@flarum/prettier-config",
"dependencies": {
"flarum-webpack-config": "^1.0.0",
"@flarum/prettier-config": "^1.0.0",
"frappe-charts": "^1.6.2",
"flarum-tsconfig": "^1.0.2",
"flarum-webpack-config": "^1.0.0",
"webpack": "^4.46.0",
"webpack-cli": "^4.9.0"
"webpack-cli": "^4.9.1"
},
"devDependencies": {
"prettier": "^2.5.1"
},
"scripts": {
"dev": "webpack --mode development --watch",
"build": "webpack --mode production"
"build": "webpack --mode production",
"format": "prettier --write src",
"format-check": "prettier --check src"
}
}