diff options
Diffstat (limited to 'source/96/package.json')
| -rw-r--r-- | source/96/package.json | 23 |
1 files changed, 23 insertions, 0 deletions
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" + } +} |
