-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.34 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "lint:eslint && lint:prettier",
"lint:eslint": "eslint .",
"lint:prettier": "prettier . --check",
"lintfix": "eslint . --fix && prettier --write --list-different ."
},
"dependencies": {
"@emanuele-em/nuxt-swipe": "^1.0.2",
"@nuxt/fonts": "^0.7.2",
"@nuxtjs/i18n": "^8.5.5",
"@phosphor-icons/vue": "^2.2.1",
"@pinia/nuxt": "^0.5.5",
"@vite-pwa/nuxt": "^0.10.5",
"flowbite": "^2.5.2",
"leaflet.markercluster": "^1.5.3",
"maplibre-gl": "^4.7.1",
"nuxt": "^3.13.2",
"prettier-plugin-tailwindcss": "^0.6.8",
"vue": "^3.5.11",
"vue3-touch-events": "^4.2.0"
},
"devDependencies": {
"@nuxt/eslint": "^0.5.7",
"@nuxt/image": "^1.8.1",
"@nuxtjs/tailwindcss": "^6.12.1",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
}
}