-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
106 lines (106 loc) · 2.74 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "fyde-rhythm",
"displayName": "FydeRhythm",
"version": "2.1.4",
"description": "The FydeRhythm input method",
"author": "fydeos",
"packageManager": "[email protected]",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@monaco-editor/react": "^4.6.0",
"@mui/icons-material": "^5.16.7",
"@mui/lab": "5.0.0-alpha.125",
"@mui/material": "^5.16.7",
"@plasmohq/messaging": "^0.2.1",
"@react-icons/all-files": "^4.1.0",
"async-mutex": "^0.5.0",
"events": "^3.3.0",
"[email protected]": "link:mui/[email protected]",
"idb": "^7.1.1",
"[email protected]": "link:mui/[email protected]",
"lodash": "^4.17.21",
"lottie-react": "^2.4.0",
"[email protected]": "link:mui/[email protected]",
"[email protected]": "link:plasmohq/[email protected]",
"monaco-editor": "^0.37.1",
"plasmo": "0.89.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"svgo": "^3.3.2",
"yaml": "^2.6.0"
},
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "3.6.3",
"@types/chrome": "0.0.233",
"@types/lodash": "^4.17.13",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"prettier": "2.8.7",
"typescript": "5.0.4"
},
"manifest": {
"name": "__MSG_extension_name__",
"description": "__MSG_description__",
"default_locale": "zh_CN",
"update_url": "https://store.fydeos.com/update/nfglebjgiflmmcdddkbcbgmdkomlfcpa/updates.xml",
"web_accessible_resources": [
{
"resources": [
"assets/rime_emscripten.wasm",
"assets/lz4_wasm_bg.wasm",
"assets/monaco/**",
"assets/logo.svg",
"assets/builtin/**"
],
"matches": [
"https://www.plasmo.com/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"permissions": [
"storage",
"unlimitedStorage",
"input",
"virtualKeyboardPrivate",
"inputMethodPrivate"
],
"input_components": [
{
"name": "__MSG_input_method_name__",
"id": "fyde-rhythm",
"indicator": "真",
"language": [
"zh-CN",
"zh",
"en",
"jp",
"ko",
"zh-TW"
],
"layouts": [
"us"
],
"input_view": "inputview/inputview.html"
}
]
},
"alias": {
"yaml": "node_modules/yaml/browser/dist/index.js"
},
"pnpm": {
"overrides": {
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"@babel/traverse@<7.23.2": ">=7.23.2"
}
}
}