forked from kin-starters/kinetic-playground
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.24 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
{
"name": "kin-node-demo-fe",
"version": "0.1.0",
"private": true,
"dependencies": {
"@kin-kinetic/keypair": "^1.0.0-rc.16",
"@kin-kinetic/sdk": "^1.0.0-rc.16",
"@kin-kinetic/solana": "^1.0.0-rc.16",
"@kin-tools/kin-memo": "^1.1.0",
"@kin-tools/kin-transaction": "^1.3.1",
"@solana/spl-token": "^0.2.0",
"@solana/wallet-adapter-base": "^0.9.3",
"@solana/wallet-adapter-react": "^0.15.3",
"@solana/wallet-adapter-react-ui": "^0.9.5",
"@solana/wallet-adapter-wallets": "^0.19.1",
"@solana/web3.js": "^1.34.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.17",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"axios": "^0.24.0",
"bignumber.js": "^9.0.2",
"crypto": "npm:crypto-browserify",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.1.1",
"react": "^17.0.2",
"react-collapsible": "^2.8.4",
"react-dom": "^17.0.2",
"react-loader-spinner": "^4.0.0",
"react-scripts": "5.0.1",
"react-toastify": "^8.1.0",
"sass": "^1.45.1",
"secure-ls": "^1.2.6",
"stream": "npm:stream-browserify",
"typescript": "^4.5.4",
"web-vitals": "^2.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"buffer": "^6.0.3",
"eslint": "^7.26.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "2.0.5",
"stream": "^0.0.2"
},
"browser": {
"crypto": false
}
}