-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 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
{
"name": "live-clipboard",
"private": true,
"version": "1.3.1",
"type": "module",
"homepage": "https://live-clipboard.netlify.app/",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "eslint . --ext js,jsx",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^4.1.0",
"@firebase/analytics": "^0.10.4",
"@hookform/resolvers": "^3.9.0",
"firebase": "^10.7.1",
"lucide-react": "^0.424.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.52.2",
"react-loader-spinner": "^6.1.6",
"react-router-dom": "^6.20.1",
"react-stars": "^2.2.5",
"react-tooltip": "^5.28.0",
"sonner": "^1.5.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"vite": "^5.2.0",
"vite-plugin-remove-console": "^2.2.0"
}
}