Capital/package.json

41 lines
993 B
JSON
Raw Normal View History

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-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",
"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",
"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"
}
}