aboutsummaryrefslogtreecommitdiff
path: root/projects/96/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'projects/96/package.json')
-rw-r--r--projects/96/package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/projects/96/package.json b/projects/96/package.json
new file mode 100644
index 0000000..b313a99
--- /dev/null
+++ b/projects/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"
+ }
+}