-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.18 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
{
"name": "DaTeng",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"d3": "^5.1.0",
"firebase": "^4.12.1",
"immutability-helper": "^2.6.6",
"lodash": "^4.17.5",
"prop-types": "^15.6.1",
"react": "16.3.1",
"react-native": "0.55.2",
"react-native-autogrow-input": "^0.2.1",
"react-native-charts-wrapper": "^0.4.3",
"react-native-gifted-chat": "^0.4.3",
"react-native-invertible-scroll-view": "^1.1.1",
"react-native-keyboard-accessory": "0.0.8",
"react-native-material-bottom-navigation": "^0.9.0",
"react-native-scrollable-tab-view": "^0.8.0",
"react-native-snap-carousel": "^3.6.0",
"react-native-svg": "^6.3.1",
"react-native-svg-charts": "^5.0.0",
"react-native-swiper": "^1.5.13",
"react-native-timeline-listview": "^0.2.3",
"react-native-tts": "^1.5.0",
"react-navigation": "^1.5.11"
},
"devDependencies": {
"babel-jest": "22.4.3",
"babel-preset-react-native": "4.0.0",
"jest": "22.4.3",
"react-test-renderer": "16.3.1"
},
"jest": {
"preset": "react-native"
}
}