-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.61 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
54
55
56
57
{
"name": "relevia",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://bushraabir.github.io/relevia/",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@heroicons/react": "^2.2.0",
"@lottiefiles/react-lottie-player": "^3.6.0",
"@mlc-ai/web-llm": "^0.2.79",
"@tailwindcss/vite": "^4.1.3",
"@vercel/analytics": "^1.5.0",
"fluid-simulation-react": "^1.0.5",
"framer-motion": "^12.6.3",
"lottie-react": "^2.4.1",
"lucide-react": "^0.544.0",
"ogl": "^1.0.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
"react-icons": "^5.5.0",
"react-particles": "^2.12.2",
"react-router-dom": "^7.5.0",
"react-spring": "^9.7.5",
"react-swipeable": "^7.0.2",
"recharts": "^3.2.1",
"three": "^0.180.0",
"tsparticles": "^3.8.1"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.21",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"gh-pages": "^6.3.0",
"globals": "^15.15.0",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"vite": "^6.2.0",
"vite-plugin-compression": "^0.5.1"
}
}