mirror of
https://github.com/status-im/status-web.git
synced 2026-08-31 06:11:10 +00:00
163 lines
5.0 KiB
JSON
163 lines
5.0 KiB
JSON
{
|
|
"name": "@status-im/wallet",
|
|
"version": "0.1.2",
|
|
"license": "MPL-2.0",
|
|
"private": true,
|
|
"sideEffects": [
|
|
"*.css"
|
|
],
|
|
"main": "./dist/src/index.cjs.js",
|
|
"module": "./dist/src/index.es.js",
|
|
"types": "./dist/src/index.d.ts",
|
|
"source": "./src/index.tsx",
|
|
"exports": {
|
|
"./tailwind.config": {
|
|
"types": "./dist/tailwind.config.d.ts",
|
|
"import": "./dist/tailwind.config.es.js",
|
|
"require": "./dist/tailwind.config.cjs.js"
|
|
},
|
|
"./package.json": "./package.json",
|
|
"./data": {
|
|
"types": "./dist/src/data/index.d.ts",
|
|
"import": "./dist/data/index.es.js",
|
|
"require": "./dist/data/index.cjs.js"
|
|
},
|
|
"./components": {
|
|
"types": "./dist/src/components/index.d.ts",
|
|
"import": "./dist/components/index.es.js",
|
|
"require": "./dist/components/index.cjs.js"
|
|
},
|
|
"./hooks": {
|
|
"types": "./dist/src/hooks/index.d.ts",
|
|
"import": "./dist/hooks/index.es.js",
|
|
"require": "./dist/hooks/index.cjs.js"
|
|
},
|
|
"./constants": {
|
|
"types": "./dist/src/constants/index.d.ts",
|
|
"import": "./dist/constants/index.es.js",
|
|
"require": "./dist/constants/index.cjs.js"
|
|
},
|
|
"./utils": {
|
|
"types": "./dist/src/utils/index.d.ts",
|
|
"import": "./dist/utils/index.es.js",
|
|
"require": "./dist/utils/index.cjs.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"engines": {
|
|
"node": ">=18.18.0"
|
|
},
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm",
|
|
"test": "vitest run",
|
|
"dev": "vite build --watch --mode development",
|
|
"build": "vite build && pnpm build:types",
|
|
"build:types": "tsc --noEmit false --emitDeclarationOnly",
|
|
"typecheck": "tsc",
|
|
"env:check": "node -r dotenv/config ./src/config/env.server.mjs dotenv_config_path=./.env && :",
|
|
"lint": "eslint src",
|
|
"format": "prettier --write .",
|
|
"sync:cloudinary": "DOTENV_CONFIG_PATH='.env.local' node -r dotenv/config scripts/generate-cloudinary-type.mjs && prettier -w 'src/components/image/types.ts'",
|
|
"sync:tokens:erc20": "DOTENV_CONFIG_PATH='.env.local' node -r dotenv/config scripts/generate-erc20-token-list.mjs && prettier -w 'src/constants/erc20.json'",
|
|
"clean": "rimraf node_modules dist .turbo",
|
|
"prepack": "pnpm build"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^3.3.4",
|
|
"@radix-ui/react-accordion": "^1.2.0",
|
|
"@radix-ui/react-alert-dialog": "^1.1.1",
|
|
"@radix-ui/react-checkbox": "^1.1.1",
|
|
"@radix-ui/react-dialog": "^1.1.1",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
|
"@radix-ui/react-popover": "^1.1.1",
|
|
"@radix-ui/react-switch": "^1.1.0",
|
|
"@radix-ui/react-tabs": "^1.1.0",
|
|
"@radix-ui/react-toast": "^1.2.1",
|
|
"@radix-ui/react-toggle-group": "^1.1.0",
|
|
"@radix-ui/react-tooltip": "^1.1.2",
|
|
"@react-spring/web": "^9.7.5",
|
|
"@scure/bip39": "^1.2.0",
|
|
"@status-im/colors": "workspace:*",
|
|
"@status-im/components": "workspace:*",
|
|
"@status-im/icons": "workspace:*",
|
|
"@trpc/react-query": "10.45.2",
|
|
"@trpc/server": "10.45.2",
|
|
"@types/async-retry": "^1.4.9",
|
|
"@visx/curve": "^3.0.0",
|
|
"@visx/event": "^3.0.0",
|
|
"@visx/glyph": "^3.0.0",
|
|
"@visx/gradient": "^3.0.0",
|
|
"@visx/group": "^3.0.0",
|
|
"@visx/responsive": "^3.0.0",
|
|
"@visx/scale": "^3.0.0",
|
|
"@visx/shape": "^3.0.0",
|
|
"@visx/tooltip": "^3.0.0",
|
|
"@zxcvbn-ts/core": "^3.0.4",
|
|
"async-retry": "^1.3.3",
|
|
"class-variance-authority": "^0.7.1",
|
|
"cva": "^1.0.0-beta.1",
|
|
"d3-array": "^3.2.3",
|
|
"d3-scale": "^4.0.2",
|
|
"d3-time-format": "^4.1.0",
|
|
"date-fns": "^2.30.0",
|
|
"ethers": "^6.15.0",
|
|
"next": "15.5.16",
|
|
"@qrkit/core": "^0.6.0",
|
|
"@qrkit/react": "^0.5.0",
|
|
"qrcode.react": "^3.1.0",
|
|
"react-aria-components": "^1.3.3",
|
|
"react-day-picker": "^8.7.1",
|
|
"react-swipeable": "^7.0.1",
|
|
"superjson": "^2.2.1",
|
|
"ts-pattern": "^5.3.1",
|
|
"zod": "3.25.76",
|
|
"zustand": "^4.3.7"
|
|
},
|
|
"devDependencies": {
|
|
"@hookform/devtools": "^4.3.1",
|
|
"react-hook-form": "^7.45.1",
|
|
"@status-im/eslint-config": "workspace:*",
|
|
"@types/d3-array": "^3.0.4",
|
|
"@types/d3-scale": "^4.0.8",
|
|
"@types/d3-time-format": "^4.0.0",
|
|
"@types/react": "^19.1.0",
|
|
"@types/react-dom": "^19.1.1",
|
|
"@vitejs/plugin-react-swc": "^3.7.0",
|
|
"autoprefixer": "^10.4.16",
|
|
"dotenv": "^16.4.5",
|
|
"eslint-plugin-tailwindcss": "^3.17.4",
|
|
"ethereum-cryptography": "^3.0.0",
|
|
"globals": "^15.12.0",
|
|
"postcss": "^8.4.33",
|
|
"prettier-plugin-tailwindcss": "^0.6.6",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"rollup-plugin-preserve-directives": "^0.4.0",
|
|
"tailwind-scrollbar-utilities": "^0.2.0",
|
|
"tailwindcss": "^3.4.11",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"tailwindcss-react-aria-components": "^1.1.5",
|
|
"vite": "6.2.5"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"lint-staged": {
|
|
"{.env,src/config/env.server.mjs}": [
|
|
"pnpm env:check"
|
|
],
|
|
"*.{ts,tsx,js,jsx,mjs}": [
|
|
"eslint",
|
|
"prettier --write"
|
|
],
|
|
"*.{md,mdx,yml,yaml,json}": [
|
|
"prettier --write"
|
|
]
|
|
}
|
|
}
|