-
Notifications
You must be signed in to change notification settings - Fork 99
/
Copy pathpackage.json
31 lines (31 loc) · 992 Bytes
/
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
{
"name": "Example",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"link-all": "wml add ~/react-native-photos-framework/src ~/react-native-photos-framework/example/react-native-photos-framework/src && wml start"
},
"dependencies": {
"babel": "^6.23.0",
"babel-plugin-module-alias": "^1.6.0",
"react": "16.0.0-alpha.12",
"react-native": "0.48.2",
"react-native-fetch-blob": "^0.10.8",
"react-native-photos-framework": "latest",
"react-native-router-flux": "^4.0.0-beta.21",
"react-native-video": "git://github.com/olofd/react-native-video.git#react-native-photos-framework",
"simple-timer": "0.0.5"
},
"jest": {
"preset": "jest-react-native"
},
"devDependencies": {
"babel-jest": "21.0.2",
"babel-preset-react-native": "3.0.2",
"jest": "21.0.2",
"jest-react-native": "18.0.0",
"react-test-renderer": "15.6.1"
}
}