Files

61 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2022-10-24 15:33:24 -03:00
{
"name": "p2pix-front-end",
2026-01-22 11:08:18 -03:00
"version": "1.2.0",
2026-05-04 19:49:15 -03:00
"type": "module",
2022-10-24 15:33:24 -03:00
"scripts": {
"start": "vite --host=0.0.0.0 --port 3000",
2026-05-04 19:49:15 -03:00
"build": "bun run type-check && bun run build-only",
2022-10-24 15:33:24 -03:00
"build-only": "vite build",
"preview": "vite preview",
2024-11-11 11:06:52 -03:00
"type-check": "vue-tsc --skipLibCheck --noEmit",
"lint": "eslint",
"lint:fix": "eslint --fix",
2026-05-04 19:49:15 -03:00
"format": "prettier --write \"src/**/*.{ts,vue,json}\"",
"format:check": "prettier --check \"src/**/*.{ts,vue,json}\"",
2026-05-30 17:40:47 +00:00
"wagmi:gen": "wagmi generate",
"test": "vitest run --passWithNoTests",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
2022-10-24 15:33:24 -03:00
},
"dependencies": {
2026-05-04 19:49:15 -03:00
"@floating-ui/vue": "^1.1.11",
"@vueuse/core": "^14.3.0",
"@web3-onboard/injected-wallets": "^2.11.3",
"@web3-onboard/vue": "^2.10.0",
2026-05-04 19:49:15 -03:00
"marked": "^18.0.3",
"qrcode": "^1.5.4",
"viem": "^2.48.8",
"vite-svg-loader": "^5.1.1",
"vue": "^3.5.33",
"vue-router": "^5.0.6"
2022-10-24 15:33:24 -03:00
},
"devDependencies": {
2026-05-04 19:49:15 -03:00
"@playwright/test": "^1.59.1",
"@tailwindcss/vite": "^4.2.4",
"@types/node": "^25.6.0",
"@types/qrcode": "^1.5.6",
"@vitejs/plugin-vue": "^6.0.6",
"@vitejs/plugin-vue-jsx": "^5.1.5",
"@vitest/coverage-v8": "^4.1.5",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.7.0",
"@vue/tsconfig": "^0.9.1",
"@wagmi/cli": "^2.10.0",
"autoprefixer": "^10.5.0",
"eslint": "^10.3.0",
"eslint-plugin-vue": "^10.9.0",
"happy-dom": "^20.9.0",
"postcss": "^8.5.8",
"prettier": "^3.5.3",
"tailwindcss": "^4.2.4",
"typescript": "^6.0.3",
"vite": "^8.0.10",
"vitest": "^4.1.5",
"vue-tsc": "^3.2.7"
},
"trustedDependencies": [
"esbuild",
"vue-demi"
]
2022-10-24 15:33:24 -03:00
}