-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.24 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.24 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
{
"name": "aepp-bridge",
"version": "1.17.5",
"private": true,
"devDependencies": {
"@aeternity/aepp-sdk": "14.0.0",
"@craco/craco": "6.4.5",
"@emotion/react": "11.10.0",
"@emotion/styled": "11.10.0",
"@js-temporal/polyfill": "0.4.3",
"@mui/icons-material": "6.0.2",
"@mui/material": "5.9.3",
"@mui/styles": "5.9.3",
"@reown/appkit": "^1.6.7",
"@reown/appkit-adapter-ethers": "1.6.5",
"@taquito/taquito": "^15.0.0",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.3.0",
"@testing-library/user-event": "14.4.1",
"@types/jest": "28.1.6",
"@types/node": "18.6.3",
"@types/react-helmet": "6.1.5",
"axios": "0.27.2",
"bignumber.js": "9.1.0",
"craco-esbuild": "0.5.1",
"crypto-browserify": "3.12.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"ethers": "^6.13.2",
"fork-ts-checker-webpack-plugin": "7.2.13",
"jdenticon": "3.1.1",
"moment": "^2.30.1",
"notistack": "^3.0.2",
"prism-react-renderer": "1.3.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
"react-router-dom": "6.3.0",
"react-scripts": "5.0.1",
"stream-browserify": "3.0.0",
"tsconfig-paths-webpack-plugin": "4.0.0",
"typescript": "4.7.4",
"web-vitals": "2.1.4"
},
"scripts": {
"prepare-deployment": "node prepare-deployment.js",
"start": "GENERATE_SOURCEMAP=false craco start",
"build": "craco build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prettier": "prettier",
"lint": "eslint"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@coinbase/wallet-sdk": "^4.3.0"
}
}