-
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) · 1.01 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.01 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
{
"name": "landing-page-himalkom",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.0.11",
"axios": "^1.8.2",
"dompurify": "^3.2.4",
"esbuild": "^0.25.0",
"framer-motion": "^12.6.3",
"lucide-react": "^0.482.0",
"pnpm": "^10.5.2",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-icons": "^5.5.0",
"react-router-dom": "^7.3.0",
"react-spinner": "^0.2.7",
"react-spinners": "^0.15.0",
"swiper": "^12.1.2",
"tailwindcss": "^4.0.11"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^6.2.0"
},
"packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b"
}