diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-03-03 10:24:12 +0000 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-03-03 10:24:12 +0000 |
| commit | 14e968309da5036711ee0e3995362aa19d7bd7d8 (patch) | |
| tree | d3f630ac612fabe4380caa8f7c7b24d64e21f1a8 /source/about/package.json | |
| parent | 119e396029a5fd845d32e6c7b1c717254e9546a6 (diff) | |
| download | zue.dev-14e968309da5036711ee0e3995362aa19d7bd7d8.tar zue.dev-14e968309da5036711ee0e3995362aa19d7bd7d8.tar.gz zue.dev-14e968309da5036711ee0e3995362aa19d7bd7d8.tar.bz2 zue.dev-14e968309da5036711ee0e3995362aa19d7bd7d8.tar.xz zue.dev-14e968309da5036711ee0e3995362aa19d7bd7d8.zip | |
big update!
Diffstat (limited to 'source/about/package.json')
| -rw-r--r-- | source/about/package.json | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/source/about/package.json b/source/about/package.json deleted file mode 100644 index c510070..0000000 --- a/source/about/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "my-app", - "version": "0.1.0", - "private": true, - "scripts": { - "dev": "next dev", - "build": "next build", - "start": "next start", - "lint": "next lint", - "deploy": "rm -rf out/ && next build && cp cloudflare/* out/ && wrangler deploy" - }, - "dependencies": { - "@fontsource/monaspace-argon": "^5.1.0", - "@fontsource/monaspace-krypton": "^5.1.0", - "@fontsource/monaspace-neon": "^5.1.0", - "@fontsource/monaspace-radon": "^5.1.0", - "@fontsource/monaspace-xenon": "^5.1.0", - "@tailwindcss/aspect-ratio": "^0.4.2", - "@tailwindcss/forms": "^0.5.9", - "@tailwindcss/typography": "^0.5.15", - "next": "14.2.15", - "react": "^18", - "react-dom": "^18", - "postcss": "^8", - "tailwindcss": "^3.4.1" - } -} |
