-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.14 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
101
102
103
104
105
106
107
108
{
"name": "sol-data-dex",
"version": "1.0.0-beta.7",
"description": "Web3 tools to tokenize your data, identity and reputation on the Solana blockchain.",
"dependencies": {
"@chakra-ui/icons": "2.1.1",
"@chakra-ui/react": "2.8.2",
"@coral-xyz/anchor": "0.29.0",
"@hookform/resolvers": "3.6.0",
"@itheum/sdk-mx-data-nft": "3.7.0-alpha.7",
"@metaplex-foundation/digital-asset-standard-api": "1.0.4",
"@sentry/react": "7.118.0",
"@solana-mobile/wallet-adapter-mobile": "2.1.3",
"@solana/spl-account-compression": "0.2.1",
"@solana/spl-token": "0.4.6",
"@solana/wallet-adapter-base": "0.9.23",
"@solana/wallet-adapter-react": "0.15.35",
"@solana/wallet-adapter-react-ui": "0.9.35",
"@solana/wallet-adapter-wallets": "0.19.32",
"@solana/web3.js": "1.91.8",
"@tiplink/wallet-adapter": "2.1.20",
"@tiplink/wallet-adapter-react-ui": "1.0.0",
"axios": "1.7.2",
"bignumber.js": "9.1.2",
"clsx": "2.1.1",
"dotenv": "16.4.5",
"framer-motion": "11.3.6",
"moment": "2.30.1",
"react": "18.2.0",
"react-countdown": "2.3.6",
"react-dom": "18.2.0",
"react-hook-form": "7.52.1",
"react-icons": "5.2.1",
"react-router-dom": "6.25.1",
"tailwind-merge": "2.5.2",
"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",
"autoprefixer": "10.4.20",
"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",
"postcss": "8.4.45",
"prettier": "3.3.2",
"react-error-overlay": "6.0.11",
"tailwindcss": "3.4.10",
"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",
"rpc-websockets": "7.9.0"
},
"overrides": {
"rpc-websockets": "7.9.0"
},
"engines": {
"node": "18.20.4"
}
}