Capital/package.json

60 lines
1.5 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",
2024-02-24 13:56:35 +00:00
"@portabletext/react": "^3.0.11",
"@sanity/client": "^6.12.4",
"@sanity/icons": "^2.8",
"@sanity/image-url": "1",
"@sanity/types": "^3.25",
"@sanity/ui": "^2.0",
"@sanity/vision": "3",
2024-02-24 09:33:35 +00:00
"@types/mdx": "^2.0.11",
2024-02-24 14:08:36 +00:00
"feed": "^4.2.2",
2024-02-24 09:33:35 +00:00
"gray-matter": "^4.0.3",
2024-02-24 13:56:35 +00:00
"next": "^14.1",
"next-sanity": "7.1.4",
"nextjs-toploader": "^1.6.6",
"react": "^18.2",
2024-02-24 10:29:29 +00:00
"react-dom": "^18",
2024-02-24 10:54:47 +00:00
"react-markdown": "^9.0.1",
2024-02-24 13:56:35 +00:00
"sanity": "^3.25",
"styled-components": "^6.0"
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",
2024-02-24 13:56:35 +00:00
"@types/nprogress": "^0.2.3",
2024-02-24 06:16:57 +00:00
"@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
}
}