This repository has been archived by the owner on Dec 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
79 lines (79 loc) · 2.09 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "ultrawideo",
"description": "The cross-browser extension that manipulates video aspect ratio to fit your entire screen.",
"version": "2.5.7",
"private": true,
"author": {
"name": "Nenad Novaković",
"email": "[email protected]",
"url": "https://github.com/dvlden"
},
"license": "MIT",
"scripts": {
"dev": "webpack --watch --mode development",
"build": "webpack --mode production && rimraf dist/scripts/welcome.js",
"test": "jest",
"badges": "istanbul-badges-readme",
"postinstall": "husky install"
},
"homepage": "https://github.com/dvlden/ultrawideo#readme",
"bugs": "https://github.com/dvlden/ultrawideo/issues",
"repository": {
"type": "git",
"url": "https://github.com/dvlden/ultrawideo.git"
},
"keywords": [
"ultrawideo",
"ultrawide",
"video",
"extension",
"browser",
"chrome",
"firefox",
"opera",
"whale",
"aspect ratio",
"black bars"
],
"browserslist": [
"last 1 major version",
"> 1%"
],
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@webdiscus/pug-loader": "^2.10.4",
"autoprefixer": "^10.4.14",
"babel-jest": "^29.5.0",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"cssnano": "^6.0.1",
"enhanced-resolve": "^5.14.1",
"file-loader": "^6.2.0",
"generate-json-webpack-plugin": "^2.0.0",
"html-webpack-plugin": "^5.5.3",
"husky": "^8.0.3",
"image-webpack-loader": "^8.1.0",
"istanbul-badges-readme": "^1.8.5",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.24",
"postcss-loader": "^7.3.3",
"pug": "^3.0.2",
"rimraf": "^5.0.1",
"sass": "^1.63.3",
"sass-loader": "^13.3.2",
"sinon-chrome": "^3.0.1",
"webpack": "^5.86.0",
"webpack-cli": "^5.1.4",
"webpack-sources": "*",
"zip-webpack-plugin": "^4.0.1"
},
"dependencies": {
"eventemitter3": "^5.0.1",
"webextension-polyfill": "^0.10.0"
}
}