mirror of
https://github.com/noahpaige/portfolio-website.git
synced 2026-06-09 00:28:02 -06:00
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "portfolio-site",
|
|
"private": false,
|
|
"version": "0.0.0",
|
|
"homepage": "https://noahpaige.github.io/portfolio-website",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview",
|
|
"predeploy": "npm run build",
|
|
"deploy": "gh-pages -d dist"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.11",
|
|
"@heroicons/react": "^2.0.16",
|
|
"@joemaddalone/path": "^1.3.2",
|
|
"framer-motion": "^10.16.2",
|
|
"intersection-observer": "^0.12.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react": "^1.0.7",
|
|
"babel-eslint": "^10.1.0",
|
|
"daisyui": "^2.51.0",
|
|
"eslint": "^8.46.0",
|
|
"eslint-config-standard": "^17.1.0",
|
|
"eslint-plugin-import": "^2.28.0",
|
|
"eslint-plugin-n": "^16.0.1",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-react": "^7.33.1",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
"gh-pages": "^5.0.0",
|
|
"postcss": "^8.4.7",
|
|
"react-router-dom": "^6.14.2",
|
|
"tailwindcss": "^3.2.7",
|
|
"vite": "^4.1.4"
|
|
}
|
|
}
|