37 lines
871 B
JSON
37 lines
871 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.11.4",
|
|
"@emotion/styled": "^11.11.5",
|
|
"@headlessui/react": "^2.1.2",
|
|
"@mui/icons-material": "^5.15.20",
|
|
"@mui/material": "^5.15.20",
|
|
"keen-slider": "^6.8.6",
|
|
"moment": "^2.30.1",
|
|
"next": "^14.2.5",
|
|
"pnpm": "^9.7.1",
|
|
"react": "^18",
|
|
"react-chrono": "^2.6.1",
|
|
"react-dom": "^18",
|
|
"react-file-viewer": "^1.2.1",
|
|
"react-iframe": "^1.8.5",
|
|
"react-youtube": "^10.1.0"
|
|
},
|
|
"homepage": "https://nicholaspease.com",
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.0.1",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.1.0",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.3.0"
|
|
}
|
|
}
|