-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.13 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.13 KB
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
{
"name": "Blockchain_Interact_App",
"version": "0.3.1",
"private": true,
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@solana/spl-token": "^0.4.13",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@web3uikit/core": "^1.1.5",
"@web3uikit/icons": "^1.1.2",
"@web3uikit/web3": "^0.3.2",
"antd": "^5.22.4",
"bip39": "^3.1.0",
"crypto-browserify": "^3.12.1",
"dotenv": "^16.4.5",
"ethers": "^6.13.4",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-moralis": "^1.4.2",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4",
"web3": "^4.16.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"dev:vite": "vite",
"build:vite": "vite build",
"preview:vite": "vite preview --port 9754",
"version": "node scripts/sync-version.js && git add src-tauri/tauri.conf.json src-tauri/Cargo.toml",
"postversion": "git push && git push --tags"
},
"engines": {
"node": ">=20.18",
"npm": ">=9"
},
"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"
]
},
"overrides": {
"@solana/web3.js": "1.95.4",
"@solana/codecs-core": "2.2.0",
"@solana/codecs-data-structures": "2.2.0",
"@solana/codecs-numbers": "2.2.0",
"@solana/codecs-strings": "2.2.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"vite": "^5.4.10"
}
}