-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.39 KB
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
{
"name": "dash-leaflet2",
"version": "0.2.2",
"description": "Leaflet 2-native Dash components. A from-scratch wrapper around Leaflet 2 core (no react-leaflet), built for Dash 4.",
"main": "src/ts/index.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/pip-install-python/dash-leaflet2.git"
},
"homepage": "https://github.com/pip-install-python/dash-leaflet2",
"scripts": {
"build:js::dev": "webpack --mode development",
"build:js": "webpack --mode production",
"build:backends": "dash-generate-components ./src/ts/components dash_leaflet2 -p package-info.json --ignore \\.test\\.",
"build": "npm run build:js && npm run build:backends",
"watch": "npm run build:js::dev -- --watch"
},
"author": "Pip Install Python LLC <pipinstallpython@gmail.com>",
"license": "MIT",
"dependencies": {
"iconify-icon": "^3.0.2",
"leaflet": "2.0.0-alpha.1",
"supercluster": "^8.0.1"
},
"devDependencies": {
"@plotly/webpack-dash-dynamic-import": "^1.3.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"css-loader": "^6.7.1",
"react": "18.2.0",
"react-docgen": "^5.4.0",
"react-dom": "18.2.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}