forked from Rayquaza01/quick-tab-switch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.36 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
{
"name": "quick-tab-switcher",
"version": "1.2.0",
"description": "",
"main": "index.js",
"scripts": {
"firefox": "web-ext run -s dist -f firefox",
"build:production": "webpack --config webpack.config.js --mode=production",
"build:development": "webpack --config webpack.config.js --mode=development --watch",
"build:extension": "web-ext build -s dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rayquaza01/quick-tab-switcher.git"
},
"author": "Joe Jarvis",
"license": "MIT",
"bugs": {
"url": "https://github.com/Rayquaza01/quick-tab-switcher/issues"
},
"homepage": "https://github.com/Rayquaza01/quick-tab-switcher#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"eslint": "^7.14.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.1",
"ts-loader": "^9.3.0",
"typescript": "^4.7.2",
"web-ext": "^7.6.1",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@types/webextension-polyfill": "^0.10.0",
"webextension-polyfill": "^0.9.0"
}
}