-
Notifications
You must be signed in to change notification settings - Fork 166
/
Copy pathpackage.json
31 lines (31 loc) · 841 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
31
{
"name": "shortkeys",
"version": "4.1.1",
"description": "Custom keyboard shortcuts for your browser",
"scripts": {
"dev": "webextension-toolbox dev",
"build": "webextension-toolbox build"
},
"devDependencies": {
"@types/chrome": "^0.0.267",
"@webextension-toolbox/webextension-toolbox": "^6.2.0"
},
"dependencies": {
"angular": "^1.8.0",
"angular-ui-bootstrap": "^2.5.6",
"angular-ui-codemirror": "^0.3.0",
"bootstrap": "^4.4.1",
"buefy": "^0.8.20",
"codemirror": "^5.58.2",
"css-loader": "^3.3.2",
"mousetrap": "^1.6.3",
"serialize-javascript": ">=2.1.1",
"style-loader": "^1.0.1",
"uuid": "^10.0.0",
"vue": "^2.6.11",
"vue-loader": "^15.8.3",
"vue-template-compiler": "^2.6.11",
"webextension-polyfill": "^0.5.0",
"webpack": "^5.89.0"
}
}