-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 960 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
32
{
"name": "TrendingSeriesClient",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@expo/react-native-read-more-text": "^1.1.0",
"crypto-js": "^3.1.9-1",
"react": "^16.0.0-alpha.6",
"react-native": "^0.44.0",
"react-native-deprecated-custom-components": "^0.1.1",
"react-native-linear-gradient": "^2.0.0",
"react-native-read-more-text": "^1.0.0",
"react-native-star-rating-view": "git+https://github.com/DarkHollow/react-native-star-rating-view.git",
"react-native-textinput-effects": "^0.3.0",
"react-native-vector-icons": "^4.0.0"
},
"devDependencies": {
"babel-jest": "18.0.0",
"babel-preset-react-native": "1.9.1",
"install": "^0.9.4",
"jest": "18.1.0",
"npm": "^4.5.0",
"react-test-renderer": "^16.0.0-alpha.6"
},
"jest": {
"preset": "react-native"
}
}