-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.18 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.18 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
{
"name": "workspaces",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@bootstrap-vue-next/nuxt": "^0.43.1",
"@osmcha/maplibre-adiff-viewer": "^1.3.1",
"@osmcha/osmchange-parser": "^1.0.0",
"@sentry/integrations": "^7.114.0",
"@sentry/nuxt": "^10.31.0",
"@sindresorhus/slugify": "^3.0.0",
"@zip.js/zip.js": "^2.7.41",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"bootstrap": "^5.3.3",
"bootstrap-vue-next": "^0.43.1",
"dayjs": "^1.11.19",
"maplibre-gl": "^5.10.0",
"nuxt": "^4.0.0",
"papaparse": "^5.5.1",
"vue": "^3.4.19",
"vue-qrcode": "^2.2.2",
"vue-router": "^4.2.5",
"vue3-toastify": "^0.2.8"
},
"devDependencies": {
"@nuxt/eslint": "^1.12.1",
"@types/bootstrap": "^5.2.10",
"@types/geojson": "^7946.0.16",
"eslint": "^9.39.2",
"eslint-plugin-vue": "^10.6.2",
"sass": "1.77.6",
"sass-loader": "^14.1.0",
"vue-component-type-helpers": "^3.2.4"
}
}