-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
36 lines (36 loc) · 1.03 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
{
"name": "leaflet-velocity-ts",
"version": "1.1.9",
"description": "Visualise velocity layers with leaflet (Typescript fork)",
"main": "dist/leaflet-velocity.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --stats-modules --mode production",
"watch": "webpack --progress --watch --mode development"
},
"author": "Dan Wild <danwild@y7mail.com>",
"contributors": [
"Cyrille Meichel <me@noopy.fr>",
"Jordan Nijean <contact@jordan-nijean.com>"
],
"repository": {
"url": "https://github.com/0nza1101/leaflet-velocity-ts",
"type": "git"
},
"license": "MIT",
"devDependencies": {
"@teamsupercell/typings-for-css-modules-loader": "^2.5.1",
"css-loader": "^6.7.3",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@types/leaflet": "^1.9.0",
"leaflet": "1.9.3"
}
}