-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.52 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.52 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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "marksman",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"crypto-js": "^3.1.9-1",
"eslint-plugin-json": "^1.2.0",
"moment": "^2.18.1",
"pubsub-js": "^1.5.7",
"react": "16.0.0-alpha.6",
"react-native": "0.44.0",
"react-native-check-box": "^2.0.1",
"react-native-image-picker": "^0.26.3",
"react-native-keyboard-aware-scroll-view": "^0.2.9",
"react-native-lightbox": "^0.6.0",
"react-native-modal-datetime-picker": "^4.7.0",
"react-native-qq": "^2.0.5",
"react-native-root-toast": "^1.1.2",
"react-native-swiper": "^1.5.4",
"react-native-wechat": "^1.9.9",
"react-native-wheel-picker": "^1.1.1",
"react-navigation": "^1.0.0-beta.9",
"react-redux": "5.0.2",
"redux": "^3.6.0",
"redux-actions": "1.2.1",
"redux-devtools-extension": "^2.13.0",
"redux-observable": "^0.13.0",
"rxjs": "^5.2.0",
"tinycolor2": "^1.4.1"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1",
"eslint-plugin-react-native": "^2.3.2",
"jest": "19.0.2",
"react-test-renderer": "16.0.0-alpha.6",
"remote-redux-devtools": "^0.5.11"
},
"jest": {
"preset": "react-native"
}
}