-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.71 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
{
"name": "agsm-ucr-static-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"format": "npx prettier --write .",
"check": "npx prettier --check .",
"eslint": "npx eslint -c eslint.config.mjs",
"prepare": "husky"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-slot": "^1.2.4",
"@tanstack/react-query": "5.69.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.6.0",
"lucide-react": "^0.484.0",
"motion": "^12.34.4",
"next": "^16.1.6",
"radix-ui": "^1.4.3",
"react": "19.0.0",
"react-day-picker": "^9.13.2",
"react-dom": "19.0.0",
"react-icons": "^5.5.0",
"shadcn": "^3.8.5",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@eslint/js": "9.23.0",
"@tailwindcss/postcss": "4.0.17",
"@tanstack/eslint-plugin-query": "5.68.0",
"@types/node": "22.13.14",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"@typescript-eslint/eslint-plugin": "8.28.0",
"@typescript-eslint/parser": "8.28.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "10.1.1",
"eslint-plugin-prettier": "5.2.5",
"eslint-plugin-react": "7.37.4",
"globals": "16.0.0",
"husky": "9.1.7",
"postcss": "8.5.3",
"prettier": "3.5.3",
"prettier-plugin-tailwindcss": "0.6.11",
"tailwindcss": "4.0.17",
"tw-animate-css": "^1.4.0",
"typescript": "5.5.4",
"typescript-eslint": "8.0.0"
},
"overrides": {
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3"
}
}