forked from tari-project/universe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.79 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
{
"name": "tari-universe",
"private": true,
"version": "0.2.5",
"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"
},
"dependencies": {
"@floating-ui/react": "^0.26.23",
"@tauri-apps/api": "^1",
"framer-motion": "^11.5.2",
"globals": "^15.9.0",
"i18next": "^23.14.0",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.6.1",
"lottie-react": "^2.4.0",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.52.2",
"react-i18next": "^15.0.1",
"react-icons": "^5.3.0",
"styled-components": "^6.1.12",
"uuid": "^10.0.0",
"vite-tsconfig-paths": "^5.0.1",
"zustand": "^4.5.5"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@nabla/vite-plugin-eslint": "^2.0.4",
"@tauri-apps/cli": "^1",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.2.7",
"@types/uuid": "^10.0.0",
"@typescript-eslint/parser": "^8.3.0",
"@vitejs/plugin-react": "^4.2.1",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^5.1.0-rc-d48603a5-20240813",
"prettier": "3.3.3",
"prettier-eslint": "^16.3.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0",
"vite": "^5.4.3"
}
}