-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 2.1 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
{
"name": "edugis",
"version": "0.8.1",
"contributors": [
"Anne Blankert"
],
"license": "BSD-3-Clause",
"repository": "Polymer/pwa-starter-kit",
"scripts": {
"start": "web-dev-server --node-resolve --open --watch",
"build": "rollup -c",
"test": "npm run test:unit && npm run test:integration",
"test:integration": "mocha test/integration --timeout=10000",
"test:unit": "polymer test --module-resolution=node --npm",
"test:sauce": "polymer test --module-resolution=node --npm -s 'windows 10/microsoftedge@17' -s 'macos 10.13/safari@11'",
"test:regenerate_screenshots": "mocha test/integration/screenshots-baseline/regenerate.js --timeout=15000"
},
"dependencies": {
"@edugis/lineunion": "^0.3.2",
"@edugis/mapbox-gl-draw": "^0.0.8",
"@edugis/proj-convert": "^0.2.0",
"@material/mwc-base": "^0.25.1",
"@material/mwc-button": "^0.25.1",
"@material/slider": "^0.44.1",
"@polymer/polymer": "^3.5.2",
"@simonwep/pickr": "^1.8.2",
"@turf/turf": "^6.5.0",
"@webcomponents/webcomponentsjs": "^2.7.0",
"@xmldom/xmldom": "^0.9.4",
"dompurify": "^2.4.1",
"file-saver": "^2.0.5",
"flatbush": "^4.0.0",
"hopscotch": "^0.3.1",
"i18next": "^22.4.15",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-xhr-backend": "^3.2.2",
"jsts": "^2.9.3",
"lit": "^2.7.3",
"mapbox-gl": "^1.13.2",
"maplibre-gl": "^3.3.1",
"marked": "^4.2.4",
"papaparse": "^5.4.0",
"reselect": "^3.0.1",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"devDependencies": {
"@frsource/cypress-plugin-visual-regression-diff": "^1.4.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@web/dev-server": "^0.4.6",
"@web/rollup-plugin-html": "^2.0.0",
"cypress": "^13.15.0",
"del": "^3.0.0",
"pixelmatch": "^4.0.2",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-minify-template-literals": "^1.1.7",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-summary": "^2.0.0",
"rollup-plugin-terser": "^7.0.2"
}
}