-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.97 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
{
"name": "data-dex-evm",
"version": "0.2.1-alpha",
"description": "The Itheum Data DEX enables you to trade your personal data using web3 tech",
"dependencies": {
"@chakra-ui/icons": "2.0.18",
"@chakra-ui/react": "2.5.5",
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"@hookform/resolvers": "3.1.0",
"@multiversx/sdk-core": "12.1.1",
"@multiversx/sdk-dapp": "2.11.2",
"@multiversx/sdk-network-providers": "1.4.0",
"@multiversx/sdk-transaction-decoder": "1.0.2",
"@tanstack/match-sorter-utils": "8.8.4",
"@tanstack/react-table": "8.8.5",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@web3-onboard/core": "^2.17.0",
"@web3-onboard/injected-wallets": "^2.8.5",
"@web3-onboard/react": "^2.8.1",
"@web3-onboard/transaction-preview": "^2.0.6",
"axios": "1.3.5",
"dotenv": "16.0.3",
"ethers": "^5.7.2",
"framer-motion": "10.12.2",
"mime": "3.0.0",
"moment": "2.29.4",
"nft.storage": "7.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "14.2.3",
"react-hook-form": "7.43.9",
"react-icons": "4.8.0",
"react-router-dom": "6.9.0",
"react-scripts": "5.0.1",
"web-vitals": "3.3.1",
"yup": "1.1.1"
},
"scripts": {
"start": "REACT_APP_VERSION=$(node -pe 'require(\"./package.json\").version') react-scripts start",
"build": "REACT_APP_VERSION=$(node -pe 'require(\"./package.json\").version') react-scripts build",
"localWinBuild": "react-scripts build",
"localWinStart": "react-scripts start",
"test": "react-scripts test",
"eject": "react-scripts eject",
"start-flat": "npx http-server -o /flat",
"predeploy": "npm run build",
"lint": "eslint src --ext .js,.ts,.tsx",
"format": "prettier --write . && npm run lint -- --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Itheum/data-dex.git"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/node": "18.15.11",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"eslint": "8.38.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-react-app": "7.0.1",
"eslint-config-standard": "17.0.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "2.8.7",
"react-error-overlay": "6.0.11",
"react-scripts": "5.0.1",
"typescript": "4.9.5"
},
"engines": {
"node": "18.15.0"
}
}