forked from just4fun/stuhome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.21 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
{
"name": "stuhome",
"version": "1.0.0",
"description": "An iOS client for http://bbs.uestc.edu.cn/ written in React Native with Redux.",
"author": "just4fun <[email protected]>",
"scripts": {
"start": "node_modules/react-native/packager/packager.sh",
"eslint": "eslint ./src"
},
"homepage": "https://github.com/just4fun/uestc-bbs-react-native#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/just4fun/uestc-bbs-react-native.git"
},
"bugs": {
"url": "https://github.com/just4fun/uestc-bbs-react-native/issues"
},
"dependencies": {
"apsl-react-native-button": "^3.0.1",
"md5": "^2.1.0",
"moment": "^2.10.6",
"react": "^15.3.1",
"react-native": "^0.34.1",
"react-native-checkbox": "^1.0.15",
"react-native-image-progress": "^0.6.0",
"react-native-progress": "^3.1.0",
"react-native-scrollable-tab-view": "^0.6.0",
"react-native-side-menu": "^0.20.1",
"react-native-vector-icons": "^2.0.3",
"react-redux": "^4.4.1",
"redux": "^3.3.1",
"redux-thunk": "^2.0.1"
},
"devDependencies": {
"babel-eslint": "^6.0.0-beta.6",
"eslint": "^2.4.0",
"eslint-plugin-react": "^4.2.3"
},
"license": "MIT"
}