forked from collective/plone.formwidget.geolocation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 935 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "plone.formwidget.geolocation",
"description": "Leaflet widget for plone.formwidget.geolocation",
"version": "2.0.0",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/collective/plone.formwidget.geolocation"
},
"devDependencies": {
"@patternslib/dev": "^2.5.0",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.10.0",
"whybundled": "^2.0.0",
"yarn": "^1.22.18"
},
"dependencies": {
"@patternslib/pat-leaflet": "git+https://github.com/Patternslib/pat-leaflet.git#cae4b4e8644b66aa98988259eac2b659ae87d93b",
"@patternslib/patternslib": "*"
},
"scripts": {
"build": "NODE_ENV=production webpack --config webpack.config.js",
"start": "NODE_ENV=development webpack serve --config webpack.config.js",
"stats": "NODE_ENV=production webpack --config webpack.config.js --json > stats.json"
}
}