31 lines
693 B
JSON
Executable File
31 lines
693 B
JSON
Executable File
{
|
|
"name": "ipwatch-frontend",
|
|
"version": "1.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@mdi/font": "^7.4.47",
|
|
"@vue-flow/background": "^1.3.0",
|
|
"@vue-flow/controls": "^1.1.0",
|
|
"@vue-flow/core": "^1.41.0",
|
|
"@vue-flow/minimap": "^1.5.0",
|
|
"@vue-flow/node-resizer": "^1.4.0",
|
|
"axios": "^1.6.5",
|
|
"pinia": "^2.1.7",
|
|
"vue": "^3.4.15",
|
|
"vue-router": "^4.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.0.3",
|
|
"autoprefixer": "^10.4.17",
|
|
"postcss": "^8.4.33",
|
|
"tailwindcss": "^3.4.1",
|
|
"vite": "^5.0.11"
|
|
}
|
|
}
|