{ "name": "modtool", "version": "0.0.0", "private": true, "scripts": { "dev": "vite", "build": "run-p type-check build-only", "preview": "vite preview", "build-only": "vite build", "type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" }, "dependencies": { "@guolao/vue-monaco-editor": "^1.3.0", "bootstrap": "^5.3.2", "fast-xml-parser": "^4.3.1", "jszip": "^3.10.1", "pinia": "^2.1.6", "vue": "^3.3.4", "yaml": "^2.3.2" }, "devDependencies": { "@rushstack/eslint-patch": "^1.4.0", "@tsconfig/node18": "^18.2.2", "@types/node": "^20.6.5", "@vitejs/plugin-vue": "^4.3.4", "@vue/eslint-config-typescript": "^12.0.0", "@vue/tsconfig": "^0.4.0", "eslint": "^8.50.0", "eslint-plugin-vue": "^9.17.0", "npm-run-all": "^4.1.5", "typescript": "~5.2.2", "vite": "^4.4.9", "vue-tsc": "^1.8.13" } }