From cbc17db44c18a19702938b3fe70ea3de81d326ea Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Mon, 1 Dec 2025 00:45:09 +0000 Subject: make it work --- source/96/package.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 source/96/package.json (limited to 'source/96/package.json') diff --git a/source/96/package.json b/source/96/package.json new file mode 100644 index 0000000..b313a99 --- /dev/null +++ b/source/96/package.json @@ -0,0 +1,23 @@ +{ + "name": "my-app", + "version": "0.1.0", + "private": true, + "scripts": { + "dev": "next dev --turbopack", + "build": "next build", + "postbuild": "next-sitemap", + "start": "next start", + "lint": "next lint" + }, + "dependencies": { + "motion": "^12.5.0", + "next": "15.2.1", + "next-sitemap": "^4.2.3", + "react": "^19.0.0", + "react-dom": "^19.0.0" + }, + "devDependencies": { + "@tailwindcss/postcss": "^4", + "tailwindcss": "^4" + } +} -- cgit v1.2.3