generated from pixel-perfect-agency/next-foundation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.93 KB
/
package.json
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
{
"name": "website",
"version": "2.0.0",
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "playwright test",
"test:debug": "playwright test --headed",
"test:report": "playwright show-report",
"contentlayer": "contentlayer2"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.4",
"@mui/material": "^6.1.7",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@t3-oss/env-nextjs": "^0.11.1",
"@vercel/analytics": "^1.3.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"contentlayer2": "^0.4.6",
"date-fns": "^4.1.0",
"fuse.js": "^7.0.0",
"gsap": "^3.12.5",
"next": "15.0.0-rc.0",
"next-contentlayer2": "^0.4.6",
"react": "19.0.0-rc.0",
"react-dom": "19.0.0-rc.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@next/eslint-plugin-next": "15.0.0-rc.1",
"@playwright/test": "^1.48.1",
"@types/node": "22.10.0",
"@types/react": "18.3.11",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-pixel": "^1.5.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.14",
"typescript": "5.6.3"
},
"eslintConfig": {
"extends": [
"pixel",
"plugin:@next/next/recommended"
]
},
"prettier": "eslint-config-pixel/prettier",
"overrides": {
"next-contentlayer": {
"next": "$next"
}
},
"packageManager": "[email protected]"
}