-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.19 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.19 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
{
"name": "odysseyfrontiers",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"axios": "^1.7.1",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"chart.js": "^4.4.3",
"date-fns": "^3.6.0",
"exif-js": "^2.3.0",
"glightbox": "^3.3.0",
"isotope": "^1.0.0-alpha.3",
"isotope-layout": "^3.0.6",
"jwt-decode": "^4.0.0",
"lightbox": "^0.5.0",
"pinia": "^2.1.7",
"swiper": "^11.1.3",
"unplugin-auto-import": "^0.17.6",
"vue": "^3.4.21",
"vue-chartjs": "^5.3.1",
"vue-draggable-next": "^2.2.1",
"vue-easy-lightbox": "^1.19.0",
"vue-mq": "^1.0.1",
"vue-router": "^4.3.0",
"vue3-google-map": "^0.20.0",
"vuedraggable": "^4.1.0",
"vueisotope": "^3.1.2"
},
"devDependencies": {
"@types/isotope-layout": "^3.0.13",
"@vitejs/plugin-vue": "^5.0.4",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"vite": "^5.2.8",
"vite-plugin-vue-devtools": "^7.0.25"
}
}