-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "skin",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"assets": "http-server /app/dist/ -i false -d false -p 8000",
"test": "jest"
},
"dependencies": {
"babel-plugin-module-alias": "1.6.0",
"baobab": "2.3.4",
"baobab-prop-types": "1.0.1",
"create-react-class": "^15.6.3",
"crypto-js": "3.1.9-1",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"prop-types": "^15.6.1",
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-blur": "3.2.2",
"react-native-doc-viewer": "^2.7.8",
"react-native-image-picker": "0.26.7",
"react-native-keyboard-aware-scroll-view": "0.5.0",
"react-native-rsa-native": "1.0.10",
"react-native-signature-capture": "0.4.9",
"react-native-snap-carousel": "3.7.0",
"react-native-tab-view": "^1.0.2",
"tv4": "^1.3.0"
},
"devDependencies": {
"babel-jest": "18.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "18.1.0",
"react-test-renderer": "~15.4.0-rc.4"
},
"jest": {
"preset": "react-native"
}
}