mirror of
https://github.com/flarum/core.git
synced 2025-07-12 12:26:23 +02:00
Make npm package private, update deps, change watch
to dev
This commit is contained in:
1641
extensions/statistics/js/package-lock.json
generated
1641
extensions/statistics/js/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
|
"private": true,
|
||||||
"name": "@flarum/statistics",
|
"name": "@flarum/statistics",
|
||||||
"version": "0.0.0",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"flarum-webpack-config": "^0.1.0-beta.8",
|
"flarum-webpack-config": "0.1.0-beta.10",
|
||||||
"frappe-charts": "^1.1.0",
|
"frappe-charts": "^1.1.0",
|
||||||
"webpack": "^4.22.0",
|
"webpack": "^4.26.0",
|
||||||
"webpack-cli": "^3.1.2"
|
"webpack-cli": "^3.1.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "webpack --mode production",
|
"dev": "webpack --mode development --watch",
|
||||||
"watch": "webpack --mode development --watch"
|
"build": "webpack --mode production"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user