-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 2.05 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 2.05 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
{
"name": "@docknetwork/wallet-sdk-react-native",
"version": "1.9.2",
"license": "https://github.com/docknetwork/wallet-sdk/LICENSE",
"repository": {
"type": "git",
"url": "git+https://github.com/docknetwork/wallet-sdk.git",
"directory": "packages/react-native"
},
"peerDependencies": {
"react-native": "*"
},
"scripts": {
"test": "jest",
"test:bundle": "playwright test",
"test:bundle:headed": "playwright test --headed",
"build": "echo 'add build script when required'",
"build:bundle": "node bundler/build.js",
"build:all": "node bundler/build-and-copy.js",
"dev": "node bundler/server.js"
},
"browserslist": "> 0.01%",
"dependencies": {
"@docknetwork/wallet-sdk-core": "^1.9.2",
"@docknetwork/wallet-sdk-data-store-typeorm": "^1.9.2",
"@docknetwork/wallet-sdk-dids": "^1.9.1",
"@docknetwork/wallet-sdk-wasm": "^1.9.2",
"react-native-webview": "^11.4.3",
"rollup": "^4.57.0"
},
"devDependencies": {
"@playwright/test": "^1.58.0",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-babel": "^6.1.0",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-replace": "^6.0.3",
"@rollup/plugin-wasm": "^6.2.2",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react-hooks": "^8.0.0",
"@types/react": "^18.0.24",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.1",
"http-server": "^14.1.1",
"jest": "29.1.0",
"jest-environment-jsdom": "29.1.0",
"raf": "^3.4.1",
"react": "^18.2.0",
"react-dom": "^17.0.2",
"react-test-renderer": "18.2.0",
"rollup-plugin-polyfill-node": "^0.13.0",
"stream-browserify": "^3.0.0",
"ts-jest": "29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}