-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
118 lines (118 loc) · 4.27 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
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "aos-mobile",
"version": "8.2.5",
"private": true,
"workspaces": {
"packages": [
"packages/*",
"packages/**/*"
]
},
"scripts": {
"clean": "find . -type d -name node_modules | xargs rm -rf && find . -type d -name lib | xargs rm -rf",
"dev": "nx run-many --target=dev --maxParallel=15",
"build": "nx run-many --target=build",
"start": "nx run-many --target=build && react-native start",
"android": "react-native run-android --mode=devDebug",
"android:bundle": "cd android && ./gradlew app:bundleStoreRelease",
"android:apk": "cd android && ./gradlew app:assemblePipelineRelease",
"ios": "react-native run-ios --simulator 'iPhone SE (3rd generation)'",
"release": "nx run-many --target=npm-publish --verbose",
"test": "jest --silent --updateSnapshot",
"lint": "nx run-many --target=lint",
"format": "nx run-many --target=format",
"format:check": "nx run-many --target=format:check",
"graph": "nx graph",
"license:add": "nx run-many --target=license:add",
"generator": "npx aom-generate --options && yarn license:add",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build",
"postinstall": "patch-package"
},
"dependencies": {
"@axelor/aos-mobile-core": "8.2.5",
"@axelor/aos-mobile-crm": "8.2.5",
"@axelor/aos-mobile-helpdesk": "8.2.5",
"@axelor/aos-mobile-hr": "8.2.5",
"@axelor/aos-mobile-intervention": "8.2.5",
"@axelor/aos-mobile-manufacturing": "8.2.5",
"@axelor/aos-mobile-project": "8.2.5",
"@axelor/aos-mobile-quality": "8.2.5",
"@axelor/aos-mobile-sale": "8.2.5",
"@axelor/aos-mobile-stock": "8.2.5",
"@axelor/aos-mobile-ui": "8.2.5",
"@react-native-clipboard/clipboard": "1.14.1",
"@react-native-community/slider": "^4.5.4",
"bootstrap-icons": "^1.10.3",
"react": "18.2.0",
"react-native": "0.73.9",
"react-native-blob-util": "0.18.4",
"react-native-contacts": "^7.0.8",
"react-native-datawedge-intents": "^0.1.8",
"react-native-date-picker": "4.4.2",
"react-native-device-info": "^11.1.0",
"react-native-document-picker": "9.3.0",
"react-native-file-viewer": "^2.1.5",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "2.18.1",
"react-native-gifted-charts": "1.4.29",
"react-native-linear-gradient": "2.8.3",
"react-native-mmkv": "2.12.2",
"react-native-pell-rich-editor": "1.9.0",
"react-native-reanimated": "3.8.1",
"react-native-safe-area-context": "4.10.9",
"react-native-screens": "3.34.0",
"react-native-static-safe-area-insets": "^2.2.0",
"react-native-svg": "14.0.0",
"react-native-system-navigation-bar": "2.2.0",
"react-native-toast-message": "2.2.0",
"react-native-vector-icons": "10.0.3",
"react-native-vision-camera": "4.2.1",
"react-native-webview": "11.26.1"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.22.15",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.73.21",
"@react-native/eslint-config": "0.73.2",
"@react-native/metro-config": "0.73.5",
"@react-native/typescript-config": "0.73.1",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-react-native-web": "0.0.24",
"@storybook/builder-webpack5": "^7.6.17",
"@storybook/manager-api": "^7.6.17",
"@storybook/react": "^7.6.17",
"@storybook/react-native": "7.6.20",
"@storybook/react-webpack5": "7.6.17",
"@storybook/theming": "^7.6.17",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"babel-loader": "^8.3.0",
"babel-plugin-react-native-web": "0.18.12",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "1.15.8",
"eslint": "8.57.0",
"jest": "^29.6.3",
"nx": "19.6.1",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"react-dom": "18.2.0",
"react-native-web": "0.18.12",
"react-native-web-linear-gradient": "1.1.2",
"react-test-renderer": "18.2.0",
"storybook": "7.6.17",
"text-encoding": "^0.7.0",
"ts-jest": "^29.1.4",
"typescript": "5.1.6"
},
"resolutions": {
"@types/react": "^18.2.6"
},
"engines": {
"node": ">=18"
}
}