generated from agamm/pseo-next
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.56 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "pseo-next",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "npx prisma generate && next build",
"amplify:build": "npx prisma generate && next build",
"start": "next start",
"lint": "next lint",
"test:e2e": "playwright test",
"db": "npx dotenv -e .env.local -- prisma migrate dev",
"studio": "npx dotenv -e .env.local -- prisma studio",
"dev": "next dev",
"db:push": "dotenv -e .env -- prisma db push",
"prod:build": "npx prisma generate && npx prisma migrate deploy && next build",
"populate-db": "node scripts/populate-db.js"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.876.0",
"@aws-sdk/lib-storage": "^3.876.0",
"@aws-sdk/s3-request-presigner": "^3.876.0",
"@emotion/is-prop-valid": "^1.3.1",
"@hookform/resolvers": "^3.9.0",
"@libsql/client": "^0.14.0",
"@next/third-parties": "^15.0.4",
"@popicons/react": "^0.0.15",
"@prisma/adapter-libsql": "^7.2.0",
"@prisma/client": "^7.2.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.4",
"@tailwindcss/typography": "^0.5.19",
"@vercel/og": "^0.6.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"contentlayer": "^0.3.4",
"dayjs": "^1.11.12",
"dotenv": "^16.4.7",
"embla-carousel-react": "^8.5.2",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"framer-motion": "^11.5.4",
"geist": "^1.3.1",
"lucide-react": "^0.427.0",
"mapbox-gl": "^3.7.0",
"next": "14.2.11",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.3.0",
"nuqs": "^2.1.1",
"react": "18.3.1",
"react-cookie-consent": "^9.0.0",
"react-dom": "18.3.1",
"react-hook-form": "^7.54.2",
"sharp": "^0.34.3",
"sonner": "^1.5.0",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.0",
"vaul": "^1.1.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.13.5",
"@playwright/test": "^1.46.0",
"@types/mapbox-gl": "^3.4.0",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"prisma": "^7.2.0",
"tailwindcss": "^3.4.10",
"wrangler": "^3.83.0"
}
}