40 lines
994 B
JSON
40 lines
994 B
JSON
{
|
|
"name": "pease-portfolio",
|
|
"version": "0.1.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.13.5",
|
|
"@emotion/styled": "^11.13.5",
|
|
"@headlessui/react": "^2.2.0",
|
|
"@mui/icons-material": "^5.16.9",
|
|
"@mui/material": "^5.16.9",
|
|
"keen-slider": "^6.8.6",
|
|
"moment": "^2.30.1",
|
|
"next": "^14.2.20",
|
|
"pnpm": "^9.15.0",
|
|
"react": "^18.3.1",
|
|
"react-chrono": "^2.6.1",
|
|
"react-code-blocks": "^0.1.6",
|
|
"react-dom": "^18.3.1",
|
|
"react-file-viewer": "^1.2.1",
|
|
"react-iframe": "^1.8.5",
|
|
"react-photoswipe-gallery": "^3.0.2",
|
|
"react-youtube": "^10.1.0",
|
|
"vercel": "^37.14.0"
|
|
},
|
|
"homepage": "https://nicholaspease.com",
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-next": "14.1.0",
|
|
"postcss": "^8.4.49",
|
|
"tailwindcss": "^3.4.16"
|
|
}
|
|
}
|