cycles-quartz/apps/transfers/frontend/package.json

50 lines
1.2 KiB
JSON
Raw Normal View History

2024-07-10 19:11:07 +00:00
{
"name": "transfers-fe",
2024-07-10 19:11:07 +00:00
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
2024-08-28 08:07:41 +00:00
"test": "playwright test",
"test:ui": "playwright test --ui"
2024-07-10 19:11:07 +00:00
},
"dependencies": {
"eciesjs": "^0.4.7",
"graz": "^0.1.19",
2024-07-10 19:11:07 +00:00
"lodash": "^4.17.21",
"next": "14.2.7",
"notistack": "3.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
2024-07-10 19:11:07 +00:00
"tailwind-merge": "^2.3.0",
"zustand": "4.5.4"
2024-07-10 19:11:07 +00:00
},
"devDependencies": {
"@keplr-wallet/types": "0.12.103",
2024-08-28 08:07:41 +00:00
"@playwright/test": "^1.46.1",
2024-07-10 19:11:07 +00:00
"@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",
2024-08-28 08:07:41 +00:00
"@types/unzipper": "^0.10.10",
"dotenv": "16.4.5",
2024-07-10 19:11:07 +00:00
"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",
2024-07-10 19:11:07 +00:00
"postcss": "^8",
"prettier": "^3.3.2",
"tailwindcss": "^3.4.4",
"tiny-invariant": "^1.3.3",
2024-08-28 08:07:41 +00:00
"typescript": "^5",
"unzipper": "^0.12.3"
2024-07-10 19:11:07 +00:00
}
}