-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.06 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.06 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
{
"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",
"typecheck": "nuxt typecheck",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test"
},
"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.58.0",
"@sindresorhus/slugify": "^3.0.0",
"@tiptap/extension-image": "^3.26.1",
"@tiptap/extension-link": "^3.26.1",
"@tiptap/extension-table": "^3.26.1",
"@tiptap/extension-table-cell": "^3.26.1",
"@tiptap/extension-table-header": "^3.26.1",
"@tiptap/extension-table-row": "^3.26.1",
"@tiptap/pm": "^3.26.1",
"@tiptap/starter-kit": "^3.26.1",
"@tiptap/vue-3": "^3.26.1",
"@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",
"dompurify": "^3.4.11",
"maplibre-gl": "^5.10.0",
"nuxt": "^4.4.8",
"papaparse": "^5.5.1",
"qrcode": "^1.5.4",
"v-viewer": "^3.0.23",
"vue": "^3.5.34",
"vue-qrcode": "^2.2.2",
"vue-router": "^5.1.0",
"vue3-toastify": "^0.2.8"
},
"devDependencies": {
"@nuxt/eslint": "^1.12.1",
"@nuxt/test-utils": "^4.0.3",
"@nuxtjs/google-fonts": "^3.2.0",
"@playwright/test": "^1.61.0",
"@types/bootstrap": "^5.2.10",
"@types/dompurify": "^3.0.5",
"@types/geojson": "^7946.0.16",
"@types/papaparse": "^5.5.2",
"@vue/test-utils": "^2.4.11",
"eslint": "^9.39.2",
"eslint-plugin-vue": "^10.6.2",
"happy-dom": "^20.10.4",
"msw": "^2.14.6",
"sass": "1.77.6",
"sass-loader": "^14.1.0",
"typescript": "^6.0.3",
"vitest": "^4.1.9",
"vue-component-type-helpers": "^3.2.4",
"vue-tsc": "^3.3.5"
}
}