2025-01-01 12:10:22 +00:00
|
|
|
{
|
|
|
|
"name": "capital",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev --turbopack",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2025-01-03 14:23:45 +00:00
|
|
|
"@emotion/cache": "^11.14.0",
|
2025-01-01 12:10:22 +00:00
|
|
|
"@emotion/react": "^11.14.0",
|
2025-01-03 14:23:45 +00:00
|
|
|
"@emotion/server": "^11.11.0",
|
2025-01-01 12:10:22 +00:00
|
|
|
"@emotion/styled": "^11.14.0",
|
|
|
|
"@mui/icons-material": "^6.3.0",
|
|
|
|
"@mui/material": "^6.3.0",
|
2025-01-03 14:23:45 +00:00
|
|
|
"@mui/material-nextjs": "^6.3.1",
|
2025-01-02 14:40:56 +00:00
|
|
|
"@mui/x-charts": "^7.23.2",
|
2025-01-03 16:37:26 +00:00
|
|
|
"@tailwindcss/typography": "^0.5.15",
|
2025-01-04 10:40:16 +00:00
|
|
|
"@vercel/speed-insights": "^1.1.0",
|
2025-01-04 09:04:48 +00:00
|
|
|
"animate.css": "^4.1.1",
|
2025-01-01 14:44:35 +00:00
|
|
|
"axios": "^1.7.9",
|
|
|
|
"axios-case-converter": "^1.1.1",
|
|
|
|
"cookies-next": "^5.0.2",
|
2025-01-01 12:10:22 +00:00
|
|
|
"next": "15.1.3",
|
2025-01-04 10:44:15 +00:00
|
|
|
"next-nprogress-bar": "^2.4.3",
|
2025-01-01 12:10:22 +00:00
|
|
|
"react": "^19.0.0",
|
2025-01-01 14:44:35 +00:00
|
|
|
"react-dom": "^19.0.0",
|
2025-01-01 15:05:19 +00:00
|
|
|
"react-hook-form": "^7.54.2",
|
2025-01-03 16:37:26 +00:00
|
|
|
"rehype-sanitize": "^6.0.0",
|
|
|
|
"rehype-stringify": "^10.0.1",
|
2025-01-04 04:48:34 +00:00
|
|
|
"remark-breaks": "^4.0.0",
|
2025-01-03 16:37:26 +00:00
|
|
|
"remark-parse": "^11.0.0",
|
|
|
|
"remark-rehype": "^11.1.1",
|
|
|
|
"unified": "^11.0.5",
|
2025-01-01 15:05:19 +00:00
|
|
|
"zustand": "^5.0.2"
|
2025-01-01 12:10:22 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"typescript": "^5",
|
|
|
|
"@types/node": "^20",
|
|
|
|
"@types/react": "^19",
|
|
|
|
"@types/react-dom": "^19",
|
|
|
|
"postcss": "^8",
|
|
|
|
"tailwindcss": "^3.4.1",
|
|
|
|
"eslint": "^9",
|
|
|
|
"eslint-config-next": "15.1.3",
|
|
|
|
"@eslint/eslintrc": "^3"
|
2025-01-04 10:40:16 +00:00
|
|
|
},
|
|
|
|
"trustedDependencies": [
|
|
|
|
"@vercel/speed-insights"
|
|
|
|
]
|
2025-01-01 12:10:22 +00:00
|
|
|
}
|