-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.32 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
51
52
53
{
"name": "rankerhub",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest run"
},
"dependencies": {
"@paper-design/shaders": "^0.0.76",
"@vercel/og": "^0.11.1",
"axios": "^1.17.0",
"dom-to-image-more": "^3.10.0",
"firebase": "^12.14.0",
"framer-motion": "^12.40.0",
"html2canvas": "^1.4.1",
"lottie-react": "^2.4.1",
"lucide-react": "^1.17.0",
"react": "^19.2.6",
"react-dom": "^19.2.7",
"react-icons": "^5.6.0",
"react-router-dom": "^7.17.0",
"react-virtuoso": "^4.18.7",
"swiper": "^12.2.0"
},
"devDependencies": {
"@emnapi/core": "^1.11.0",
"@emnapi/runtime": "^1.11.0",
"@eslint/js": "^10.0.1",
"@types/node": "^25.9.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.5.0",
"eslint": "^10.4.1",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.6.0",
"postcss": "^8.5.15",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.19",
"typescript": "^6.0.3",
"vite": "^8.0.16",
"vitest": "^4.1.8"
},
"allowScripts": {
"sharp@0.34.5": true
}
}