-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.29 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.29 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
{
"name": "mapy",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.ts,.tsx --fix --ignore-path .gitignore"
},
"repository": {
"type": "git",
"url": "https://github.com/adamsochorec/mapy"
},
"keywords": [
"vue",
"nodejs",
"javascript",
"vite",
"primevue",
"typescript",
"gpx"
],
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"leaflet": "^1.9.4",
"leaflet-polylinedecorator": "^1.6.0",
"leaflet.markercluster": "^1.5.3",
"lodash": "^4.17.23",
"primeicons": "^7.0.0",
"primevue": "^4.2.5",
"swiper": "^12.1.2",
"vue": "^3.5.13",
"vue-country-flag-next": "^2.3.2"
},
"devDependencies": {
"@primeuix/themes": "^1.0.0-rc.1",
"@primevue/auto-import-resolver": "^4.2.5",
"@primevue/themes": "^4.2.5",
"@types/leaflet": "^1.9.16",
"@types/node": "^22.13.5",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"tailwindcss": "^4.0.0",
"typescript": "~5.7.2",
"unplugin-vue-components": "^28.4.0",
"vite": "^6.3.6",
"vue-tsc": "^2.2.0"
}
}