-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.19 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
41
42
43
44
45
46
47
{
"name": "kkbmobile",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"antd-mobile": "^1.3.1",
"axios": "^0.16.2",
"color": "^1.0.3",
"formstate": "^0.21.1",
"inversify": "^4.1.1",
"inversify-vanillajs-helpers": "^2.0.0",
"lodash": "^4.17.4",
"mobx": "^3.1.16",
"mobx-react": "^4.2.1",
"moment": "^2.18.1",
"native-base": "^2.1.5",
"react": "16.0.0-alpha.12",
"react-base": "^0.2.0",
"react-mixin": "^3.0.5",
"react-native": "0.45.1",
"react-native-hyperlink": "0.0.9",
"react-native-image-picker": "^0.26.3",
"react-native-loading-spinner-overlay": "^0.5.0",
"react-native-simple-toast": "0.0.6",
"react-native-swiper": "^1.5.4",
"react-navigation": "^1.0.0-beta.11",
"react-timer-mixin": "^0.13.3",
"reflect-metadata": "^0.1.10",
"reflux": "^6.4.1",
"teaset": "^0.2.6",
"validatorjs": "^3.13.3"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-preset-react-native": "2.0.0",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.12",
"babel-plugin-transform-decorators-legacy": "^1.3.4"
},
"jest": {
"preset": "react-native"
}
}