-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
64 lines (64 loc) · 2.08 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
{
"name": "tari-universe",
"private": true,
"version": "0.6.4",
"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",
"translate": "node ./scripts/translator.js"
},
"dependencies": {
"@floating-ui/react": "^0.26.27",
"@sentry/react": "^8.36.0",
"@tauri-apps/api": "^1",
"emoji-regex": "^10.4.0",
"framer-motion": "^11.11.11",
"globals": "^15.12.0",
"i18next": "^23.16.4",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.6.2",
"linkify-react": "^4.1.3",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.53.1",
"react-i18next": "^15.1.0",
"react-icons": "^5.3.0",
"react-lottie": "^1.2.4",
"socket.io-client": "^4.8.1",
"styled-components": "^6.1.12",
"uuid": "^10.0.0",
"vite-tsconfig-paths": "^5.1.0",
"zustand": "^5.0.1"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@nabla/vite-plugin-eslint": "^2.0.4",
"@sentry/vite-plugin": "^2.22.6",
"@tauri-apps/cli": "^1.6.3",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/uuid": "^10.0.0",
"@typescript-eslint/parser": "^8.3.0",
"@vitejs/plugin-react": "^4.3.3",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-i18next": "^6.1.0",
"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.6.3",
"typescript-eslint": "^8.13.0",
"vite": "^5.4.10"
}
}