-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
73 lines (73 loc) · 2.49 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
{
"name": "tari-universe",
"private": true,
"version": "0.8.34",
"type": "module",
"scripts": {
"dev": "vite dev --mode development",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix",
"lint:taplo": "taplo format --check",
"translate": "node ./scripts/translator.js"
},
"dependencies": {
"@floating-ui/react": "^0.26.28",
"@lottiefiles/dotlottie-react": "^0.10.1",
"@sentry/react": "^8.42.0",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-os": "^2.0.0",
"@tauri-apps/plugin-process": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.0.1",
"@tauri-apps/plugin-updater": "^2.0.0",
"emoji-regex": "^10.4.0",
"framer-motion": "^11.13.1",
"globals": "^15.13.0",
"i18next": "^23.16.8",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.7.1",
"linkify-react": "^4.2.0",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.53.2",
"react-i18next": "^15.1.3",
"react-icons": "^5.4.0",
"react-markdown": "^9.0.1",
"socket.io-client": "^4.8.1",
"styled-components": "^6.1.12",
"tauri-plugin-sentry-api": "^0.2.0",
"use-sync-external-store": "^1.4.0",
"uuid": "^10.0.0",
"vite-tsconfig-paths": "^5.1.3",
"zustand": "^5.0.2"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@nabla/vite-plugin-eslint": "^2.0.5",
"@sentry/vite-plugin": "^2.22.7",
"@taplo/cli": "^0.7.0",
"@tauri-apps/cli": "^2.1.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.10.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/uuid": "^10.0.0",
"@typescript-eslint/parser": "^8.3.0",
"@vitejs/plugin-react": "^4.3.4",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-i18next": "^6.1.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"prettier": "3.3.3",
"prettier-eslint": "^16.3.0",
"react-qr-code": "^2.0.15",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
"vite": "^5.4.11"
}
}