-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (57 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (57 loc) · 1.47 KB
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
{
"name": "codelab",
"displayName": "CodeLab",
"version": "1.0.0",
"description": "A floating Monaco code editor for Codeforces with sample test execution via Wandbox (No API Key required)",
"author": "CodeLab Team",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package"
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@plasmohq/messaging": "^0.7.2",
"firebase": "^12.9.0",
"monaco-editor": "^0.55.1",
"plasmo": "0.90.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-rnd": "^10.4.13"
},
"devDependencies": {
"@types/chrome": "^0.0.287",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
},
"manifest": {
"host_permissions": [
"https://wandbox.org/*",
"https://*.firebaseio.com/*",
"https://*.googleapis.com/*",
"https://*.firebaseapp.com/*"
],
"permissions": [
"storage",
"identity"
],
"web_accessible_resources": [
{
"resources": [
"*.js",
"*.ttf",
"*.woff",
"*.woff2"
],
"matches": [
"https://codeforces.com/*"
]
}
]
},
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
}