-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.36 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
{
"name": "feedhub",
"displayName": "Feedhub",
"version": "1.1.0",
"description": "A powerful tool that makes it easy for anyone to leave feedback on any website",
"author": "Pratik Badhe",
"scripts": {
"clean": "rimraf .plasmo",
"dev": "pnpm clean && plasmo dev",
"build": "plasmo build",
"package": "plasmo package"
},
"dependencies": {
"@hookform/resolvers": "^3.1.0",
"@plasmohq/messaging": "^0.3.3",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-tabs": "^1.0.4",
"@thedutchcoder/postcss-rem-to-px": "^0.0.2",
"appwrite": "^15.0.0",
"autoprefixer": "^10.4.14",
"plasmo": "0.75.2",
"postcss": "^8.4.23",
"prettier-plugin-tailwindcss": "^0.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.44.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.8.0",
"react-router-dom": "^6.11.2",
"rimraf": "^5.0.1",
"tailwind-merge": "^1.12.0",
"tailwindcss": "^3.3.2",
"zod": "^3.21.4",
"zustand": "^4.3.8"
},
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "3.6.4",
"@types/chrome": "0.0.227",
"@types/node": "18.15.11",
"@types/react": "18.0.32",
"@types/react-dom": "18.0.11",
"prettier": "2.8.7",
"typescript": "5.0.3"
},
"manifest": {
"host_permissions": [
"https://*/*"
]
}
}