{ "name": "orgtree", "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc && vite build", "preview": "vite preview", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", "type-check": "vue-tsc --build --force" }, "dependencies": { "@vue-flow/background": "^1.3.2", "@vue-flow/controls": "^1.1.3", "@vue-flow/core": "^1.46.0", "pinia": "^2.1.7", "vue": "^3.4.0", "vue-router": "^4.2.5" }, "devDependencies": { "@rushstack/eslint-patch": "^1.3.3", "@tsconfig/node20": "^20.1.4", "@types/node": "^20.5.9", "@vitejs/plugin-vue": "^4.4.0", "@vue/eslint-config-typescript": "^12.0.0", "@vue/tsconfig": "^0.4.0", "autoprefixer": "^10.4.21", "eslint": "^8.49.0", "eslint-plugin-vue": "^9.17.0", "postcss": "^8.5.6", "tailwindcss": "^3.4.17", "typescript": "~5.2.0", "vite": "^4.4.11", "vue-tsc": "^1.8.19" } }