-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 846 Bytes
/
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
{
"name": "reactnative",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"eslint": "eslint ."
},
"dependencies": {
"axios": "^0.9.1",
"color": "^0.11.1",
"immutable": "^3.7.6",
"lodash": "^4.6.1",
"promise-aplus": "^1.0.0",
"react": "^0.14.7",
"react-addons-shallow-compare": "^0.14.7",
"react-native": "^0.22.2",
"react-native-linear-gradient": "^1.5.3",
"react-native-looped-carousel": "0.0.9",
"react-native-material-kit": "^0.3.0",
"react-redux": "^4.4.1",
"redux": "^3.3.1",
"redux-logger": "^2.6.1",
"yfjs": "git+ssh://[email protected]/adventure-yunfei/yfjs.git#master"
},
"devDependencies": {
"babel-eslint": "^6.0.0",
"eslint": "^2.5.3",
"eslint-plugin-react": "^4.2.3"
}
}