-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.13 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
{
"name": "lms-landing-page",
"version": "0.1.0",
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "8.5.1",
"framer-motion": "^12.34.2",
"jiti": "latest",
"less": "latest",
"lightningcss": "latest",
"lucide-react": "^0.454.0",
"next": "16.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.13.0",
"sass": "latest",
"sass-embedded": "latest",
"stylus": "^0.63.0",
"sugarss": "latest",
"tailwind-merge": "^2.5.5",
"terser": "latest",
"tsx": "latest",
"yaml": "latest"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.17",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.22",
"postcss": "^8.5.6",
"postcss-nesting": "^13.0.2",
"tailwindcss": "^4.1.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5",
"vite": "^7.2.2"
}
}