generated from multiversx/mx-template-dapp
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
100 lines (100 loc) · 2.96 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
90
91
92
93
94
95
96
97
98
99
100
{
"name": "@elrondnetwork/multisig",
"description": "Elrond Multisig",
"version": "0.1.2",
"author": "ElrondNetwork",
"license": "GPL-3.0-or-later",
"repository": "@elrondnetwork/multisig",
"dependencies": {
"@elrondnetwork/dapp-core": "^1.0.12",
"@elrondnetwork/dapp-utils": "0.1.3",
"@elrondnetwork/erdjs": "9.0.3",
"@fortawesome/free-regular-svg-icons": "5.15.4",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@reduxjs/toolkit": "1.6.1",
"axios": "0.21.1",
"bootstrap": "4.6.0",
"clsx": "1.1.1",
"formik": "2.2.9",
"i18next": "20.4.0",
"keccak": "3.0.2",
"moment": "2.29.1",
"node-sass": "6.0.1",
"qrcode.react": "1.0.1",
"react": "17.0.2",
"react-bootstrap": "1.6.0",
"react-circular-progressbar": "2.0.4",
"react-dom": "17.0.2",
"react-i18next": "11.11.4",
"react-inlinesvg": "2.3.0",
"react-redux": "7.2.5",
"react-router-dom": "6.2.1",
"react-scripts": "4.0.3",
"react-select": "4.3.1",
"redux-persist": "6.0.0",
"reselect": "4.0.0",
"typescript": "4.1.2",
"update": "0.7.4",
"web-vitals": "1.0.1",
"yup": "0.32.9"
},
"scripts": {
"copy-devnet-config": "cp ./src/config.devnet.ts ./src/config.ts",
"copy-testnet-config": "cp ./src/config.testnet.ts ./src/config.ts",
"copy-mainnet-config": "cp ./src/config.mainnet.ts ./src/config.ts",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint --ext ts,tsx src"
},
"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"
]
},
"devDependencies": {
"@testing-library/jest-dom": "5.11.4",
"@testing-library/react": "11.1.0",
"@testing-library/user-event": "12.1.10",
"@types/jest": "26.0.15",
"@types/keccak": "3.0.1",
"@types/node": "12.0.0",
"@types/qrcode.react": "1.0.2",
"@types/react": "17.0.7",
"@types/react-dom": "17.0.0",
"@types/react-router-dom": "5.1.7",
"@types/react-select": "4.0.17",
"@types/redux-persist": "4.3.1",
"@typescript-eslint/eslint-plugin": "4.22.1",
"@typescript-eslint/parser": "4.22.1",
"eslint": "7.25.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-react": "1.1.7",
"eslint-config-react-app": "6.0.0",
"eslint-config-standard": "16.0.2",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-typescript": "2.4.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react-hooks": "4.2.0",
"prettier": "2.3.2"
}
}