-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
48 lines (48 loc) · 1.3 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
{
"name": "nativecn",
"version": "1.0.3",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"prepare": "husky install",
"lint": "eslint ."
},
"dependencies": {
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"expo": "~50.0.15",
"expo-image": "~1.10.6",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"lucide-react-native": "^0.334.0",
"nativewind": "^4.0.1",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-reanimated": "~3.6.2",
"react-native-svg": "^14.1.0",
"react-native-vector-icons": "^10.0.3",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"twrnc": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/react": "~18.2.55",
"@types/react-native-vector-icons": "^6.4.18",
"eslint": "^8.56.0",
"eslint-config-universe": "^12.0.0",
"husky": "^9.0.10",
"lint-staged": "^15.2.2",
"prettier": "3.2.5",
"tailwindcss": "3.4.1",
"typescript": "^5.3.3"
},
"lint-staged": {
"**/*{.js,ts,tsx}": "prettier --write --ignore-unknown"
},
"private": true
}