-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.09 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
64
65
66
67
68
{
"name": "tl-",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"prepare": "husky",
"test": "vitest run",
"test:watch": "vitest watch",
"coverage": "vitest run --coverage",
"lint": "yarn lint:eslint && yarn lint:prettier",
"lint:eslint": "eslint .",
"lint:prettier": "prettier . --check",
"lintfix": "eslint . --fix && prettier --write --list-different ."
},
"dependencies": {
"@geoman-io/maplibre-geoman-free": "^0.2.7",
"@maptiler/sdk": "2.2.2",
"@nuxt/icon": "^1.0.0",
"@nuxt/image": "^1.7.0",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/sitemap": "^5.3.4",
"@pinia/nuxt": "^0.5.1",
"@turf/turf": "^7.1.0",
"@vueuse/motion": "^2.2.3",
"nuxt": "^3.12.2",
"nuxt-svgo": "^4.0.2",
"pinia": "^2.1.7",
"vue": "^3.4.29",
"vue-router": "^4.3.3",
"vue3-lottie": "^3.3.0",
"vuetify-nuxt-module": "^0.15.1"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@iconify/json": "^2.2.228",
"@mdi/js": "^7.4.47",
"@nuxt/eslint": "^0.3.13",
"@nuxt/test-utils": "^3.13.1",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"@types/mapbox__mapbox-gl-draw": "^1.4.8",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.19",
"eslint": "^9.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"happy-dom": "^14.12.3",
"husky": "^9.0.11",
"jsdom": "^24.1.0",
"playwright-core": "^1.45.2",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"sass": "^1.77.8",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.2",
"vite-plugin-vuetify": "^2.0.3",
"vitest": "^2.0.3",
"vuetify": "^3.6.12"
}
}