-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.29 KB
/
package.json
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "credenz24_mainwebsite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@gsap/react": "^2.1.0",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@material-tailwind/react": "^2.1.9",
"@radix-ui/react-label": "^2.0.2",
"@react-spring/parallax": "^9.7.3",
"@react-spring/web": "^9.7.3",
"@react-three/drei": "^9.102.6",
"@react-three/fiber": "^8.15.19",
"@react-three/gltfjsx": "^4.3.4",
"@reduxjs/toolkit": "^2.2.1",
"@tabler/icons-react": "^3.1.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@tsparticles/engine": "^3.3.0",
"@tsparticles/react": "^3.0.0",
"@types/three": "^0.162.0",
"axios": "^1.6.7",
"clsx": "^2.1.0",
"framer-motion": "^11.0.8",
"gsap": "^3.12.5",
"jquery": "^3.7.1",
"jquery.ripples": "^0.6.3",
"maath": "^0.10.7",
"qrcode": "^1.5.3",
"react": "^18.2.0",
"react-card-flip": "^1.2.2",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.3",
"react-lazy-load-image-component": "^1.6.0",
"react-modal": "^3.16.1",
"react-plx": "^2.1.2",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.3",
"react-scripts": "5.0.1",
"react-spring": "^9.7.3",
"react-spring-3d-carousel": "^1.3.4",
"react-toastify": "^9.1.3",
"react-use": "^17.5.0",
"simplex-noise": "^4.0.1",
"tailwind-merge": "^2.2.1",
"three": "^0.162.0",
"typewriter-effect": "^2.21.0",
"use-3d-effect": "^1.1.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"vite": "^5.0.8"
}
}