-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.36 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
{
"name": "@geoblocks/print",
"version": "0.7.9",
"module": "lib/main.js",
"main": "lib/main.js",
"type": "module",
"types": "lib/types/main.d.ts",
"files": [
"lib/*",
"src/*"
],
"license": "BSD-2-Clause",
"repository": "github:geoblocks/print",
"scripts": {
"lint": "eslint src --ext .ts,.js",
"start": "vite",
"dev": "vite",
"build": "tsc && vite build",
"build-ghpages": "tsc && vite -c vite.config.ghpages.ts build",
"preview": "vite -c vite.config.ghpages.ts preview",
"prepare": "tsc --pretty",
"test": "jest"
},
"peerDependencies": {
"ol": "7 || 8 || 9 || 10"
},
"devDependencies": {
"@babel/preset-env": "7.24.0",
"@babel/preset-typescript": "7.23.3",
"@openlayers/eslint-plugin": "^4.0.0",
"@types/jest": "29.5.12",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"canvas": "2.11.2",
"eslint": "8.57.0",
"eslint-config-openlayers": "18.0.0",
"eslint-import-resolver-typescript": "3.6.1",
"esm": "^3.2.25",
"jest": "29.7.0",
"jest-canvas-mock": "2.5.2",
"jest-environment-jsdom": "29.7.0",
"lit": "3.1.2",
"node-fetch": "3.3.2",
"ol": "10.0.0",
"ol-mapbox-style": "12.2.1",
"pixelmatch": "^5.3.0",
"pngjs": "^7.0.0",
"ts-jest": "29.1.2",
"typescript": "5.3.3",
"vite": "5.1.4"
}
}