-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.52 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
{
"name": "leaflet-datepicker",
"version": "0.0.13",
"description": "Adds a calendar to a leaflet map",
"type": "module",
"main": "./dist/leaflet-datepicker.umd.cjs",
"exports": {
"./Lgeojson": "./src/timeLocal/L.GeoJSON.TimeLocal.js",
"./Limageoverlay": "./src/timeLocal/L.ImageOverlay.TimeLocal.js",
"./Ltilelayer": "./src/timeLocal/L.TileLayer.Time.js",
"./timeLocal": "./src/timeLocal/timeLocal.js",
"./style": "./dist/style.css"
},
"scripts": {
"test": "eslint ./src ./cypress && cypress run --component --browser chrome && cypress run --component --browser firefox",
"prebuild": "leafdoc -t node_modules/leafdoc/templates/markdown -o README.md src",
"build": "vite build",
"example": "vite --host"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anton-seaice/Leaflet.Datepicker.git"
},
"author": "Anton Steketee",
"license": "MIT",
"bugs": {
"url": "https://github.com/anton-seaice/leaflet.datepicker/issues"
},
"homepage": "https://github.com/anton-seaice/leaflet.datepicker#readme",
"dependencies": {
"@vuepic/vue-datepicker": "^4.3.0",
"leafdoc": "^2.3.0",
"topojson-client": "^3.1.0",
"vue": "^3.2.47"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.2",
"cypress": "^12.15.0",
"eslint": "^8.38.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.10.0",
"vite": "^3.2.5"
}
}