-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·85 lines (85 loc) · 1.92 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·85 lines (85 loc) · 1.92 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "react-hello-webapp",
"engines": {
"node": ">=20.0.0"
},
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"author": {
"name": "Alejandro Sanchez",
"url": "http://alesanchezr.com/"
},
"contributors": [
{
"name": "Alejandro Sanchez",
"url": "http://alesanchezr.com/"
},
{
"name": "Ignacio Cordoba",
"url": "http://github.com/nachovz"
}
],
"license": "ISC",
"devDependencies": {
"@tailwindcss/postcss": "^4.1.10",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.21",
"eslint": "^8.46.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.5.6",
"vite": "^5.4.19"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-proposal-class-properties",
[
"@babel/plugin-transform-runtime",
{
"regenerator": true
}
]
]
},
"dependencies": {
"@headlessui/react": "^2.2.4",
"@heroicons/react": "^2.2.0",
"@material-tailwind/html": "^3.0.0-beta.7",
"@material-tailwind/react": "^2.1.10",
"@stackblitz/sdk": "^1.11.0",
"@tailwindcss/vite": "^4.1.11",
"axios": "^1.10.0",
"dotenv": "^17.2.0",
"emailjs-com": "^3.2.0",
"framer-motion": "^12.23.0",
"iconoir-react": "^7.11.0",
"lucide-react": "^0.525.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.5.0",
"react-router-dom": "^6.18.0",
"react-toastify": "^11.0.5",
"stream-chat": "^9.10.0",
"stream-chat-react": "^13.2.1",
"swiper": "^11.2.8",
"tailwind-scrollbar-hide": "^4.0.0",
"tailwindcss": "^4.1.11",
"use-sound": "^5.0.0"
}
}