-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) 路 1.69 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) 路 1.69 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
{
"name": "etech",
"type": "module",
"description": "A clean, responsive, and modern landing page template for online education platforms, built with ReactJS, React Router v7, TypeScript, Shadcn UI, and Tailwind CSS.",
"scripts": {
"build": "react-router build && node netlify/prepare.js",
"dev": "react-router dev",
"start": "netlify serve",
"start:dev": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@netlify/functions": "^4.1.6",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-collapsible": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-navigation-menu": "^1.2.13",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@react-router/node": "^7.5.3",
"@react-router/serve": "^7.5.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-fade": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.18.1",
"isbot": "^5.1.27",
"lucide-react": "^0.516.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router": "^7.5.3",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@netlify/vite-plugin-react-router": "^1.0.1",
"@react-router/dev": "^7.5.3",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.4",
"@types/node": "^20",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"tailwindcss": "^4.1.4",
"tw-animate-css": "^1.3.4",
"typescript": "^5.8.3",
"vite": "^6.3.3",
"vite-tsconfig-paths": "^5.1.4"
}
}