-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.74 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.74 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "@geotrekce/geotrek-rando-widget",
"version": "0.35.4",
"description": "Geotrek web components",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/geotrek-rando-widget/geotrek-rando-widget.esm.js",
"repository": "github:GeotrekCE/Geotrek-rando-widget",
"files": [
"dist/",
"loader/"
],
"type": "module",
"scripts": {
"start": "stencil build --dev --watch --serve",
"generate": "stencil generate",
"build": "stencil build --docs",
"compression": "node compression",
"postbuild": "npm run compression",
"prepublishOnly": "npm run build",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"docs:pdf": "press-export-pdf export docs --config docs/pdf-configs.ts",
"test": "playwright test",
"test:update-hars": "UPDATE_HAR=true playwright test",
"deploy:configurator": "rm -rf configurator-tmp && git clone https://github.com/GeotrekCE/grw-config.git configurator-tmp && cd configurator-tmp && npm install && npm run build -- --base-href=/Geotrek-rando-widget/ && cd .. && npx gh-pages -d configurator-tmp/dist/grw-config/browser"
},
"dependencies": {
"@capacitor/android": "^5.7.3",
"@capacitor/core": "^5.7.3",
"@capacitor/filesystem": "^5.2.1",
"@capacitor/ios": "^5.7.3",
"@raruto/leaflet-elevation": "^1.9.0",
"@stencil/core": "^4.23.1",
"@turf/bbox": "^6.5.0",
"@turf/point-on-feature": "^6.5.0",
"capacitor-blob-writer": "^1.1.15",
"choices.js": "^10.2.0",
"idb": "^8.0.0",
"leaflet": "^1.9.4",
"leaflet-i18n": "^0.3.4",
"leaflet-rotate": "^0.2.8",
"leaflet-textpath": "^1.3.0",
"leaflet.markercluster": "^1.5.3",
"leaflet.offline": "^3.0.1",
"slugify": "^1.6.6",
"swiper": "^9.4.1"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@capacitor/cli": "^5.7.3",
"@playwright/test": "^1.49.1",
"@stencil/playwright": "^0.2.1",
"@stencil/sass": "^3.0.12",
"@stencil/store": "^2.0.16",
"@types/css-font-loading-module": "^0.0.13",
"@types/geojson": "^7946.0.14",
"@types/leaflet": "^1.9.8",
"@types/leaflet.markercluster": "^1.5.4",
"babel-loader": "^9.1.3",
"gh-pages": "^6.1.1",
"glob": "^9.3.4",
"playwright-ctrf-json-reporter": "^0.0.18",
"stencil-inline-svg": "^1.1.0",
"typescript": "^5.4.2",
"vitepress": "^1.0.0-rc.45",
"vitepress-export-pdf": "^1.0.0",
"workbox-build": "^4.3.1"
},
"author": "bastien.alvez@makina-corpus.com",
"license": "MIT"
}