-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.02 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
{
"name": "@wordigo/extension",
"displayName": "Wordigo - Translator, Dictionary, TTS",
"version": "0.0.16",
"description": "__MSG_extensionDescription__",
"author": "osmandlsmn",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"build:firefox": "plasmo build --target=firefox-mv2",
"package:firefox": "plasmo package --target=firefox-mv2",
"package": "plasmo package"
},
"dependencies": {
"@floating-ui/react": "^0.26.1",
"@hookform/resolvers": "^3.1.1",
"@plasmohq/messaging": "^0.5.0",
"@plasmohq/storage": "^1.6.1",
"@radix-ui/react-portal": "^1.0.3",
"@types/styletron-engine-atomic": "^1.1.2",
"axios": "^1.4.0",
"baseui": "^13.0.0",
"cors": "^2.8.5",
"framer-motion": "^10.12.18",
"jss": "^10.10.0",
"jss-preset-default": "^10.10.0",
"lucide-react": "^0.257.0",
"plasmo": "0.84.0",
"react": "18.2.0",
"react-country-flag": "^3.1.0",
"react-dom": "18.2.0",
"react-draggable": "^4.4.6",
"react-hook-form": "^7.45.1",
"react-hot-toast": "^2.4.1",
"react-jss": "^10.10.0",
"react-query": "^3.39.3",
"react-toastify": "^9.1.3",
"styletron-engine-atomic": "^1.5.0",
"styletron-react": "^6.1.0",
"zod": "^3.21.4",
"zustand": "^4.4.1"
},
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "3.6.4",
"@types/chrome": "0.0.237",
"@types/node": "20.2.4",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.11",
"cssnano": "^6.0.1",
"postcss": "^8.4.21",
"prettier": "2.8.8",
"react-hot-toast": "^2.4.1",
"typescript": "5.0.4"
},
"private": true,
"manifest": {
"name": "Wordigo - Translator, Dictionary, TTS",
"default_locale": "en",
"permissions": [
"cookies"
],
"host_permissions": [
"http://localhost:3000/",
"https://wordigo.app/"
]
},
"packageManager": "[email protected]+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf"
}