mirror of
https://github.com/Discreetly/frontend.git
synced 2026-01-09 21:08:02 -05:00
checkpoint with overscroll issue
This commit is contained in:
38
package.json
38
package.json
@@ -1,17 +1,21 @@
|
||||
{
|
||||
"name": "discreetly",
|
||||
"version": "0.0.1",
|
||||
"version": "0.3.0",
|
||||
"private": true,
|
||||
"license": "GPL-3.0-or-later",
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"test": "playwright test",
|
||||
"test": "npm run test:unit && npm run test:e2e",
|
||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch --output human --threshold error",
|
||||
"lint": "prettier --plugin-search-dir . --check . && eslint .",
|
||||
"format": "prettier --plugin-search-dir . --write .",
|
||||
"prepare": "svelte-kit sync"
|
||||
"test:e2e": "playwright test",
|
||||
"test:unit": "vitest",
|
||||
"test:unit:ui": "vitest --ui --open --watch",
|
||||
"test:unit:coverage": "vitest run --coverage"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@faker-js/faker": "^8.0.2",
|
||||
@@ -22,36 +26,45 @@
|
||||
"@sveltejs/adapter-cloudflare": "^2.3.0",
|
||||
"@sveltejs/adapter-static": "^2.0.3",
|
||||
"@sveltejs/kit": "^1.25.0",
|
||||
"@sveltejs/vite-plugin-svelte": "^2.4.6",
|
||||
"@tailwindcss/forms": "^0.5.6",
|
||||
"@tailwindcss/typography": "0.5.10",
|
||||
"@testing-library/svelte": "^4.0.3",
|
||||
"@types/dompurify": "^3.0.2",
|
||||
"@types/node": "^20.6.3",
|
||||
"@types/qrcode": "^1.5.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.45.0",
|
||||
"@typescript-eslint/parser": "^5.45.0",
|
||||
"@vitest/ui": "^0.34.6",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"eslint": "^8.28.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-svelte": "^2.30.0",
|
||||
"eslint": "^8.28.0",
|
||||
"jsdom": "^22.1.0",
|
||||
"lightningcss": "^1.21.7",
|
||||
"postcss": "^8.4.24",
|
||||
"postcss-load-config": "^4.0.1",
|
||||
"prettier": "^2.8.0",
|
||||
"postcss": "^8.4.24",
|
||||
"prettier-plugin-svelte": "^2.10.1",
|
||||
"rollup-plugin-sizes": "^1.0.5",
|
||||
"svelte": "^4.0.5",
|
||||
"prettier": "^2.8.0",
|
||||
"svelte-check": "^3.4.5",
|
||||
"svelte-kit": "^1.2.0",
|
||||
"svelte": "^4.0.5",
|
||||
"tailwindcss": "^3.3.2",
|
||||
"terser": "^5.19.2",
|
||||
"tslib": "^2.4.1",
|
||||
"typescript": "^5.0.0",
|
||||
"vite": "^4.3.6"
|
||||
"vite-plugin-tailwind-purgecss": "0.1.3",
|
||||
"vite": "^4.4.11",
|
||||
"vitest": "0.32.2"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@ethersproject/bytes": "^5.7.0",
|
||||
"@ethersproject/keccak256": "^5.7.0",
|
||||
"@ethersproject/strings": "^5.7.0",
|
||||
"@floating-ui/dom": "1.5.3",
|
||||
"@personaelabs/spartan-ecdsa": "^2.3.0",
|
||||
"@rainbow-me/rainbowkit": "^1.1.1",
|
||||
"@semaphore-protocol/group": "^3.10.1",
|
||||
"@semaphore-protocol/identity": "^3.10.1",
|
||||
"autolinker": "^4.0.0",
|
||||
@@ -65,6 +78,7 @@
|
||||
"qr-scanner": "^1.4.2",
|
||||
"qrcode": "^1.5.3",
|
||||
"socket.io-client": "^4.7.1",
|
||||
"svelte-material-icons": "^3.0.5"
|
||||
"svelte-material-icons": "^3.0.5",
|
||||
"wagmi": "^1.4.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user