-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.95 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.95 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
{
"name": "@collboard/map",
"version": "1.5.181",
"description": "Maps for the geography class for the Collboard.com in cooperation with The Capital City of Prague. See all file support modules for Collboard.",
"license": "SEE LICENSE IN LICENSE",
"contributors": [
"Pavol Hejný <pavol.hejny@collboard.com> (https://collboard.com/-/about/team)",
"Hlavní město Praha"
],
"repository": {
"type": "git",
"url": "https://github.com/collboard/map"
},
"private": false,
"scripts": {
"start": "colldev develop",
"test": "colldev test & jest",
"lint": "tslint -p tsconfig.json",
"preversion": "npm run lint && npm test",
"postversion": "git push && git push --tags"
},
"devDependencies": {
"@collboard/modules-sdk": "35.13.2400",
"@types/isomorphic-fetch": "0.0.35",
"@types/jest": "27.4.0",
"@types/papaparse": "5.3.2",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11",
"@types/sharp": "0.30.0",
"cross-fetch": "3.1.5",
"del": "6.0.0",
"everstorage": "1.10.1",
"isomorphic-fetch": "3.0.0",
"jest": "27.4.7",
"jspdf": "2.5.1",
"papaparse": "5.3.1",
"prettier": "2.5.1",
"puppeteer": "13.5.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"sharp": "0.30.6",
"simplify-geojson": "1.0.5",
"spacetrim": "0.11.52",
"ts-jest": "27.1.2",
"ts-node": "10.5.0",
"tslint": "6.1.3",
"type-fest": "2.12.0",
"waitasecond": "1.11.94",
"xml-formatter": "2.6.1",
"xyzt": "5.4.3"
},
"funding": [
{
"type": "individual",
"url": "https://buymeacoffee.com/hejny"
},
{
"type": "github",
"url": "https://github.com/collboard/map/blob/main/README.md#%EF%B8%8F-contributing"
}
]
}