ledgerone_frontend/package.json
2026-03-18 13:02:58 -07:00

35 lines
866 B
JSON

{
"name": "ledgerone-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3052",
"build": "next build",
"start": "next start -p 3052",
"lint": "next lint",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:headed": "playwright test --headed"
},
"dependencies": {
"clsx": "^2.1.1",
"framer-motion": "^12.29.2",
"next": "^14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-plaid-link": "^3.5.2",
"recharts": "^3.7.0",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@types/node": "^20.11.20",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.10",
"typescript": "^5.3.3"
}
}