-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.57 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "leaflet-query-interface",
"version": "1.0.0",
"description": "A cleaner implementation of the leaflet-query-interface written by me at github.com/mehrotrasan16/BD_GIS_Leaflet_Page",
"main": "app.js",
"scripts": {
"bundle": "browserify app.js -p --standalone mymodule -o dist/bundle.js",
"start": "npm run watch & live-server --ignore='**/node_modules/**'",
"watch": "npm run bundle & webpack --watch --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mehrotrasan16/BD_GIS_Leaflet_Page/clean-leaflet(to-change)"
},
"keywords": [
"leaflet",
"js",
"maps",
"geospatial",
"visualization",
"vanilla",
"js"
],
"author": "Sanket M",
"license": "ISC",
"dependencies": {
"@tensorflow/tfjs": "^3.0.0",
"@tensorflow/tfjs-vis": "^1.5.0",
"idb": "^6.0.0",
"js-cookie": "^2.2.1",
"geojson-random": "^0.5.0",
"leaflet": "^1.7.1",
"leaflet-ajax": "^2.1.0",
"leaflet-draw": "^1.0.4",
"leaflet-easybutton": "^2.4.0",
"leaflet-fullscreen": "^1.0.2",
"leaflet-minimap": "^3.6.1",
"merge-json": "0.1.0-b.3",
"node-correlation": "^1.0.2",
"tracealyzer": "^0.10.3",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"babel-loader": "^8.1.0",
"browserify": "^16.5.2",
"esmify": "^2.1.1",
"live-server": "^1.2.1",
"web-vitals": "^1.1.0",
"webpack-cli": "^3.3.12"
}
}