-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.5 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
{
"name": "cubeauthn",
"displayName": "CubeAuthn",
"version": "0.0.1",
"description": "Use your cube as a PassKey to login to things! (POC)",
"author": "James Arnott <james@rno.tt>",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package"
},
"dependencies": {
"@plasmohq/messaging": "^0.7.1",
"@plasmohq/storage": "^1.15.0",
"@radix-ui/react-label": "2.1.2",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-slot": "1.1.2",
"@radix-ui/react-toggle": "^1.1.9",
"cbor-web": "^10.0.3",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"gan-i3-356-bluetooth": "^0.0.5",
"lucide-react": "^0.515.0",
"plasmo": "0.90.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"sr-visualizer": "^1.0.13",
"tailwind-merge": "3.0.1",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "1.0.7",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@parcel/optimizer-data-url": "2.9.3",
"@parcel/transformer-inline-string": "2.9.3",
"@types/chrome": "0.0.258",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"autoprefixer": "^10.4.21",
"postcss": "8.4.33",
"prettier": "3.2.4",
"prettier-plugin-tailwindcss": "0.6.11",
"typescript": "5.3.3"
},
"manifest": {
"host_permissions": [
"https://*/*"
],
"permissions": [
"nativeMessaging",
"tabs"
]
}
}