-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.88 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.88 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
{
"name": "mcutils",
"version": "4.5.2",
"description": "Maps",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel ./examples/index.html --dist-dir ./.dist",
"build": "parcel build ./examples/index.html --no-source-maps --public-url . --dist-dir ./docs/mcutils",
"doc": "jsdoc ./ -c ./doc/jsdoc.json",
"lint": "eslint --fix \"**/*.js\" --ignore-path .lintignore || exit 0",
"lintex": "eslint --fix **/*.js || exit 0"
},
"repository": {
"type": "git",
"url": "git+https://"
},
"keywords": [
"macarte",
"monmames",
"maps",
"Openlayers",
"ol"
],
"author": "IGNF",
"license": "MIT",
"bugs": {
"url": "http://sd-redmine.ign.fr/"
},
"homepage": "",
"devDependencies": {
"@parcel/transformer-inline-string": "^2.11.0",
"@parcel/transformer-sass": "^2.11.0",
"buffer": "^6.0.3",
"eslint": "^7.32.0",
"eslint-plugin-sonarjs": "^0.11.0",
"ink-docstrap": "^1.3.2",
"jsdoc": "^3.6.7",
"parcel": "^2.11.0",
"parcel-reporter-static-files-copy": "^1.5.3",
"process": "^0.11.10"
},
"dependencies": {
"@fontsource/fira-sans": "^5.0.3",
"@fontsource/open-sans": "^5.0.3",
"@geoblocks/ol-maplibre-layer": "^1.0.3",
"chart.js": "^4.1.0",
"chartjs-chart-error-bars": "^4.4.1",
"chroma-js": "^2.1.2",
"docx": "^7.6.0",
"file-saver": "^2.0.5",
"font-gis": "^1.0.5",
"font-ign": "git+https://github.com/IGNF-Ma-carte/font-ign.git",
"highlight.js": "^11.4.0",
"jspdf": "^2.3.1",
"maplibre-gl": "^4.5.0",
"mongo-parse": "^2.1.0",
"ol": "^10.3.1",
"ol-ext": "^4.0.33",
"ol-mapbox-style": "^12.3.5",
"papaparse": "^5.4.1",
"proj4": "^2.15.0",
"qrjs": "^0.1.3",
"webfontloader": "^1.6.28",
"xlsx": "^0.18.5"
},
"staticFiles": {
"staticPath": "examples/assets",
"watcherGlob": "**"
}
}