-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "controllo",
"displayName": "Controllo",
"version": "1.0.0",
"description": "Track all your subscriptions in one place",
"author": "Daniel Castillo",
"scripts": {
"dev": "plasmo dev",
"chrome": "plasmo build --target=chrome-mv3",
"firefox": "plasmo build --target=firefox-mv2",
"edge": "plasmo build --target=edge-mv3"
},
"dependencies": {
"@plasmohq/storage": "^1.5.0",
"daisyui": "^2.51.6",
"plasmo": "0.68.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "3.6.4",
"@types/chrome": "0.0.227",
"@types/node": "18.15.11",
"@types/react": "18.0.32",
"@types/react-dom": "18.0.11",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"prettier": "2.8.7",
"tailwindcss": "^3.3.2",
"typescript": "5.0.3"
},
"manifest": {
"host_permissions": [
"https://*/*"
],
"browser_specific_settings": {
"gecko": {
"id": "dlcastillo3015@gmail.com"
}
}
}
}