Capital/package.json

48 lines
1.1 KiB
JSON
Raw Normal View History

2024-01-20 15:19:15 +00:00
{
"name": "capital",
2024-02-24 06:16:57 +00:00
"version": "0.1.0",
"private": true,
2024-01-20 15:19:15 +00:00
"scripts": {
2024-02-24 06:16:57 +00:00
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
2024-01-20 15:19:15 +00:00
},
"dependencies": {
2024-02-24 06:16:57 +00:00
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
2024-02-24 09:33:35 +00:00
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
2024-02-24 06:16:57 +00:00
"@mui/icons-material": "^5.15.10",
"@mui/material": "^5.15.10",
"@mui/material-nextjs": "^5.15.11",
2024-02-24 09:33:35 +00:00
"@next/mdx": "^14.1.0",
"@types/mdx": "^2.0.11",
"gray-matter": "^4.0.3",
2024-02-24 06:16:57 +00:00
"next": "14.1.0",
"react": "^18",
2024-02-24 10:29:29 +00:00
"react-dom": "^18",
2024-02-24 10:54:47 +00:00
"react-markdown": "^9.0.1",
"rss": "^1.2.2"
2024-01-20 15:19:15 +00:00
},
"devDependencies": {
2024-02-24 09:33:35 +00:00
"@tailwindcss/typography": "^0.5.10",
2024-02-24 06:16:57 +00:00
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
2024-02-24 10:54:47 +00:00
"@types/rss": "^0.0.32",
2024-02-24 06:16:57 +00:00
"autoprefixer": "^10.0.1",
2024-02-24 09:33:35 +00:00
"eslint": "^8",
"eslint-config-next": "14.1.0",
2024-02-24 06:16:57 +00:00
"postcss": "^8",
"tailwindcss": "^3.3.0",
2024-02-24 09:33:35 +00:00
"typescript": "^5"
2024-02-24 06:16:57 +00:00
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
2024-01-20 15:19:15 +00:00
}
}