You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
594 B
24 lines
594 B
3 years ago
|
{
|
||
|
"name": "@justoverclock/users-map-location",
|
||
|
"version": "0.0.0",
|
||
|
"private": true,
|
||
|
"prettier": "@flarum/prettier-config",
|
||
|
"dependencies": {
|
||
|
"@flarum/prettier-config": "^1.0.0",
|
||
|
"flarum-tsconfig": "^1.0.0",
|
||
|
"flarum-webpack-config": "^1.0.0",
|
||
|
"leaflet": "^1.7.1",
|
||
|
"webpack": "^4.26.0",
|
||
|
"webpack-cli": "^3.0.7"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"prettier": "^2.3.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"dev": "webpack --mode development --watch",
|
||
|
"build": "webpack --mode production",
|
||
|
"format": "prettier --write src",
|
||
|
"format-check": "prettier --check src"
|
||
|
}
|
||
|
}
|