-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
133 lines (133 loc) · 4.64 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
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "magrit",
"version": "2.0.19",
"description": "Magrit is a thematic and statistical cartography application that lets you create and export a wide range of static maps.",
"author": {
"name": "Matthieu Viry",
"email": "[email protected]"
},
"homepage": "https://github.com/riatelab/magrit",
"repository": {
"type": "git",
"url": "git+https://github.com/riatelab/magrit"
},
"bugs": {
"url": "https://github.com/riatelab/magrit/issues"
},
"license": "GPL-3.0-or-later",
"type": "module",
"scripts": {
"vite": "vite",
"dev": "npm-run-all --parallel vite typesafe-i18n",
"dev:electron": "MODE=electrondev npm-run-all --parallel vite typesafe-i18n",
"build": "rm -rf dist/ && vite build && npm run docs:build && cp -r docs/.vitepress/dist/* dist/",
"build:electron": "MODE=electronbuild vite build && npm run docs:build && mkdir -p dist/docs && cp -r docs/.vitepress/dist/* dist/docs/ && mkdir -p build && cp src/assets/picto-black.png build/icon.png && cp src/assets/picto-black.icns build/icon.icns && electron-builder -wl && rm -rf build",
"build:electron-mac": "MODE=electronbuild vite build && npm run docs:build && mkdir -p dist/docs && cp -r docs/.vitepress/dist/* dist/docs/ && mkdir -p build && cp src/assets/picto-black.png build/icon.png && cp src/assets/picto-black.icns build/icon.icns && electron-builder -m && rm -rf build",
"serve": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"typesafe-i18n": "typesafe-i18n",
"docs:build": "cd docs && npm run build && cd ..",
"postinstall": "electron-builder install-app-deps && cd docs && npm install && cd .."
},
"devDependencies": {
"@interactjs/types": "^1.10.27",
"@solidjs/testing-library": "^0.8.10",
"@testing-library/jest-dom": "^6.5.0",
"@types/d3": "^7.4.3",
"@types/d3-geo": "^3.1.0",
"@types/dompurify": "^3.0.5",
"@types/polylabel": "^1.1.3",
"@types/proj4": "^2.5.5",
"@types/rbush": "^4.0.0",
"@types/semver": "^7.5.8",
"@types/topojson-client": "^3.1.5",
"@types/topojson-server": "^3.0.4",
"@types/topojson-simplify": "^3.0.3",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"electron": "^32.2.0",
"electron-builder": "^25.1.8",
"eslint": "8.57.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-plugin-solid": "0.14.3",
"jsdom": "^25.0.1",
"npm-run-all": "^4.1.5",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite-plugin-css-injected-by-js": "^3.5.2",
"vite-plugin-electron": "^0.28.8",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-solid": "^2.10.2",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.3.0",
"vite-svg-loader": "^5.1.0",
"vitest": "^2.1.2"
},
"dependencies": {
"@observablehq/plot": "^0.6.16",
"@solid-primitives/autofocus": "^0.0.111",
"@stdlib/stats-base-dists-t-cdf": "^0.2.2",
"@stdlib/stats-lowess": "^0.2.2",
"@turf/turf": "^7.1.0",
"ag-grid-community": "31.1.1",
"ag-grid-solid": "31.1.1",
"alasql": "^4.5.2",
"bulma": "^1.0.2",
"contour-wasm": "^0.5.0",
"d3-array": "^3.2.4",
"d3-brush": "^3.0.0",
"d3-drag": "^3.0.0",
"d3-dsv": "^3.0.1",
"d3-ease": "^3.0.1",
"d3-force": "^3.0.0",
"d3-geo": "^3.1.1",
"d3-geo-polygon": "^1.12.1",
"d3-geo-projection": "^4.0.0",
"d3-interpolate": "^3.0.1",
"d3-quadtree": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"d3-tile": "^1.0.0",
"d3-transition": "^3.0.1",
"d3-zoom": "^3.0.0",
"dexie": "^4.0.8",
"dicopal": "^0.8.1",
"dompurify": "^3.1.7",
"font-gis": "^1.0.6",
"gdal3.js": "^2.8.1",
"geos-wasm": "^2.0.0",
"go-cart-wasm": "^0.3.0",
"interactjs": "^1.10.27",
"jszip": "^3.10.1",
"main-thread-scheduling": "^14.3.0",
"mproj": "^0.0.39",
"nouislider": "^15.8.1",
"polylabel": "^2.0.1",
"proj4": "^2.12.1",
"rbush": "^4.0.1",
"semver": "^7.6.3",
"simple-statistics": "^7.8.5",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.2",
"solid-sortablejs": "^2.1.2",
"solid-toast": "^0.5.0",
"solid-transition-group": "^0.2.3",
"statsbreaks": "https://github.com/mthh/statsbreaks.git#6cc1558f83fe60e26f5c946ec7237a2863a8c3ec",
"topojson-client": "^3.1.0",
"topojson-server": "^3.0.1",
"topojson-simplify": "^3.0.3",
"typesafe-i18n": "^5.26.2",
"uuid": "^10.0.0",
"wkt-parser": "^1.3.3"
},
"resolutions": {
"nan": "github:ajgassner/nan#electron-29-workaround"
},
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0"
},
"main": "dist-electron/main.js"
}