-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.29 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
{
"name": "neonov",
"version": "1.1.325",
"private": true,
"type": "module",
"scripts": {
"dev": "one dev",
"dev:clean": "one dev --clean",
"clean": "one clean",
"prebuild:native": "one prebuild",
"build:web": "one build",
"serve": "one serve",
"ios": "one run:ios",
"android": "one run:android",
"upgrade:tamagui": "$npm_execpath up '*tamagui*' '@tamagui/*'"
},
"installConfig": {
"hoistingLimits": "workspaces"
},
"dependencies": {
"@react-native-masked-view/masked-view": "^0.3.1",
"@tamagui/animations-moti": "^1.116.7",
"@tamagui/colors": "^1.116.7",
"@tamagui/image-next": "^1.116.7",
"@tamagui/lucide-icons": "^1.116.7",
"@tamagui/react-native-media-driver": "^1.116.7",
"@vxrn/color-scheme": "1.1.325",
"expo": "~51.0.28",
"expo-modules-core": "^1.12.24",
"one": "1.1.325",
"react": "^18.3.1",
"react-native": "0.74.5",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-web": "^0.19.12",
"tamagui": "^1.116.7"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@tamagui/vite-plugin": "^1.116.7",
"@types/react": "^18.3.11",
"vite": "^6.0.0-beta.5"
}
}