{ "name": "OnchainPay", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc -b && vite build", "build:test": "vue-tsc -b && vite build --mode test", "preview": "vite preview" }, "dependencies": { "axios": "^1.14.0", "crypto-js": "^4.2.0", "naive-ui": "^2.44.1", "pinia": "^3.0.4", "vue": "^3.5.30", "vue-i18n": "^9.14.5", "vue-router": "^4.6.4" }, "devDependencies": { "@types/crypto-js": "^4.2.2", "@types/node": "^24.12.0", "@vitejs/plugin-vue": "^6.0.5", "@vue/tsconfig": "^0.9.0", "typescript": "~5.9.3", "unplugin-auto-import": "^21.0.0", "unplugin-vue-components": "^32.0.0", "vite": "^8.0.1", "vue-tsc": "^3.2.5" } }