- Add borderless prop passthrough to ProfileSettings - Remove section descriptions from SettingsModalWrapper sidebar - Bump @ciphera-net/ui to ^0.0.91
67 lines
1.8 KiB
JSON
67 lines
1.8 KiB
JSON
{
|
|
"name": "pulse-frontend",
|
|
"version": "0.13.0-alpha",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build --webpack",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"type-check": "tsc --noEmit",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@ciphera-net/ui": "^0.0.91",
|
|
"@ducanh2912/next-pwa": "^10.2.9",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"@simplewebauthn/browser": "^13.2.2",
|
|
"@stripe/react-stripe-js": "^5.6.0",
|
|
"@stripe/stripe-js": "^8.7.0",
|
|
"axios": "^1.13.2",
|
|
"country-flag-icons": "^1.6.4",
|
|
"d3-scale": "^4.0.2",
|
|
"framer-motion": "^12.23.26",
|
|
"html-to-image": "^1.11.13",
|
|
"i18n-iso-countries": "^7.14.0",
|
|
"iso-3166-2": "^1.0.0",
|
|
"jspdf": "^4.0.0",
|
|
"jspdf-autotable": "^5.0.7",
|
|
"next": "^16.1.1",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"react-icons": "^5.5.0",
|
|
"react-markdown": "^10.1.0",
|
|
"react-simple-maps": "^3.0.0",
|
|
"recharts": "^2.15.0",
|
|
"sonner": "^2.0.7",
|
|
"swr": "^2.3.3",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"overrides": {
|
|
"react-simple-maps": {
|
|
"react": "$react",
|
|
"react-dom": "$react-dom"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@types/d3-scale": "^4.0.9",
|
|
"@types/node": "^20.14.12",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/react-simple-maps": "^3.0.6",
|
|
"@vitejs/plugin-react": "^5.1.4",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^9.39.2",
|
|
"eslint-config-next": "^16.1.1",
|
|
"jsdom": "^28.1.0",
|
|
"postcss": "^8.4.40",
|
|
"tailwindcss": "^3.4.7",
|
|
"typescript": "5.9.3",
|
|
"vitest": "^4.0.18"
|
|
}
|
|
}
|