-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.42 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
49
50
51
52
53
54
{
"name": "@tixl/tixl-sdk-js",
"version": "0.7.17",
"scripts": {
"prepublish": "yarn build",
"build": "rm -rf dist && yarn build:js && yarn build:package && yarn build:worker",
"build:js": "tsc",
"build:package": "cp src/_package.json dist/package.json && touch dist/.npmignore && cp .yarnrc dist/",
"build:worker": "npx webpack --config web-worker/webpack.config.js"
},
"files": [
"dist/package.json",
"dist/**/*.js",
"dist/**/*.d.ts"
],
"dependencies": {
"@bitauth/libauth": "1.18.1",
"axios": "0.21.1",
"bs58": "4.0.1",
"buffer": "6.0.3",
"build-query-string": "1.2.1",
"expo-random": "11.1.2",
"hash-emoji": "0.0.4",
"js-sha256": "0.9.0",
"jsbi": "3.1.4",
"lodash": "4.17.21",
"randombytes": "2.1.0",
"react-redux": "7.2.4",
"redux": "4.1.0",
"redux-thunk": "2.3.0"
},
"devDependencies": {
"@types/aes-js": "3.1.1",
"@types/base64-js": "1.3.0",
"@types/bs58": "4.0.1",
"@types/debug": "4.1.5",
"@types/lodash": "4.14.168",
"@types/node": "15.0.2",
"@types/randombytes": "2.0.0",
"@types/react": "17.0.0",
"@types/react-redux": "7.1.16",
"@types/secp256k1": "4.0.2",
"debug": "4.3.1",
"prettier": "2.3.0",
"ts-loader": "9.1.2",
"ts-node": "9.1.1",
"typescript": "4.2.4",
"webpack": "5.37.0",
"webpack-cli": "4.7.0"
},
"peerDependencies": {
"@tixl/tixl-types": "0.7.3"
}
}