forked from ActivityWatch/aw-watcher-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 794 Bytes
/
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
{
"type": "module",
"name": "aw-watcher-web",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/ActivityWatch/aw-watcher-web/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ActivityWatch/aw-watcher-web.git"
},
"dependencies": {
"aw-client": "^0.4.0",
"deep-equal": "^2.2.3",
"p-retry": "^6.2.1",
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@types/deep-equal": "^1.0.4",
"@types/webextension-polyfill": "^0.12.1",
"prettier": "^3.4.2",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vite-plugin-web-extension": "^4.4.3"
},
"prettier": {
"semi": false,
"singleQuote": true
}
}