generated from multiversx/mx-template-dapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.36 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
{
"name": "@multiversx/template-dapp",
"description": "MultiversX Dapp Template",
"version": "1.0.0",
"author": "MultiversX",
"license": "GPL-3.0-or-later",
"repository": "@multiversx/mx-template-dapp",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.1.0",
"@fortawesome/free-solid-svg-icons": "6.1.0",
"@fortawesome/react-fontawesome": "0.1.18",
"@multiversx/sdk-core": "12.9.0",
"@multiversx/sdk-dapp": "2.22.1",
"@multiversx/sdk-network-providers": "2.0.0",
"axios": "0.24.0",
"bootstrap": "4.6.2",
"moment": "2.29.4",
"react": "18.2.0",
"react-bootstrap": "2.1.2",
"react-dom": "18.2.0",
"react-router-dom": "6.4.2",
"web-vitals": "1.0.1"
},
"scripts": {
"start": "HTTPS=true PORT=3001 react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"lint": "eslint --ext js,ts,tsx src",
"run-cypress": "npx cypress run"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"jest": {
"moduleNameMapper": {
"@multiversx/sdk-dapp/(.*)": "<rootDir>/node_modules/@multiversx/sdk-dapp/__commonjs/$1.js"
}
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/jest": "26.0.15",
"@types/node": "12.0.0",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.10",
"@types/react-router-dom": "5.1.7",
"crypto-browserify": "3.12.0",
"cypress": "12.14.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-react": "1.1.7",
"eslint-config-react-app": "7.0.1",
"eslint-config-standard": "17.0.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-typescript": "3.2.5",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"path-browserify": "1.0.1",
"prettier": "2.7.1",
"react-app-rewired": "2.2.1",
"react-scripts": "5.0.1",
"sass": "1.55.0",
"stream-browserify": "3.0.0",
"typescript": "4.1.2"
},
"resolutions": {
"**/*/nth-check": "2.0.1"
}
}