forked from akhil1g/TabManager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1008 Bytes
/
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
{
"name": "tabmanager",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"watch": "watch 'npm run build'"
},
"author": "",
"license": "ISC",
"dependencies": {
"@firebase/app": "^0.9.28",
"@firebase/auth": "^1.6.1",
"@types/chrome": "^0.0.263",
"axios": "^1.6.7",
"firebase": "^10.8.1",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^3.1.2",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-jwt": "^1.2.0",
"react-router": "^6.22.2",
"react-router-dom": "^6.22.2",
"react-scripts": "^5.0.1",
"react-toastify": "^10.0.4",
"react-tooltip": "^5.26.3",
"styled-components": "^6.1.8",
"watch": "^1.0.2",
"web-vitals": "^3.5.2"
}
}