-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.35 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.35 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
{
"name": "nextjs-app-marketing",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "PORT=$(microfrontends port) node scripts/delayed-dev.mjs",
"lint": "next typegen && eslint .",
"lint-fix": "eslint . --fix",
"start": "next start",
"pretest": "playwright install chromium",
"test": "jest",
"test:e2e": "playwright test",
"typecheck": "next typegen && tsc --noEmit"
},
"dependencies": {
"@radix-ui/react-slot": "^1.1.1",
"@vercel/analytics": "^1.5.0",
"@vercel/microfrontends": "workspace:*",
"@vercel/speed-insights": "^1.2.0",
"@vercel/toolbar": "0.1.37",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"flags": "^3.2.0",
"lucide-react": "0.542.0",
"next": "15.5.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@next/env": "15.5.4",
"@playwright/test": "1.50.1",
"@types/jest": "^29.2.0",
"@types/node": "20.11.30",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.20",
"eslint-config-custom": "workspace:*",
"jest": "^29.7.0",
"playwright-config": "workspace:*",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"ts-config": "workspace:*",
"typescript": "5.7.3"
}
}