forked from gersonmontenegro/cv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.04 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
{
"name": "CV",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"android-linux": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res && react-native run-android"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
},
"dependencies": {
"native-base": "^2.7.2",
"react": "16.4.1",
"react-native": "0.56.0",
"react-native-animate-number": "^0.1.2",
"react-native-charts-wrapper": "^0.4.3",
"react-native-splash-screen": "^3.1.1",
"react-native-svg": "^6.5.1",
"react-native-timeline-listview": "^0.2.3",
"react-native-timer": "^1.3.4",
"react-native-vector-icons": "^5.0.0"
},
"devDependencies": {
"babel-jest": "23.4.2",
"babel-preset-react-native": "^5",
"jest": "23.4.2",
"react-test-renderer": "16.4.1"
},
"jest": {
"preset": "react-native"
}
}