{ "name": "p2pix-front-end", "version": "0.1.0", "scripts": { "start": "vite --host=0.0.0.0 --port 3000", "build": "run-p type-check build-only", "preview": "vite preview", "test": "vitest", "serve": "vue-cli-service serve", "coverage": "vitest run --coverage", "build-only": "vite build", "type-check": "vue-tsc --skipLibCheck --noEmit", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore", "lint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" }, "dependencies": { "@floating-ui/vue": "^0.2.1", "@headlessui/vue": "^1.7.3", "@heroicons/vue": "^2.0.12", "@vueuse/core": "^9.12.0", "@web3-onboard/injected-wallets": "^2.11.2", "@web3-onboard/vue": "^2.9.0", "alchemy-sdk": "^2.3.0", "axios": "^1.2.1", "crc": "^3.8.0", "ethers": "^6.13.4", "marked": "^4.2.12", "pinia": "^2.0.23", "qrcode": "^1.5.1", "viem": "2.x", "vite-svg-loader": "^5.1.0", "vue": "^3.2.41", "vue-markdown": "^2.2.4", "vue-router": "^4.1.5" }, "devDependencies": { "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", "@pinia/testing": "^0.0.14", "@rushstack/eslint-patch": "^1.1.4", "@types/crc": "^3.8.0", "@types/jest": "^27.0.0", "@types/marked": "^4.0.8", "@types/node": "^16.11.68", "@types/qrcode": "^1.5.0", "@types/vue-markdown": "^2.2.1", "@vitejs/plugin-vue": "^3.1.2", "@vitejs/plugin-vue-jsx": "^2.0.1", "@vitest/coverage-c8": "^0.28.2", "@vue/eslint-config-prettier": "^7.0.0", "@vue/eslint-config-typescript": "^11.0.0", "@vue/test-utils": "^2.2.7", "@vue/tsconfig": "^0.1.3", "autoprefixer": "^10.4.12", "eslint": "^8.22.0", "eslint-plugin-vue": "^9.3.0", "jsdom": "^21.1.0", "npm-run-all": "^4.1.5", "postcss": "^8.4.18", "prettier": "^2.7.1", "tailwindcss": "^3.2.1", "typescript": "~4.7.4", "vite": "^3.1.8", "vitest": "^0.28.1", "vue-tsc": "^1.0.8" } }