-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
92 lines (92 loc) · 2.56 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
{
"name": "data-dex",
"version": "1.18.22",
"description": "The Itheum Data DEX enables you to trade your data using web3 tech",
"dependencies": {
"@chakra-ui/icons": "2.1.1",
"@chakra-ui/react": "2.8.2",
"@hookform/resolvers": "3.6.0",
"@itheum/sdk-mx-data-nft": "3.8.0-alpha.15",
"@itheum/sdk-mx-enterprise": "0.3.0",
"@multiversx/sdk-core": "13.14.2",
"@multiversx/sdk-dapp": "2.33.3",
"@peerme/sdk": "0.2.1",
"@sentry/react": "7.118.0",
"@tanstack/match-sorter-utils": "8.15.1",
"@tanstack/react-table": "8.19.3",
"axios": "1.7.4",
"bignumber.js": "9.1.2",
"dotenv": "16.4.5",
"framer-motion": "11.3.6",
"moment": "2.30.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.52.1",
"react-icons": "5.2.1",
"react-router-dom": "6.25.1",
"web-vitals": "3.5.2",
"yup": "1.4.0",
"zustand": "4.5.4"
},
"scripts": {
"start": "vite dev",
"dev": "vite dev",
"build": "tsc & vite build",
"serve": "tsc & vite preview",
"test": "vitest",
"predeploy": "npm run build",
"lint": "eslint --ext js,ts,tsx src",
"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.19.39",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"@vitejs/plugin-basic-ssl": "1.1.0",
"@vitejs/plugin-react": "4.3.1",
"@vitest/coverage-v8": "1.6.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard": "17.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-promise": "6.2.0",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react-hooks": "4.6.2",
"jsdom": "24.1.0",
"prettier": "3.3.2",
"react-error-overlay": "6.0.11",
"typescript": "5.5.2",
"vite": "5.3.2",
"vite-plugin-node-polyfills": "0.22.0",
"vite-plugin-svgr": "4.2.0",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.6.0"
},
"resolutions": {
"**/*/nth-check": "2.0.1"
},
"engines": {
"node": "18.20.4"
}
}