forked from stellar-expert/albedo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 3.11 KB
/
Copy pathpackage.json
File metadata and controls
102 lines (102 loc) · 3.11 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "albedo",
"private": true,
"version": "0.12.4",
"description": "Delegated transactions and messages signer for Stellar Network",
"author": "StellarExpertTeam<info@stellar.expert>",
"license": "MIT",
"homepage": "https://github.com/stellar-expert/albedo",
"bugs": {
"url": "https://github.com/stellar-expert/albedo/issues",
"email": "info@stellar.expert"
},
"repository": {
"type": "git",
"url": "https://github.com/stellar-expert/albedo.git"
},
"scripts": {
"build-app": "webpack --mode=production --config src/app-webpack-config.js",
"build-extension": "webpack --mode=production --config src/extension-webpack-config.js",
"postbuild-extension": "node ./deploy/prepare-extension-package.js",
"watch-app": "webpack serve --mode=development --config src/app-webpack-config.js",
"watch-extension": "webpack --mode=development --config src/extension-webpack-config.js --watch",
"test": "jest"
},
"keywords": [
"stellar",
"signer",
"SSO"
],
"browserslist": [
"> 2%",
"not ie 11",
"not op_mini all"
],
"jest": {
"transform": {
"^.+\\.jsx?$": "babel-jest"
},
"setupFiles": [
"./test/setup-jest.js"
]
},
"devDependencies": {
"@albedo-link/intent": "file:../intent",
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-object-rest-spread": "^7.14.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"@babel/register": "^7.13.16",
"@babel/runtime": "^7.14.0",
"@ledgerhq/hw-app-str": "^5.51.1",
"@ledgerhq/hw-transport-webusb": "^5.53.1",
"@stellar-expert/tx-signers-inspector": "^1.2.1",
"aes-js": "^3.1.2",
"archiver": "^5.3.0",
"argon2-browser": "^1.18.0",
"babel-jest": "^27.0.2",
"babel-loader": "^8.2.2",
"base64-loader": "^1.0.0",
"bip39": "^3.0.4",
"classnames": "^2.3.1",
"clone": "^2.1.2",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.2.6",
"css-minimizer-webpack-plugin": "^3.0.1",
"highlight.js": "^11.0.1",
"history": "^4.10.1",
"html-webpack-plugin": "^5.3.1",
"jest": "^27.0.4",
"jest-fetch-mock": "^3.0.3",
"mini-css-extract-plugin": "^1.6.0",
"mobx": "^6.3.2",
"mobx-react": "^7.2.0",
"node-sass": "^6.0.0",
"otplib": "^12.0.1",
"prop-types": "^15.7.2",
"qrcode.react": "^1.0.1",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^17.0.2",
"react-fast-compare": "^3.2.0",
"react-loadable": "^5.5.0",
"react-router": "^5.2.0",
"react-timeago": "^6.2.1",
"sass-loader": "^12.0.0",
"sha.js": "^2.4.11",
"stellar-identicon-js": "^1.0.0",
"stellar-sdk": "^8.2.2",
"stream-browserify": "^3.0.0",
"svg-inline-loader": "^0.8.2",
"terser-webpack-plugin": "^5.1.3",
"throttle-debounce": "^2.3.0",
"vivus": "^0.4.6",
"webextension-polyfill": "^0.8.0",
"webpack": "^5.38.1",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}