-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.45 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.45 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": "arify",
"displayName": "Arify",
"version": "0.0.1",
"description": "Download interceptor.",
"author": "lamualfa@gmail.com",
"license": "WTFPL",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package"
},
"dependencies": {
"@mantine/code-highlight": "^8.0.1",
"@mantine/core": "^8.0.1",
"@mantine/hooks": "^8.0.1",
"@tabler/icons-react": "^3.33.0",
"date-fns": "^3.3.1",
"highlight.js": "^11.11.1",
"lucide-react": "^0.511.0",
"plasmo": "0.90.5",
"react": "19.1.0",
"react-dom": "19.1.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@types/chrome": "0.0.323",
"@types/node": "22.15.21",
"@types/react": "19.1.5",
"@types/react-dom": "19.1.5",
"postcss": "^8.5.3",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "3.2.4",
"typescript": "5.3.3"
},
"manifest": {
"permissions": [
"downloads",
"storage",
"notifications",
"cookies"
],
"host_permissions": [
"https://*/*"
],
"web_accessible_resources": [
{
"resources": [
"assets/icon.png"
],
"matches": [
"<all_urls>"
]
}
]
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}