2026-03-12 15:49:37 +04:00

82 lines
2.2 KiB
JSON

{
"name": "sing-app-vue",
"version": "6.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"start": "vite",
"start:backend": "cross-env VITE_BACKEND=true vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui",
"node": "node server.js"
},
"dependencies": {
"@amcharts/amcharts4": "^4.10.39",
"@amcharts/amcharts4-geodata": "^4.1.28",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/timegrid": "^6.1.15",
"@fullcalendar/vue3": "^6.1.15",
"@popperjs/core": "^2.11.8",
"@tanstack/vue-table": "^8.20.6",
"@tiptap/starter-kit": "^2.11.5",
"@tiptap/vue-3": "^2.11.5",
"@vuepic/vue-datepicker": "^12.1.0",
"animate.css": "^4.1.1",
"apexcharts": "^4.3.0",
"awesome-bootstrap-checkbox": "^2.0.1",
"axios": "^1.7.9",
"bootstrap": "^5.3.3",
"chroma-js": "^3.1.2",
"cross-env": "^7.0.3",
"date-fns": "^4.1.0",
"driver.js": "^1.4.0",
"echarts": "^5.5.1",
"font-awesome": "^4.7.0",
"glyphicons-halflings": "^1.9.1",
"highcharts": "^11.4.0",
"highcharts-vue": "^2.0.1",
"line-awesome": "^1.3.0",
"maska": "^3.0.4",
"md-editor-v3": "^5.0.2",
"photoswipe": "^5.4.4",
"pinia": "^2.3.0",
"skycons": "^1.0.0",
"swiper": "^11.1.15",
"v-calendar": "^3.1.2",
"vue": "^3.5.13",
"vue-countup-v3": "^1.4.2",
"vue-echarts": "^7.0.3",
"vue-router": "^4.5.0",
"vue-toastification": "^2.0.0-rc.5",
"vue3-apexcharts": "^1.8.0",
"vue3-google-map": "^0.21.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "3.2.4",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.17.0",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.14.0",
"happy-dom": "^15.11.7",
"sass": "^1.83.1",
"terser": "^5.37.0",
"vite": "^6.0.7",
"vite-svg-loader": "^5.1.0",
"vitest": "^3.0.2"
},
"engines": {
"node": ">=20"
}
}