-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.15 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 2.15 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
{
"name": "mapswipe-web",
"version": "0.3.2",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"build-ghpages-dev": "vite build --base=/dev/ --mode development --outDir=docs/dist/dev",
"build-ghpages-prod": "vite build --outDir=docs/dist/prod",
"preview": "vite preview",
"test:unit": "vitest",
"test:e2e": "playwright test",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@intlify/unplugin-vue-i18n": "^6.0.8",
"@panoramax/web-viewer": "^4.1.0",
"@togglecorp/fujs": "^2.2.0",
"@turf/bbox": "^7.2.0",
"base-64": "^1.0.0",
"firebase": "^11.8.1",
"mapillary-js": "^4.1.2",
"maplibre-gl": "^5.6.1",
"ol": "^10.5.0",
"ol-contextmenu": "^5.5.0",
"ol-ext": "^4.0.31",
"pako": "^2.1.0",
"pinia": "^2.1.6",
"tinycolor2": "^1.6.0",
"vue": "^3.5.15",
"vue-i18n": "^11.1.10",
"vue-markdown-render": "^2.1.1",
"vue-router": "^4.2.4",
"vue3-openlayers": "^11.6.1",
"vue3-shortkey": "^4.0.0",
"vuefire": "^3.1.23",
"vuetify": "^3.3.16"
},
"devDependencies": {
"@mdi/font": "^7.4.47",
"@playwright/test": "^1.38.0",
"@rushstack/eslint-patch": "^1.3.3",
"@togglecorp/vite-plugin-validate-env": "^2.2.1",
"@tsconfig/node18": "^18.2.2",
"@types/base-64": "^1.0.2",
"@types/jsdom": "^21.1.2",
"@types/node": "^18.17.15",
"@types/pako": "^2.0.3",
"@vitejs/plugin-vue": "^5.2.4",
"@vitejs/plugin-vue-jsx": "^4.2.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.1",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"typescript": "~5.1.6",
"vite": "^6.3.5",
"vitest": "^3.1.4",
"vue-i18n-extract": "^2.0.7",
"vue-tsc": "^2.2.10"
}
}