forked from richardshaju/mediacon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 930 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 930 Bytes
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
{
"name": "tedxsjcet-2025",
"version": "0.0.0",
"description": "Excellence Beyond Notice.",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"dev:components": "vite --mode components",
"build": "vite build",
"serve": "vite preview"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^22.10.5",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.16",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-intersect": "^2.1.0",
"tailwindcss-motion": "^1.0.1",
"typescript": "^5.7.2",
"vite": "^6.0.0",
"vite-plugin-solid": "^2.11.0"
},
"dependencies": {
"@kobalte/core": "^0.13.7",
"cal-sans": "^1.0.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"gsap": "^3.12.5",
"lenis": "^1.1.19",
"solid-js": "^1.9.3",
"solid-motionone": "^1.0.3"
}
}