-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
52 lines (52 loc) · 1.21 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
{
"name": "grimoire-companion",
"displayName": "grimoire companion",
"version": "0.1.3",
"description": "Companion extension for Grimoire.",
"author": "Robert Goniszewski <robert@goniszewski.com>",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package"
},
"dependencies": {
"@plasmohq/messaging": "^0.6.2",
"@plasmohq/storage": "^1.12.0",
"@tailwindcss/typography": "^0.5.15",
"daisyui": "^4.12.12",
"plasmo": "0.89.3",
"prettier-plugin-svelte": "^3.2.7",
"svelte": "^4.2.19",
"svelte-french-toast": "^1.2.0",
"svelte-preprocess": "^6.0.3"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
"@types/chrome": "0.0.277",
"@types/node": "22.7.5",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"prettier": "3.3.3",
"svelte-multiselect": "^10.2.0",
"tailwindcss": "^3.4.13",
"typescript": "5.6.2"
},
"manifest": {
"host_permissions": [
"<all_urls>"
],
"permissions": [
"activeTab",
"storage"
],
"browser_specific_settings": {
"gecko": {
"id": "contact@grimoire.pro",
"strict_min_version": "109.0"
}
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}
}