-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.31 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
{
"name": "tari-universe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@reduxjs/toolkit": "^2.2.6",
"@tari-project/tarijs": "^0.1.23",
"@tari-project/wallet_jrpc_client": "^1.0.8",
"@tari-project/typescript-bindings": "1.0.6",
"@tauri-apps/api": ">=2.0.0-beta.0",
"@tauri-apps/plugin-shell": ">=2.0.0-beta.0",
"i18next": "^23.12.2",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^15.0.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.0"
},
"devDependencies": {
"@tauri-apps/cli": "2.0.0-beta.11",
"@types/node": "^20.12.6",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.1",
"internal-ip": "^7.0.0",
"typescript": "^5.0.2",
"vite": "^5.0.0",
"vite-plugin-node-polyfills": "0.17.0",
"vite-tsconfig-paths": "^4.3.2"
},
"engines": {
"node": ">=18.0.0",
"yarn": "^1.22.0"
}
}