My-website/package.json
Unknown 8e114955f2
Squashed commit of the following:
commit 67ad1a3c59
Merge: 90f9a1e c3d9d00
Author: Unknown <53575465+EndofTimee@users.noreply.github.com>
Date:   Wed Apr 9 13:16:50 2025 -0700

    Merge branch 'main' into development

commit 90f9a1e5f3
Author: Unknown <53575465+EndofTimee@users.noreply.github.com>
Date:   Wed Apr 9 13:16:09 2025 -0700

    Sponsor button

commit 56ea178809
Author: Unknown <53575465+EndofTimee@users.noreply.github.com>
Date:   Wed Mar 26 20:37:16 2025 -0700

    Update EndOSBootAnimation.tsx

commit 9daa8c6f4e
Author: Unknown <53575465+EndofTimee@users.noreply.github.com>
Date:   Tue Mar 25 22:10:59 2025 -0700

    .

commit 703bdcc22d
Author: Unknown <53575465+EndofTimee@users.noreply.github.com>
Date:   Tue Mar 25 22:04:48 2025 -0700

    .

commit 75c520e7a0
Author: Unknown <53575465+EndofTimee@users.noreply.github.com>
Date:   Tue Mar 25 21:57:56 2025 -0700

    .

commit a9023c0ff1
Author: Unknown <53575465+EndofTimee@users.noreply.github.com>
Date:   Tue Mar 25 21:52:36 2025 -0700

    .

commit 688b578b0e
Author: Unknown <53575465+EndofTimee@users.noreply.github.com>
Date:   Tue Mar 25 21:42:55 2025 -0700

    .

commit 09be77ce03
Author: Unknown <53575465+EndofTimee@users.noreply.github.com>
Date:   Thu Mar 20 13:36:17 2025 -0700

    protofox theme

    protomode :3

    .

    add images :3
2025-04-09 13:17:04 -07:00

90 lines
2.6 KiB
JSON

{
"name": "personal-site",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "vite",
"lint": "eslint . --ext ts,tsx --fix",
"format": "prettier --write \"src/**/*.{ts,tsx,css}\"",
"build": "tsc && vite build",
"type-check": "tsc --noEmit",
"dev": "vite --host 0.0.0.0",
"clean": "rimraf dist node_modules/.cache",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"itty-router": "^4.0.27",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.0",
"tailwind-merge": "^2.2.1",
"zustand": "5.0.3"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20250129.0",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "20.17.16",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/ui": "^1.2.2",
"autoprefixer": "10.4.20",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"husky": "^9.0.10",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"lucide-react": "0.474.0",
"postcss": "8.5.1",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"rimraf": "^5.0.5",
"tailwindcss": "3.4.17",
"typescript": "^5.3.3",
"vite": "6.2.2",
"vitest": "3.0.9",
"web-vitals": "4.2.4",
"wrangler": "^3.28.0"
},
"lint-staged": {
"*.{ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"*.{html,css,json,md}": [
"prettier --write"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"engines": {
"node": ">=18.0.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}