-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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
{
"name": "fyrre-magazine",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "rd /s /Q .next && next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test:e2e": "playwright test",
"prepare": "husky install"
},
"dependencies": {
"@axe-core/playwright": "^4.8.1",
"@hookform/resolvers": "^3.3.2",
"@radix-ui/react-dialog": "1.0.4",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"gsap": "^3.12.2",
"lucide-react": "^0.279.0",
"next": "^13.5.5",
"react": "latest",
"react-dom": "latest",
"react-hook-form": "^7.48.2",
"shadcn-ui": "^0.4.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@playwright/test": "^1.40.0",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"autoprefixer": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"husky": "^8.0.0",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "latest"
}
}