-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.16 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.16 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
{
"name": "aspire.helpmeaux",
"version": "0.0.1",
"description": "React Native boilerplate with some common functionalities",
"main": "index.js",
"author": "Aspire",
"license": "MIT",
"scripts": {
"initialize": "yarn install && react-native upgrade && react-native link",
"start-native": "react-native start --port=3003",
"android": "react-native run-android",
"ios": "react-native run-ios",
"android-release": "",
"ios-release": "",
"test-native": "jest"
},
"dependencies": {
"babel-plugin-transform-react-remove-prop-types": "^0.4.12",
"bootstrap": "^3.3.7",
"font-awesome": "^4.7.0",
"lodash": "^4.17.4",
"lodash.isempty": "^4.4.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-native": "^0.51.0",
"react-native-device-info": "^0.13.0",
"react-native-drawer": "^2.5.0",
"react-native-elements": "^0.18.5",
"react-native-fbsdk": "^0.7.0",
"react-native-firebase": "^3.2.0",
"react-native-google-signin": "^0.12.0",
"react-native-vector-icons": "^4.4.3",
"react-navigation": "1.0.0-beta.21",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"snapsvg-cjs": "0.0.6",
"uniqid": "^1.0.0",
"validate.js": "^0.12.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-jest": "22.0.3",
"babel-plugin-dynamic-import-webpack": "^1.0.2",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-syntax-class-properties": "^6.13.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-native": "4.0.0",
"es6-promise": "^3.1.2",
"eve": "^0.5.4",
"events": "^1.1.0",
"fbjs": "^0.6.0",
"flux": "^2.1.1",
"font-awesome-webpack": "^0.0.5-beta.2",
"install": "^0.10.2",
"jest": "22.0.3",
"node-sass": "^4.7.2",
"npm": "^5.6.0",
"prop-types": "^15.6.0",
"regenerator": "^0.12.2",
"uglify-js": "^3.2.2"
},
"jest": {
"preset": "react-native"
}
}