-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.04 KB
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
{
"name": "bettervlr",
"version": "0.0.5",
"description": "VLR.GG but better",
"homepage": "https://bettervlr.com",
"bugs": {
"url": "https://github.com/myhiy/BetterVLR/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/myhiy/BetterVLR.git"
},
"author": "myhiy",
"scripts": {
"build": "webpack --config webpack.prod.js",
"dev": "webpack --watch --config webpack.dev.js"
},
"dependencies": {
"@emoji-mart/data": "^1.1.2",
"@picmo/popup-picker": "^5.8.4",
"emoji-mart": "^5.5.2",
"inline-attachment": "^2.0.3",
"magnific-popup": "github:myhiy/magnific-popup",
"tippy.js": "^6.3.7",
"twemoji": "^14.0.2"
},
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.7.6",
"style-loader": "^3.3.3",
"webpack": "^5.87.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.9.0",
"zip-webpack-plugin": "^4.0.1"
}
}