49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "new-canvas",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview --host"
|
|
},
|
|
"dependencies": {
|
|
"@primevue/forms": "^4.2.5",
|
|
"@primevue/themes": "^4.2.5",
|
|
"@vueuse/core": "^12.7.0",
|
|
"@vueuse/integrations": "^12.7.0",
|
|
"@vueuse/motion": "^2.2.6",
|
|
"async-validator": "^4.2.5",
|
|
"axios": "^1.7.9",
|
|
"color": "^5.0.0",
|
|
"fs": "^0.0.1-security",
|
|
"js-cookie": "^3.0.5",
|
|
"ol": "^10.4.0",
|
|
"ol-contextmenu": "^5.5.0",
|
|
"ol-ext": "^4.0.27",
|
|
"pinia": "^3.0.1",
|
|
"primeicons": "^7.0.0",
|
|
"primevue": "^4.2.5",
|
|
"vue-router": "^4.5.0",
|
|
"vue3-openlayers": "^11.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@vite-pwa/assets-generator": "^0.2.6",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vue/compiler-sfc": "^3.5.13",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"typescript": "~5.7.2",
|
|
"vite": "^6.0.11",
|
|
"vite-plugin-pwa": "^0.21.1",
|
|
"vue": "^3.5.13",
|
|
"vue-tsc": "^2.2.0",
|
|
"workbox-window": "^7.3.0"
|
|
},
|
|
"overrides": {
|
|
"sharp": "0.32.6",
|
|
"sharp-ico": "0.1.5"
|
|
}
|
|
}
|