forked from abhijit-23blaze/Events-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.99 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
{
"name": "tsyp-11",
"private": true,
"version": "0.0.0",
"type": "module",
"author": {
"name": "Hichem Fantar",
"url": "https://hichemfantar.com/",
"email": "[email protected]"
},
"engines": {
"npm": ">=8.0.0",
"node": ">=16.0.0"
},
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview --host",
"prettier": "npx prettier --write ."
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@emotion/react": "^11.11.1",
"@fortawesome/fontawesome-free": "^6.2.1",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.10",
"@heroicons/react": "^2.0.14",
"@react-three/drei": "^9.56.20",
"@react-three/fiber": "^8.11.0",
"@react-three/postprocessing": "^2.7.0",
"@supabase/supabase-js": "^2.7.1",
"@tailwindcss/line-clamp": "^0.4.2",
"@tanstack/react-query": "^4.24.4",
"@tanstack/react-query-devtools": "^4.24.4",
"@types/three": "^0.148.0",
"@use-gesture/react": "^10.2.24",
"@vercel/analytics": "^1.1.1",
"date-fns": "^2.29.3",
"framer-motion": "^9.0.2",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-awesome-reveal": "^4.2.5",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.1",
"react-scroll-to-top": "^3.0.0",
"react-typed": "^2.0.12",
"tailwind-merge": "^1.9.1",
"three": "^0.148.0",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.10",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.33.0",
"eslint-config-react-app": "^7.0.1",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.2",
"sass": "^1.62.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}