-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 1 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
{
"name": "google-tiles-extension",
"description": "Customize the looks and behavior of Google search page for better productivity",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emvaized/google-tiles-extension.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/emvaized/google-tiles-extension/issues"
},
"homepage": "https://github.com/emvaized/google-tiles-extension#readme",
"devDependencies": {
"@mcler/webpack-concat-plugin": "^4.1.6",
"css-minimizer-webpack-plugin": "^7.0.0",
"json-minimizer-webpack-plugin": "^5.0.0",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-concat-files-plugin": "^0.5.2"
},
"dependencies": {
"copy-webpack-plugin": "^12.0.2"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
}
}