-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage-new.json
More file actions
40 lines (40 loc) · 1.1 KB
/
package-new.json
File metadata and controls
40 lines (40 loc) · 1.1 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
{
"name": "wrc-robotics-new",
"version": "1.0.0",
"description": "Modern WRC Robotics Club Website - Inspired by Techfest Design",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"next": "^14.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"framer-motion": "^10.16.4",
"lucide-react": "^0.292.0",
"react-intersection-observer": "^9.5.2",
"swiper": "^11.0.4",
"embla-carousel-react": "^8.0.0-rc17",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-navigation-menu": "^1.1.4",
"clsx": "^2.0.0",
"tailwind-merge": "^2.0.0"
},
"devDependencies": {
"typescript": "^5.2.2",
"@types/node": "^20.8.7",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"eslint": "^8.52.0",
"eslint-config-next": "^14.0.3",
"@tailwindcss/typography": "^0.5.10",
"@tailwindcss/forms": "^0.5.7"
}
}