-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
59 lines (59 loc) · 1.9 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
55
56
57
58
59
{
"name": "stuhome",
"version": "1.7.3",
"description": "An iOS client for https://bbs.uestc.edu.cn/ written in react-native, redux and redux-observable.",
"author": "just4fun <houritsunohikari@gmail.com>",
"scripts": {
"start": "node_modules/react-native/scripts/packager.sh",
"eslint": "eslint ./src",
"test": "mocha --require react-native-mock/mock.js tests/mocha-setup.js tests/**/*.js"
},
"homepage": "https://github.com/just4fun/stuhome#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/just4fun/stuhome.git"
},
"bugs": {
"url": "https://github.com/just4fun/stuhome/issues"
},
"dependencies": {
"apsl-react-native-button": "3.1.0",
"lodash": "4.17.4",
"md5": "2.1.0",
"moment": "^2.19.0",
"react": "16.0.0",
"react-native": "0.51.0",
"react-native-checkbox": "2.0.0",
"react-native-gifted-chat": "0.3.0",
"react-native-image-crop-picker": "0.20.0",
"react-native-iphone-x-helper": "1.0.2",
"react-native-keyboard-aware-scroll-view": "0.4.1",
"react-native-message-bar": "^1.6.0",
"react-native-safari-view": "2.1.0",
"react-native-scrollable-tab-view": "0.8.0",
"react-native-search-bar": "3.1.0",
"react-native-smart-emoji-picker": "0.1.0",
"react-native-smart-timer-enhance": "1.0.3",
"react-native-sticky-keyboard-accessory": "0.1.1",
"react-native-vector-icons": "4.4.3",
"react-navigation": "2.18.3",
"react-redux": "5.0.6",
"redux": "3.3.1",
"redux-actions": "1.2.1",
"redux-observable": "^1.0.0",
"rxjs": "^6.2.2"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-preset-react-native": "^4.0.0",
"chai": "^4.1.2",
"enzyme": "^3.3.0",
"eslint": "^5.2.0",
"eslint-plugin-react": "^7.10.0",
"mocha": "^5.2.0",
"react-native-mock": "^0.3.1"
},
"license": "MIT"
}