forked from 2025-Shifterz/Offnal-FE-Renew
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.49 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.49 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "ShifterzNew",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"prepare": "husky"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"prettier --write",
"eslint --fix"
]
},
"dependencies": {
"@react-native/new-app-screen": "0.81.4",
"axios": "^1.12.2",
"babel-plugin-dotenv-import": "^3.0.1",
"identity-obj-proxy": "^3.0.0",
"nativewind": "^4.2.1",
"prettier-plugin-tailwindcss": "^0.5.14",
"react": "19.1.0",
"react-native": "0.81.4",
"react-native-encrypted-storage": "^4.0.3",
"react-native-image-picker": "^8.2.1",
"react-native-reanimated": "^4.1.0",
"react-native-safe-area-context": "^5.4.0",
"react-native-sqlite-storage": "^6.0.1",
"react-native-svg": "^15.13.0",
"react-native-svg-transformer": "^1.5.1",
"react-native-worklets": "^0.5.1",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^3.4.17",
"zustand": "^5.0.8"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@eslint/js": "^9.35.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.81.4",
"@react-native/eslint-config": "0.81.4",
"@react-native/metro-config": "0.81.4",
"@react-native/typescript-config": "0.81.4",
"@testing-library/react-native": "^13.3.3",
"@types/jest": "^29.5.13",
"@types/react": "^19.1.0",
"@types/react-native-sqlite-storage": "^6.0.5",
"@types/react-test-renderer": "^19.1.0",
"@typescript-eslint/eslint-plugin": "^8.44.0",
"@typescript-eslint/parser": "^8.44.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.1.8",
"eslint-formatter-html": "^2.7.3",
"eslint-plugin-jest": "^29.0.1",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.4.0",
"husky": "^9.1.7",
"jest": "^29.6.3",
"jest-html-reporters": "^3.1.7",
"lint-staged": "^16.2.0",
"prettier": "3.6.2",
"react-native-asset": "^2.1.1",
"react-test-renderer": "19.1.0",
"typescript": "5.5",
"typescript-eslint": "^8.44.0"
},
"engines": {
"node": ">=20"
}
}