-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.46 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.46 KB
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
{
"name": "react-native-css-nitro-example",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"tailwind": "@tailwindcss/cli -i global.css -o global/output.css --watch",
"build:android": "react-native build-android --extra-params \"--no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a\"",
"build:ios": "react-native build-ios --mode Debug"
},
"dependencies": {
"@expo/metro-config": "^54.0.7",
"@react-native/new-app-screen": "0.81.1",
"@tailwindcss/postcss": "^4.1.16",
"postcss": "^8.5.6",
"react": "19.1.0",
"react-native": "0.82.0",
"react-native-css-nitro": "portal:..",
"react-native-nitro-modules": "^0.29.1",
"react-native-reanimated": "^4.1.3",
"react-native-worklets": "^0.6.1",
"tailwindcss": "^4.1.16"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "20.0.0",
"@react-native-community/cli-platform-android": "20.0.0",
"@react-native-community/cli-platform-ios": "20.0.0",
"@react-native/babel-preset": "0.82.0",
"@react-native/metro-config": "0.82.0",
"@react-native/typescript-config": "0.82.0",
"@types/react": "^19.1.0",
"react-native-builder-bob": "^0.40.13",
"react-native-monorepo-config": "^0.1.9"
},
"engines": {
"node": ">=20"
}
}