-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.01 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.01 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
{
"name": "kealabs.github-notifications",
"description": "GitHub Notifications",
"version": "1.1.1",
"author": "kealabs",
"repository": {
"type": "git",
"url": "https://github.com/jemmyw/aha-develop-github-notifications.git"
},
"license": "MIT",
"devDependencies": {
"@types/react": "^17.0.14"
},
"ahaExtension": {
"cspSources": [
"https://api.github.com",
"https://github.com"
],
"contributes": {
"views": {
"notificationsPanel": {
"title": "GitHub Notifications",
"entryPoint": "src/views/notificationsPanel.tsx",
"host": "panel"
}
}
}
},
"dependencies": {
"@aha-app/aha-develop-react": "^1.0.6",
"@octokit/graphql": "^4.6.4",
"@octokit/rest": "^18.6.7",
"@types/color": "^3.0.2",
"add": "^2.0.6",
"color": "^4.2.0",
"gql-tag": "^1.0.1",
"octokit": "^1.1.0",
"react-markdown": "^6.0.2",
"react-select": "^5.2.2",
"recoil": "^0.3.1",
"yarn": "^1.22.17"
}
}