-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.52 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
{
"name": "iotawebwallet",
"version": "2.0.9-beta",
"description": "An easy-to-use yet powerful web wallet for IOTA",
"author": "José Miguel Moreno <josemmo@pm.me>",
"repository": "https://github.com/josemmo/iotawebwallet",
"license": "GPL-3.0",
"browserslist": "defaults, IE 10, IE 9, IE 8",
"scripts": {
"build": "webpack --mode=production",
"start": "webpack serve --mode=development"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/plugin-proposal-export-default-from": "^7.12.13",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.13.15",
"@iota/checksum": "^1.0.0-beta.30",
"@iota/converter": "^1.0.0-beta.30",
"@iota/core": "^1.0.0-beta.30",
"@iota/validators": "^1.0.0-beta.30",
"babel-loader": "^8.2.2",
"bootstrap": "^4.5.2",
"chartist": "^0.11.4",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.0.0",
"css-loader": "^5.0.1",
"datatables.net": "^1.10.21",
"datatables.net-bs4": "^1.10.21",
"dayjs": "^1.8.34",
"html-loader": "^2.1.2",
"html-webpack-inline-svg-plugin": "^2.3.0",
"html-webpack-plugin": "^5.3.1",
"jquery": "^3.5.1",
"license-webpack-plugin": "^2.3.17",
"mini-css-extract-plugin": "^1.5.0",
"popper.js": "^1.16.1",
"qrcode": "^1.4.4",
"sass": "^1.32.10",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1",
"url-loader": "^4.1.1",
"webpack": "^5.33.2",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2"
}
}