-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 3.05 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 3.05 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
82
83
84
85
{
"name": "reactium-native",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "arcli start -t android",
"ios": "arcli start -t ios -s 'iPhone 12'",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"local": "arcli start -t ios",
"clean": "cd ./android && ./gradlew clean && cd ..",
"pods": "cd ./ios && pod install && cd ..",
"postinstall": "patch-package"
},
"dependencies": {
"@atomic-reactor/reactium-native-sdk-core": "1.0.24",
"@react-native-async-storage/async-storage": "^1.15.17",
"@react-native-community/blur": "^3.6.0",
"@react-native-community/datetimepicker": "^5.1.0",
"@react-native-community/netinfo": "^7.1.7",
"@react-native-picker/picker": "^2.2.1",
"@react-navigation/native": "^6.0.2",
"@react-navigation/native-stack": "^6.1.0",
"action-sequence": "^1.1.2",
"classnames": "^2.3.1",
"memory-cache": "^0.2.0",
"object-path": "^0.11.7",
"react": "^17.0.2",
"react-native": "0.65.1",
"react-native-animated-splash-screen": "^2.0.5",
"react-native-crypto-js": "1.0.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-mmkv": "^2.0.1",
"react-native-reanimated": "^2.3.1",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.7.0",
"react-native-splash-screen": "^3.3.0",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "^12.1.1",
"react-native-ui-lib": "^6.8.1",
"react-navigation-transitions": "^1.0.12",
"shallow-equals": "^1.0.0",
"socket.io-client": "^3.1.3",
"underscore": "^1.13.1",
"uuid": "^3.3.3",
"xmlhttprequest": "1.8.0"
},
"devDependencies": {
"@atomic-reactor/cli": "^2.2.71",
"@babel/cli": "^7.15.4",
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-export-default-from": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@babel/runtime": "^7.12.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"chalk": "^4.1.2",
"cross-env": "^7.0.3",
"eslint": "7.14.0",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0",
"globby": "^11.0.3",
"gulp": "^4.0.2",
"handlebars": "^4.7.7",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.0",
"patch-package": "^6.4.7",
"react-native-codegen": "^0.0.7",
"react-native-svg-transformer": "^1.0.0",
"react-test-renderer": "17.0.2"
},
"reactiumDependencies": {},
"jest": {
"preset": "react-native"
},
"actinium": {
"appID": "Actinium",
"serverURL": "http://localhost:9000/api"
}
}