-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "bitclout-superwallet",
"version": "0.1.0",
"description": "Chrome extension that Updates your BitClout wallet",
"private": true,
"scripts": {
"start": "webpack serve --open --config webpack.dev.js",
"watch": "webpack --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZakharDay/bitclout-superwallet.git"
},
"keywords": [],
"author": "Zakhar Day",
"license": "",
"bugs": {
"url": "https://github.com/ZakharDay/bitclout-superwallet/issues"
},
"homepage": "https://github.com/ZakharDay/bitclout-superwallet#readme",
"devDependencies": {
"css-loader": "^5.2.4",
"css-minimizer-webpack-plugin": "^2.0.0",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.6.0",
"sass": "^1.32.12",
"sass-loader": "^11.0.1",
"webpack": "^5.33.2",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"textarea-caret": "^3.1.0"
}
}