-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.34 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
{
"name": "translate-ext",
"displayName": "小划词",
"version": "0.0.4",
"description": "简单、高效和好看的划词翻译浏览器插件",
"author": "liaoxuan",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build"
},
"dependencies": {
"@floating-ui/react-dom": "^0.7.2",
"@heroicons/react": "^1.0.6",
"@nextui-org/react": "^2.1.13",
"@plasmohq/storage": "^0.6.0",
"clsx": "^1.1.1",
"framer-motion": "^10.16.1",
"jotai": "^1.7.2",
"lodash-es": "^4.17.21",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.32.2",
"react-query": "4.0.0-beta.23",
"react-use": "^17.4.0",
"webextension-polyfill": "^0.9.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "3.2.0",
"@types/chrome": "0.0.190",
"@types/lodash-es": "^4.17.6",
"@types/node": "17.0.43",
"@types/react": "18.0.12",
"@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.15",
"plasmo": "^0.83.0",
"postcss": "^8.4.28",
"prettier": "2.7.0",
"tailwindcss": "^3.3.3",
"typescript": "5.2.2"
},
"pnpm": {
"overrides": {
"@parcel/runtime-js": "2.8.3"
}
},
"manifest": {
"host_permissions": [
"https://*/*"
],
"permissions": []
}
}