-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 888 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
32
{
"name": "vanity-tester",
"version": "2.0.0",
"author": "ZonianMidian",
"description": "Try colors, paints and badges on your Twitch user",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/ZonianMidian/vanity-tester.git"
},
"bugs": {
"url": "https://github.com/ZonianMidian/vanity-tester/issues"
},
"homepage": "https://github.com/ZonianMidian/vanity-tester#readme",
"scripts": {
"build": "webpack --mode production"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"favicons": "^7.1.4",
"favicons-webpack-plugin": "^6.0.1",
"html-webpack-plugin": "^5.5.4",
"mini-css-extract-plugin": "^2.7.6",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
}