cycles-quartz/examples/transfers/frontend/package.json
Daniel Gushchyan 14a6913632
refactor: refactor repo as standard rust monorepo (#222)
Co-authored-by: hu55a1n1 <sufialhussaini@gmail.com>
2024-09-30 23:33:22 +04:00

51 lines
1.3 KiB
JSON

{
"name": "transfers-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "playwright test",
"test:ui": "playwright test --ui",
"prepare": "npx playwright install chromium"
},
"dependencies": {
"eciesjs": "^0.4.7",
"graz": "^0.1.19",
"lodash": "^4.17.21",
"next": "14.2.7",
"notistack": "3.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwind-merge": "^2.3.0",
"zustand": "4.5.4"
},
"devDependencies": {
"@keplr-wallet/types": "0.12.103",
"@playwright/test": "^1.46.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/lodash": "^4.17.5",
"@types/node": "^20",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@types/unzipper": "^0.10.10",
"dotenv": "16.4.5",
"eslint": "^8",
"eslint-config-next": "^14.2.7",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-tailwindcss": "^3.17.4",
"pino-pretty": "^11.2.2",
"postcss": "^8",
"prettier": "^3.3.2",
"tailwindcss": "^3.4.4",
"tiny-invariant": "^1.3.3",
"typescript": "^5",
"unzipper": "^0.12.3"
}
}