generated from USNightOwl/react-native-tailwindcss-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.49 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
{
"main": "src/App.tsx",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "eslint ./src --ext .js,.ts,.jsx,.tsx --fix",
"prettier": "prettier --write \"src/**/*\""
},
"dependencies": {
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"date-fns": "^2.30.0",
"expo": "~51.0.28",
"expo-linear-gradient": "^13.0.2",
"expo-status-bar": "~1.12.1",
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-native": "0.74.5",
"react-native-gesture-handler": "^2.19.0",
"react-native-heroicons": "^4.0.0",
"react-native-progress": "^5.0.1",
"react-native-safe-area-context": "^4.11.0",
"react-native-screens": "^3.34.0",
"react-native-snap-carousel-v4": "^1.0.1",
"react-native-svg": "^15.6.0",
"swr": "^2.2.5"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@react-native-community/eslint-config": "^2.0.0",
"@tsconfig/react-native": "^3.0.5",
"@types/react": "^18.3.5",
"@types/react-native": "~0.63.2",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"eslint": "^7.25.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"prettier": "^2.2.1",
"tailwindcss": "3.3.2",
"typescript": "^4.9.4"
},
"private": true
}