aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json72
1 files changed, 35 insertions, 37 deletions
diff --git a/package.json b/package.json
index 222486f..083adc0 100644
--- a/package.json
+++ b/package.json
@@ -1,39 +1,37 @@
{
- "name": "dramalama-next",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "dev": "next dev",
- "build": "next build",
- "start": "next start",
- "lint": "next lint"
- },
- "dependencies": {
- "@nextui-org/react": "^2.3.6",
- "@vercel/analytics": "^1.2.2",
- "@vercel/postgres": "^0.7.2",
- "@vercel/speed-insights": "^1.0.10",
- "@vidstack/react": "^1.10.9",
- "child_process": "^1.0.2",
- "framer-motion": "^11.2.6",
- "media-icons": "^1.1.2",
- "next": "^14.2.2",
- "next-themes": "^0.3.0",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "react-icons": "^5.0.1",
- "react-player": "^2.15.1",
- "react-router-dom": "^6.22.3",
- "sharp": "^0.33.3",
- "swiper": "^11.1.1"
- },
- "devDependencies": {
- "@types/node": "20.11.28",
- "@types/react": "18.2.66",
- "autoprefixer": "^10.4.19",
- "eslint": "^8",
- "eslint-config-next": "^14.1.4",
- "postcss": "^8.4.38",
- "tailwindcss": "^3.4.3"
- }
+ "name": "dramalama-next",
+ "version": "0.1.0",
+ "private": true,
+ "scripts": {
+ "dev": "next dev",
+ "build": "next build",
+ "start": "next start",
+ "lint": "next lint"
+ },
+ "dependencies": {
+ "@nextui-org/react": "^2.3.6",
+ "@vercel/analytics": "^1.2.2",
+ "@vercel/postgres": "^0.7.2",
+ "@vercel/speed-insights": "^1.0.10",
+ "@vidstack/react": "^1.10.9",
+ "child_process": "^1.0.2",
+ "framer-motion": "^11.2.6",
+ "media-icons": "^1.1.2",
+ "next": "^14.2.2",
+ "next-themes": "^0.3.0",
+ "react": "^18.2.0",
+ "react-dom": "^18.2.0",
+ "react-icons": "^5.0.1",
+ "react-player": "^2.15.1",
+ "react-router-dom": "^6.22.3"
+ },
+ "devDependencies": {
+ "@types/node": "20.11.28",
+ "@types/react": "18.2.66",
+ "autoprefixer": "^10.4.19",
+ "eslint": "^8",
+ "eslint-config-next": "^14.1.4",
+ "postcss": "^8.4.38",
+ "tailwindcss": "^3.4.3"
+ }
}