-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
33 lines (33 loc) · 1021 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
32
33
{
"name": "rnplay",
"main": "main.js",
"description": "React Native Playground Exponent app",
"repository": "https://github.com/exponentjs/rnplay",
"license": "BSD-2-Clause",
"scripts": {
"lint": "eslint . --fix || true",
"flow": "node node_modules/flow-bin/cli.js . || true"
},
"dependencies": {
"@exponent/ex-navigation": "^2.2.1",
"@exponent/react-native-responsive-image": "^1.0.0",
"@exponent/react-native-touchable-native-feedback-safe": "1.1.1",
"@exponent/vector-icons": "^1.0.4",
"exponent": "^12.0.3",
"immutable": "^3.8.1",
"lodash": "^4.13.1",
"react": "~15.3.1",
"react-native": "git+https://github.com/exponentjs/react-native#sdk-12.0.0",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-effex": "^1.1.1"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^3.0.1",
"eslint-config-exponent": "^2.0.2",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-react": "^5.2.2",
"flow-bin": "^0.29.0"
}
}