-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.76 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
{
"name": "Q-locator-map",
"version": "1.4.8",
"description": "",
"main": "index.js",
"scripts": {
"build": "rm -rf scripts && mkdir scripts && rm -rf styles && mkdir styles && rm -rf resources/fixtures && mkdir -p resources/fixtures/data && node tasks/build.js",
"test": "lab -a @hapi/code -c -P tests --verbose --leaks",
"start": "npm run build && node dev"
},
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nzzdev/Q-locator-map.git"
},
"dependencies": {
"@hapi/boom": "^9.1.4",
"@hapi/bourne": "^2.0.0",
"@hapi/catbox-memory": "^5.0.1",
"@hapi/hapi": "^20.2.1",
"@hapi/inert": "^6.0.4",
"@mapbox/mbtiles": "^0.12.1",
"@mapbox/vtquery": "^0.5.1",
"@turf/bbox": "^6.5.0",
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/turf": "^6.5.0",
"ajv": "^6.12.6",
"clone": "^2.1.2",
"deepmerge": "^4.2.2",
"fontnik": "^0.6.0",
"geojson-vt": "^3.2.1",
"glob": "^7.2.0",
"hasha": "^5.2.2",
"joi": "^17.4.2",
"nano": "^8.2.3",
"node-fetch": "^2.6.5",
"sqlite3": "^5.0.2",
"svelte": "^3.43.1",
"vega": "^5.20.2",
"vt-pbf": "^3.1.3",
"zlib": "^1.0.5"
},
"devDependencies": {
"@hapi/code": "^8.0.3",
"@hapi/lab": "^24.3.2",
"@mapbox/spritezero": "^7.0.1",
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"autoprefixer": "^10.3.7",
"cssnano": "^5.0.8",
"jsdom": "^18.0.0",
"mapbox-gl": "^1.13.2",
"postcss": "^8.3.9",
"postcss-import": "^14.0.2",
"rollup": "^2.58.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.42.1"
}
}