forked from attentiveness/reading
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.55 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
48
49
50
51
52
53
54
{
"name": "reading",
"version": "2.1.0",
"description": "iReading App Write In React-Native",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git@github.com:attentiveness/reading.git"
},
"engines": {
"node": ">=4"
},
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"lint": "eslint app --fix",
"format": "find app -name '*.js' | xargs prettier --write --single-quote"
},
"dependencies": {
"leancloud-storage": "^2.5.0",
"react": "16.0.0-alpha.12",
"react-native": "0.45.1",
"react-native-code-push": "^2.0.3-beta",
"react-native-device-info": "^0.10.2",
"react-native-exceptions-manager": "^0.1.8",
"react-native-scrollable-tab-view": "0.7.4",
"react-native-simple-store": "^1.3.0",
"react-native-timeago": "^0.3.0",
"react-native-vector-icons": "^4.2.0",
"react-native-wechat": "^1.9.4",
"react-redux": "^5.0.5",
"react-navigation": "^1.0.0-beta.11",
"redux": "^3.7.0",
"redux-logger": "^3.0.6",
"redux-saga": "^0.15.3"
},
"jest": {
"preset": "react-native"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-jest": "^20.0.3",
"babel-preset-react-native": "2.0.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"jest": "^20.0.4",
"prettier": "^1.4.4",
"react-test-renderer": "16.0.0-alpha.12",
"redux-devtools": "^3.4.0"
}
}