-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.57 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
{
"name": "junction",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"clear": "git clean -Xfd",
"android": "expo run:android",
"ios": "expo run:ios"
},
"dependencies": {
"@auth/core": "0.36.0",
"@babel/core": "^7.25.2",
"@babel/generator": "^7.25.0",
"@babel/parser": "^7.25.3",
"@babel/traverse": "^7.25.3",
"@babel/types": "^7.25.2",
"@convex-dev/auth": "^0.0.74",
"@hookform/resolvers": "^3.9.0",
"@tanstack/react-query": "^5.51.23",
"@tanstack/react-table": "^8.20.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "4",
"expo": "~51.0.28",
"geist": "^1.3.1",
"i18next": "^23.15.1",
"jotai": "^2.9.1",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.52.2",
"react-i18next": "^15.0.2",
"react-native": "0.74.5",
"tailwind-merge": "^2.4.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@types/lodash.isequal": "^4.5.8",
"@types/node": "^20",
"@types/react": "~18.3.12",
"@types/react-dom": "18.3.1",
"@types/uuid": "^10.0.0",
"@types/three": "^0.168.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.35",
"tailwindcss": "3.4.10",
"tailwindcss-animate": "^1.0.7",
"turbo": "^2.1.3",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]",
"workspaces": ["apps/*", "packages/shared/*", "packages/ui/*", "packages/*"],
"version": "1.0.0"
}