-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.21 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
{
"name": "translator-tamagui",
"description": "Translator demo app built with Transformers.js + Tamagui + Next.js",
"version": "0.3.0",
"private": true,
"scripts": {
"build": "bunx next build",
"clean": "git clean -xdf",
"dev": "bunx next dev",
"lint": "bunx @biomejs/biome check --write .",
"start": "bunx next start"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.8",
"@tamagui/font-inter": "^1.108.2",
"@tamagui/linear-gradient": "^1.108.2",
"@tamagui/lucide-icons": "^1.108.2",
"@tamagui/next-plugin": "^1.108.2",
"@tamagui/next-theme": "^1.108.2",
"@vercel/analytics": "^1.3.1",
"@xenova/transformers": "^2.17.2",
"jotai": "^2.9.2",
"next": "^14.2.5",
"onnxruntime-web": "^1.18.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"tamagui": "^1.108.2"
},
"devDependencies": {
"@tamagui/config": "^1.108.2",
"@tamagui/core": "^1.108.2",
"@types/bun": "^1.1.6",
"@types/react": "~18.3.3",
"@types/react-native": "^0.73.0",
"expo-linear-gradient": "~13.0.2",
"react-native": "0.74.5",
"react-native-svg": "15.5.0",
"react-native-web": "^0.19.12",
"sharp": "^0.33.4",
"typescript": "~5.5.4"
}
}