forked from origo-map/multiselect-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 833 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
28
29
30
{
"name": "multiselect",
"version": "1.0.0",
"description": "",
"main": "./multiselect.js",
"scripts": {
"start": "npm run watch-js",
"watch-js": "webpack-dev-server --config ./tasks/webpack.dev.js --mode development",
"build": "webpack --config ./tasks/webpack.prod.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"@turf/boolean-disjoint": "^6.0.2",
"@turf/buffer": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0"
},
"devDependencies": {
"compression-webpack-plugin": "^10.0.0",
"eslint": "^8.51.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.1",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.10.0"
}
}