forked from YoamFarges/LaBonneCarte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.38 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
53
{
"name": "labonnecarte",
"displayName": "Labonnecarte",
"version": "4.0.1",
"description": "Affiche les résultats de vos recherches leboncoin sur une carte.",
"author": "Yoam Farges <yoam.farges@gmail.com>",
"scripts": {
"dev": "plasmo dev",
"dev:firefox": "plasmo dev --target=firefox-mv2",
"dev:safari": "plasmo dev --target=safari-mv3",
"build": "plasmo build",
"build:firefox": "plasmo build --target=firefox-mv2",
"build:safari": "plasmo build --target=safari-mv3",
"package": "plasmo package"
},
"dependencies": {
"@plasmohq/messaging": "^0.6.2",
"leaflet": "^1.9.4",
"plasmo": "0.88.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1",
"react-leaflet-cluster": "^2.1.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@types/chrome": "0.0.258",
"@types/leaflet": "^1.9.12",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"prettier": "3.2.4",
"typescript": "5.3.3"
},
"manifest": {
"host_permissions": [
"*://*.leboncoin.fr/*"
],
"permissions": [],
"web_accessible_resources": [
{
"resources": [
"assets/*.png",
"assets/*.jpg",
"assets/*.svg"
],
"matches": [
"*://*.leboncoin.fr/*"
]
}
]
}
}