-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.68 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.68 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
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
{
"name": "@data-fair/maps",
"version": "0.2.0",
"description": "",
"author": "Tom Banchereau <banchereau.tom@gmail.com>",
"license": "AGPL-3.0-only",
"homepage": "https://github.com/data-fair/maps#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/data-fair/maps.git"
},
"bugs": {
"url": "https://github.com/data-fair/maps/issues"
},
"main": "server/index.js",
"scripts": {
"dev": "docker-compose --profile dev up",
"test": "docker build -f Dockerfile-test --tag maps-test . && docker run --network host maps-test",
"lint": "eslint --ext js,vue --ignore-path .gitignore .",
"lint-fix": "eslint --ext js,vue --ignore-path .gitignore --fix .",
"build": "nuxt build",
"analyze": "nuxt build --analyze"
},
"dependencies": {
"@koumoul/nuxt-config-inject": "^0.4.10",
"@koumoul/sd-express": "^1.1.1",
"@koumoul/sd-vue": "^1.2.1",
"@koumoul/vjsf": "^2.9.0",
"@mapbox/glyph-pbf-composite": "^0.0.3",
"@mapbox/mbtiles": "^0.12.1",
"@mapbox/sphericalmercator": "^1.2.0",
"@mapbox/tiletype": "^0.3.1",
"@maplibre/maplibre-gl-style-spec": "^14.0.2",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/i18n": "^7.2.0",
"@nuxtjs/vuetify": "^1.12.1",
"@turf/turf": "^6.5.0",
"ajv": "^8.8.2",
"axios": "^0.23.0",
"better-sqlite3": "^7.5.0",
"body-parser": "^1.19.0",
"cacheable-lookup": "^6.0.4",
"commander": "^8.3.0",
"config": "^3.3.6",
"cookie-universal-nuxt": "^2.1.5",
"dayjs": "^1.10.7",
"debug": "^4.3.2",
"event-to-promise": "^0.8.0",
"express": "^4.17.1",
"generic-pool": "^3.8.2",
"geojson-bounds": "^1.0.2",
"http-errors": "^2.0.0",
"http-proxy-middleware": "^2.0.1",
"maplibre-gl": "^1.15.2",
"maplibre-gl-inspect": "github:acalcutt/maplibre-gl-inspect",
"memoizee": "^0.4.15",
"mongodb": "^4.1.3",
"multer": "^1.4.3",
"nanoid": "^3.1.30",
"ndjson-cli": "^0.3.1",
"node-zip": "^1.1.1",
"nodemon": "^2.0.13",
"nuxt": "^2.15.8",
"original-url": "^1.2.3",
"prom-client": "^14.0.1",
"semver": "^7.3.5",
"sharp": "^0.29.2",
"sqlite3": "^5.0.2",
"unzipit": "^1.3.6",
"v-jsoneditor": "^1.4.5",
"vue-clipboard2": "^0.3.3",
"vue-template-babel-compiler": "^1.0.7",
"wkx": "^0.5.0"
},
"devDependencies": {
"@apidevtools/swagger-parser": "^10.0.3",
"@babel/eslint-parser": "^7.15.8",
"cors": "^2.8.5",
"coveralls": "^3.1.0",
"eslint": "^7.32.0",
"eslint-config-vuetify": "^0.6.1",
"eslint-plugin-no-only-tests": "^2.6.0",
"eslint-plugin-vue": "^7.19.1",
"form-data": "^4.0.0",
"killable": "^1.0.1",
"mocha": "^9.1.2",
"nyc": "^15.1.0"
}
}