-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 801 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 801 Bytes
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
{
"devDependencies": {
"@parcel/config-webextension": "^2.12.0",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"parcel": "^2.12.0",
"process": "^0.11.10",
"typescript": "5.3.3"
},
"scripts": {
"start": "parcel watch manifest.json --host localhost --config @parcel/config-webextension",
"build": "parcel build manifest.json --config @parcel/config-webextension"
},
"dependencies": {
"@oddbird/popover-polyfill": "^0.4.1",
"@primer/react": "^36.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"name": "gehance",
"private": true,
"version": "0.0.0",
"author": "salman <slmkhanahmed@gmail.com>",
"license": "ISC",
"description": "github extension",
"@parcel/resolver-default": {
"packageExports": true
}
}