-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
89 lines (89 loc) · 2.5 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
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
{
"name": "kin-laboratory",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev:web": "nx serve web",
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"devDependencies": {
"@chakra-ui/icons": "^2.0.2",
"@kin-sdk/core": "^0.7.0",
"@nrwl/cli": "14.3.6",
"@nrwl/cypress": "14.3.6",
"@nrwl/eslint-plugin-nx": "14.3.6",
"@nrwl/jest": "14.3.6",
"@nrwl/linter": "14.3.6",
"@nrwl/node": "14.3.6",
"@nrwl/nx-cloud": "14.1.3",
"@nrwl/react": "14.3.6",
"@nrwl/web": "14.3.6",
"@nrwl/workspace": "14.3.6",
"@solana/web3.js": "^1.34.0",
"@testing-library/react": "13.3.0",
"@trustwallet/wallet-core": "^3.0.3",
"@types/bs58": "^4.0.1",
"@types/jest": "27.4.1",
"@types/node": "18.0.0",
"@types/react": "18.0.13",
"@types/react-dom": "18.0.5",
"@types/react-router-dom": "5.3.1",
"@typescript-eslint/eslint-plugin": "5.24.0",
"@typescript-eslint/parser": "5.24.0",
"atob": "^2.1.2",
"babel-jest": "27.5.1",
"cypress": "^9.1.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.30.0",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "27.5.1",
"nx": "14.3.6",
"prettier": "2.7.1",
"react-test-renderer": "18.2.0",
"ts-jest": "27.1.4",
"ts-node": "~10.8.0",
"typescript": "4.7.4"
},
"dependencies": {
"@chakra-ui/react": "^2.2.1",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@kin-kinetic/keypair": "^1.0.0-rc.9",
"@kin-kinetic/sdk": "^1.0.0-rc.9",
"@kin-kinetic/solana": "^1.0.0-rc.9",
"@kin-sdk/client": "^0.8.0",
"@kin-tools/kin-memo": "^1.2.2",
"@kin-tools/kin-transaction": "^1.2.2",
"@saas-ui/react": "^1.0.0",
"@solana/spl-token": "^0.1.8",
"bip39": "^3.0.4",
"bs58": "^4.0.1",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.6.5",
"crypto": "npm:crypto-browserify",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.1.1",
"ed25519-hd-key": "^1.2.0",
"framer-motion": "^6",
"hex-to-32": "^2.0.0",
"path": "npm:path-browserify",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.3.0",
"regenerator-runtime": "0.13.7",
"stream": "^0.0.2",
"tslib": "^2.0.0"
},
"browser": {
"crypto": false
}
}