forked from ronikar/Leaflet.DistortableVideo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.26 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
{
"name": "leaflet-distortable-video",
"version": "0.3.2",
"description": "Enable to distort videos on Leaflet maps.",
"main": "dist/index.js",
"scripts": {
"build": "npm run build:dev && npm run build:prod",
"build:dev": "webpack --mode=development --node-env=development",
"test": "echo \"Error: no test specified\" && exit 1",
"build:prod": "webpack --mode=production --node-env=production",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ronikar/Leaflet.DistortableVideo.git"
},
"keywords": [
"leaflet",
"video",
"maps"
],
"author": "Roni Karilkar",
"license": "MIT",
"bugs": {
"url": "https://github.com/ronikar/Leaflet.DistortableVideo/issues"
},
"homepage": "https://github.com/ronikar/Leaflet.DistortableVideo#readme",
"dependencies": {
"@types/leaflet": "^1.5.21",
"jquery": "^3.3.1",
"numeric": "^1.2.6"
},
"peerDependencies": {
"leaflet": "^1.x"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"babel-loader": "^9.1.3",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
}
}